How would I whitelist a machine?
AFAIK there's no normal whitelist support for that, but you could get that effect with a custom header rule.
For example:
header LOCAL_RCVD_PRIV_TELUSPLANET Received =~ /priv-.{0,20}\.telusplanet\.net/i
score LOCAL_RCVD_PRIV_TELUSPLANET -10.0
note that the .{0,20} means "between zero and 20 of any character" and any .'s that you want to be treated literally need to have a \ in front of them.
Be sure to spamassassin --lint any custom rules.
------------------------------------------------------- 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