RE: How To Turn Off ALL Network Tests (except DCC & Razor)

In SpamAssassin, how do you turn off ALL Network tests, including ALL DNS and 
**all** rDNS lookups, but leave DCC & Razor running?

I commented out the following line:

# loadplugin Mail::SpamAssassin::Plugin::URIDNSBL

And I have skip_rbl_checks set to "true", as follows:

skip_rbl_checks 1

Next, I added the following to the local.cf file:

score NO_DNS_FOR_FROM  0
score DNS_FROM_RFC_DSN  0
score DNS_FROM_RFC_POST  0
score DNS_FROM_RFC_ABUSE  0
score DNS_FROM_RFC_WHOIS  0
score DNS_FROM_RFC_BOGUSMX  0
score DNS_FROM_AHBL_RHSBL  0
score DNS_FROM_SECURITYSAGE  0
score FAKE_HELO_MSN  0
score FAKE_HELO_MAIL_COM  0
score FAKE_HELO_EMAIL_COM  0
score FAKE_HELO_EUDORAMAIL  0
score FAKE_HELO_EXCITE  0
score FAKE_HELO_LYCOS  0
score FAKE_HELO_YAHOO_CA  0

...with the idea that a "zero" tells SA to NOT run this check, correct?

If there anything ELSE that should be done to tell SA to NOT do any other 
network or DNS checking (and NOT do an rDNS lookup!), except still do DCC and 
Razor checking?

Thanks!

Rob McEwen
PowerView Systems
[EMAIL PROTECTED]


Reply via email to