Paul M wrote:
We have spam assassin running, some users didnt get spam before hand and I wanted to know if there is a ignore_usr option to completely ignore specified email addresses? Thanks

I think all_spam_to in local.cf is what you probably want. From Mail::SpamAssassin::Conf:


whitelist_to [EMAIL PROTECTED]
If the given address appears as a recipient in the message headers (Resent-To, To, Cc, obvious envelope recipient, etc.) the mail will be whitelisted. Useful if you're deploying SpamAssassin system-wide, and don't want some users to have their mail filtered. Same format as "whitelist_from".


There are three levels of To-whitelisting, "whitelist_to", "more_spam_to" and "all_spam_to". Users in the first level may still get some spammish mails blocked, but users in "all_spam_to" should never get mail blocked.

more_spam_to [EMAIL PROTECTED]
    See above.

all_spam_to [EMAIL PROTECTED]
    See above.

blacklist_to [EMAIL PROTECTED]
If the given address appears as a recipient in the message headers (Resent-To, To, Cc, obvious envelope recipient, etc.) the mail will be blacklisted. Same format as "blacklist_from".




HTH,

Ed



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to