Ah, that was the missing links. I was tearing my hair out trying to find where the macros like __RCVD_IN_xxx were defined. :-)

And what is the convention for what gets to be RVCD and what gets to be __RVCD? It all seems rather arbitrary.

Gordan

On Mon, 22 Oct 2007, Stefan Jakobs wrote:

On Monday 22 October 2007 18:04, [EMAIL PROTECTED] wrote:
Hi,

Hello Gordan,

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.

You can find the BL stuff in /usr/share/spamassassin/20_dnsbl_tests.cf per
default.

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

Use something like "score __RCVD_IN_ZEN 0" in your local.cf file.
This prevent spamassassin from doing the ZEN lookup.
To skip all RBL checks use: "skip_rbl_checks 1"

Thanks.

Gordan

Bye Stefan


Reply via email to