Re: Disabling speciffic RBLs

2007-10-22 Thread John Rudd
Daryl C. W. O'Shea wrote: Mark Martinec wrote: An alternative workaround: to SA 3.2.3 apply a patch in: http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5589 then you can specify per-zone timeouts, e.g.: rbl_timeout 1.5 spamhaus.org Doesn't disable DNS, but at least limits the time

Re: Disabling speciffic RBLs

2007-10-22 Thread Daryl C. W. O'Shea
Mark Martinec wrote: An alternative workaround: to SA 3.2.3 apply a patch in: http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5589 then you can specify per-zone timeouts, e.g.: rbl_timeout 1.5 spamhaus.org Doesn't disable DNS, but at least limits the time wasted on waiting for respo

RE: Disabling speciffic RBLs

2007-10-22 Thread Karsten Bräckelmann
On Mon, 2007-10-22 at 17:37 +0100, Randal, Phil wrote: > You'll want > > score __RCVD_IN_ZEN 0.0 > score RCVD_IN_SBL 0.0 > score RCVD_IN_XBL 0.0 > score RCVD_IN_PBL 0.0 > score URIBL_SBL 0.0 Note though, that setting rules scores to 0 does *not* prevent these test from being evaluated for SA 3.2.

Re: Disabling speciffic RBLs

2007-10-22 Thread Mark Martinec
John Rudd wrote: > 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

Re: Disabling speciffic RBLs

2007-10-22 Thread Karsten Bräckelmann
On Mon, 2007-10-22 at 17:52 +0100, [EMAIL PROTECTED] wrote: > 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 General rules. Usually adding a point or two. ;)

Re: Disabling speciffic RBLs

2007-10-22 Thread gordan
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

RE: Disabling speciffic RBLs

2007-10-22 Thread Randal, Phil
ED] > Sent: 22 October 2007 17:05 > To: users@spamassassin.apache.org > Subject: Disabling speciffic RBLs > > 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 looku

Re: Disabling speciffic RBLs

2007-10-22 Thread John Rudd
[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 grep

Re: Disabling speciffic RBLs

2007-10-22 Thread Stefan Jakobs
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

Disabling speciffic RBLs

2007-10-22 Thread gordan
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::Spam