Anton Aylward wrote:
Actually the whitelisting, which is a lot easier, probably does more to take the load off spamassassin than the blacklisting. I've whitelisted my common correspondents and the lists I subscribe to:
:::::::::::::: whitelist.rc ::::::::::::::
# Test if the email's sender is whitelisted; if so, send it straight # to $DEFAULT. Note that this comes before any other filters. :0: * ? formail -x"From" -x"From:" -x"Sender:" \ -x"Reply-To:" -x"Return-Path:" -x"To:" \ | egrep -is -f ${HOME}/.whitelist
I'm sure that works very well for you, but because email-addresses are so easily forged, using the SA whitelisting directives: whitelist_from_rcvd, whitelist_from_spf, or whitelist_from_dkim would be "safer". Just FYI. -- Per Jessen, Zürich (11.0°C) http://www.hostsuisse.com/ - virtual servers, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org