Either whitelist_from or whitelist_from_rcvd can whitelist a single user, or whole domain. In fact, both examples in my man Mail::SpamAssassin::Conf are whitelistings of single users, not whole domains. Read the manpage as well, but here's some examples:

whitelist_from just checks the from: line of an email to qualify for whitelisting:

#just me
whitelist_from [EMAIL PROTECTED]

#whole domain
whitelist_from *@evi-inc.com

#whole domain, with machine names allowed like [EMAIL PROTECTED]
whitelist_from *evi-inc.com

whitelist_from_rcvd adds some "spoofing protection" in case a spammer uses a forged from line. It checks the received headers as well for a specified mailserver name, or part of a mailserver name:

#require mail from me to go through xanadu-int.evi-inc.com at some point to qualify for whitelisting
whitelist_from_rcvd [EMAIL PROTECTED] xanadu-int.evi-inc.com

#require mail from domain to go through any mailserver in domain to qualify for whitelisting.
whitelist_from_rcvd *@evi-inc.com evi-inc.com


At 12:48 PM 1/10/2003 +0200, you wrote:
Okay, heres the problem.

whitelist_from whitelists the entire domain, right?

I need to whitelist a certain user from the domain.
whitelist_from_rcvd does not do this.

Any ideas???

Regards,

Tom Kinghorn


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to