Markus Gufler wrote:
Matt
 
If I understand right this filter file will whitelist all messages as it was before the IMail HF 8.13.
Yes.

By adding the following line (before the whitelist line)
 
MAILFROM END IS <>
 
will whitelist only NDR's but not WebMail and other system generated messages.
 
Correct?
Not exactly, but it is just a matter of correcting that line.  Here's a final format that will only whitelist NDR's.

----- Whitelist-GSE.txt -----
HEADERS        END               NOTCONTAINS    X-Mailer: <SMTP32 v8.
MAILFROM    END                NOTIS                     <>
HEADERS       WHITELIST    NOTCONTAINS    Received:

Unfortunately there are some other related issues now that these messages are being scanned, so take care to check out what the default weight will be for Web mail messages as well as Declude's bounce messages (you might want to code something up to include that as well since it is not sent with a Mail From of <>).  These messages will always fail BADHEADERS and maybe SPAMHEADERS.  There can also be issues with the IP address as this uncovered a bug where Declude will grab the REMOTEIP value for DNSBL lookups out of the body if not present in the headers, as is the case here since there are no received headers present in these messages.

Matt
-- 
=====================================================
MailPure custom filters for Declude JunkMail Pro.
http://www.mailpure.com/software/
=====================================================


Reply via email to