Subj : src/sbbs3/sbbsecho.c To : CVS commit From : rswindell Date : Sun Apr 26 2020 01:43 pm src/sbbs3 sbbsecho.c 3.160 3.161 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs:/tmp/cvs-serv31899 Modified Files: sbbsecho.c Log Message: Fix bug reported by Mark Lewis (Rampage@SESTAR), when packing NetMail messages (from stored messages in .msg files into packets), the origin net/node within the *packed message* header would be set to the local system's address net/node (for the destination zone), always. This is the appropriate action when packing EchoMail, but not for NetMail. Now, there are lot of other header fields in the packed message that contain the source/origin address (e.g. @FMPT, @INTL kludges) and those would reflect the original origin address still. And these fields take precedence over the orign net/node fields of the packed message header. So I'm not sure this bug would actually cause any problems anywhere, but it was a bug all the same. .