Subj : src/sbbs3/sbbs.h upload.cpp To : Git commit to main/sbbs/master From : Rob Swindell Date : Thu Nov 11 2021 06:43 pm https://gitlab.synchro.net/main/sbbs/-/commit/7fd781cd92d3cbd4b06e72b3 Modified Files: src/sbbs3/sbbs.h upload.cpp Log Message: Don't write uploaded filename and description to env variables Environment variables are shared among all threads of a process (e.g. all nodes of a instance of sbbs), so this scheme of passing the uploaded filename and description to an external file tester (upload processor) via environment variables has always been fraught with the possibility of failure or flakiness in Synchronet v3. Since I very much doubt that any upload processor is actually using this scheme, just remove it. Upload processors can and should)use the sbbsfile.nam and sbbsfile.des text files created in the node directory instead. .