At 02:08 PM 12/28/03 -0800, S. M. C. Butler wrote:
whitelist_from [EMAIL PROTECTED], [EMAIL PROTECTED], root,
Super-User

but unix system messages like the one below still get trapped as spam. I
thought that the whitelist_from took precedence over everything else, am
I missing something?

Appreciate any insight.

Ditch the commas.. they don't belong there and will cause the line to be misinterpreted or ignored as a syntax error.


You want either of the following syntaxes

whitelist_from [EMAIL PROTECTED] [EMAIL PROTECTED] root Super-User

or:

whitelist_from [EMAIL PROTECTED]
whitelist_from [EMAIL PROTECTED]
whitelist_from root
whitelist_from Super-User


As always, be sure to run spamassassin --lint after changing your config files.




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to