Skip to content
  • Rob Swindell's avatar
    Recognize DNB blacklist exempted email addresses in From fields · 27079b33
    Rob Swindell authored
    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.
    27079b33