On 01/12/2011 03:29 PM, Maxwell Smart wrote:
If I create a whitelist.cf file are the files seperated by whitespace?
comma? next line?

# domains

example.com

# e mail addresses

nots...@example.com

Will this suffice?

Thanks,

CJ


I presume you're talking about a spamassassin whitelist, not a spamdyke whitelist. They are very different in what they accomplish.

Spamassassin process any *.cf file in the /etc/mail/spamassassin directory, so if you put your whitelist.cf file there, it will be processed. However, spamassassin has no idea what it is you're whitelisting (as opposed to a spamdyke whitelist file, which is specific to an aspect such as sender, rDNS, IP, etc. that's being whitelisted). So with SA you need to include the directive which specifies what it is that's being whitelisted. It would look like:
whitelist_from *@example.com

Note, this option is not recommended. whitelist_from_rcvd is preferred, See http://spamassassin.apache.org/full/3.2.x/doc/Mail_SpamAssassin_Conf.html#whitelist_and_blacklist_options

--
-Eric 'shubes'


---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
     If you need professional help with your setup, contact them today!
---------------------------------------------------------------------------------
    Please visit qmailtoaster.com for the latest news, updates, and packages.
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
    For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com


Reply via email to