Subj : src/sbbs3/mailsrvr.c To : Git commit to main/sbbs/master From : Rob Swindell Date : Thu Feb 18 2021 11:00 pm https://gitlab.synchro.net/main/sbbs/-/commit/27079b332cf5f21ef40fe1da Modified Files: src/sbbs3/mailsrvr.c Log Message: Recognize DNB blacklist exempted email addresses in From fields Previously, any DNS blacklist-exempt email addresses (in ctrl/dnsbl_exempt.cfg) had to be used in the mail-envelope (the "MAIL FROM:" address) - that doesn't work for all senders that use re-mailers or whatever where you end-up with some *bounce* address as the envelope-sender. So now, clear the DNSBL results when the From header field is parsed and the sender was in fact an exempt sender. Note: the Subject line will still contain the SPAM tag if the subject was parsed first (came earlier in the message header). May need to address this limitation in the future if it turns out to be a problem (!). Lowercase the [smtp|smtps]spy.txt log file. .