At 08:45 AM 10/1/03 -0600, Dan Tappin wrote:
whitelist_from          [EMAIL PROTECTED]
whitelist_from_rcvd   *.tsn.ca                 tsn.ca

whitelist_from          [EMAIL PROTECTED]
whitelist_from_rcvd   *.theglobeandmail.com    theglobeandmail.com

Am I missing something obvious here?


Well that message will never match any of your whitelist_from_rcvd rules, just because of the way your headers are constructed. You also seem to have mis-constructed them anyway...

You really want:

whitelist_from_rcvd [EMAIL PROTECTED] tsn.ca

Note that the first parameter to whitelist_from_rcvd is a from email address, not a machine name.

However, the whitelist_from [EMAIL PROTECTED] should work for this message.

Have you run spamassassin --lint lately, to check for errors in your configfile? From the looks of it, SA is skipping your configfile because of a syntax error somewhere.



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to