[EMAIL PROTECTED] wrote:
Hi,

I cannot seem to find any useful documentation on this.

Specifically, I need to disable spamhaus RBLs in all forms (DNS, URI, etc.). The lookups are slowing down spamassassin too much, and the mail backs up by the thousand, while the CPUs are mostly idle.

I grepped through the Mail::SpamAssassin hierarchy and found no mentions of the RBLs. I grepped through my /etc directory and I still cannot find anything. And still, tcpdump reveals that spamhaus is being queries.

Where is all this defined? And how can I hand-pick the lists to use?

Thanks.

Gordan


If you want to disable JUST spamhaus, and not the other RBLs:

   Find the rules cf files (probably in /usr/local/share/spamassassin)

   grep through the files to find the names of the various spamhaus rules.

Go to /etc/mail/spamassassin/local.cf (or wherever your site wide local.cf file is) and add score entries in that file which set those scores to 0.

Then hope and pray that the rule names don't change on an update, or you'll have to re-do this process (unless they implement the config change I requested where you specifically enable RBLS by RBL zone name).

Reply via email to