On 08/04/2012 11:16 AM, Alessio Cecchi wrote:
Hi,
we are using zen.spamhaus.org and psbl.surriel.com DNSBL at MTA level
(qmail + rblsmtpd) so we would like to disable this check in
spamassassin. So we added this in local.cf:
# remove zen.spamhaus tests
score __RCVD_IN_ZEN 0
score RCVD_IN_SBL 0
score RCVD_IN_XBL 0
score RCVD_IN_PBL 0
# remove psbl.surriel.org
score RCVD_IN_PSBL 0
Is ok?
Moreover, we reject at MTA level, connection from IP without rDNS,
connection from domains without valid MX or A record, and HELO equals to
"localhost". We added in local.cf:
score RDNS_NONE 0
score NO_DNS_FOR_FROM 0
score RDNS_LOCALHOST 0
Is ok?
I dont want assign 0 points, I want disable at all these tests.
http://spamassassin.apache.org/full/3.1.x/doc/Mail_SpamAssassin_Conf.html
"Setting a rule's score to 0 will disable that rule from running."
(Google is amazing .-)