On 20/08/10 22:08, Jacek Politowski wrote:
On Fri, Aug 20, 2010 at 03:55:13PM -0500, Daniel J McDonald wrote:
On Fri, 2010-08-20 at 20:34 +0200, Jacek Politowski wrote:

I'd really like limit SpamAssassin's "RCVD_*" DNSBL checks only to
hosts that directly deliver e-mails to our servers,

change:
header RCVD_IN_BL_SPAMCOP_NET eval:check_rbl_txt('spamcop',
'bl.spamcop.net.', '(?i:spamcop)')
to:
header RCVD_IN_BL_SPAMCOP_NET eval:check_rbl_txt('spamcop-lastexternal',
'bl.spamcop.net.', '(?i:spamcop)')

It seems like the answer I was looking for. Thank you!



Make sure you make that change to your local.cf (or similar), and not in the original /var/lib/spamassassin/<version>/updates_spamassassin_org/20_dnsbl_tests.cf file otherwise sa-update will overwrite it the first time a set of updates come down the pipe.

Reply via email to