Subj : src/sbbs3/sbbsecho.c To : Git commit to main/sbbs/master From : Rob Swindell (on Debian Linux) Date : Sat Apr 15 2023 07:45 pm https://gitlab.synchro.net/main/sbbs/-/commit/227e2f4986eb0b04c05cc6ea Modified Files: src/sbbs3/sbbsecho.c Log Message: Stop classifying msgs for unknown areas as security violations When Secure EchoMail is enabled and a Bad Echo Area (*) is defined in the area file (areas.bbs), but the packet source address is *not* listed as a link to the Bad Echo Area (tag: *) in areas.bbs, any messages for unknown areas in such a packet would cause the pkt to be considered a bad packet with a security violation. Instead, the message should just be skipped. .