On 8/7/2012 1:55 PM, Adam Katz wrote:
On 08/07/2012 09:19 AM, Bowie Bailey wrote:
I don't know where I found those settings. I did some testing and
verified that all three methods listed above will prevent the DNS
query from running.
I distinctly remember reading a while back that just setting the
scores to 0 on the DNS blacklist rules would disable the scoring
rules, but would not prevent the queries from running. I even had
the score lines you suggested in my local.cf file, but they were
commented out and replaced by the lines I posted. Maybe something
has changed since then.
That would be a comment from Karsten Bräckelmann last October, archived
at
http://spamassassin.1065346.n5.nabble.com/Disable-a-Rule-td51492i20.html#d1320031215000-865
(I can't find the original, this is merely a reference to it). The
relevant bit:
On 10/30/2011 08:20 PM, Karsten Bräckelmann wrote:
Ned, you forgot to meta out __RCVD_IN_DNSWL to actually prevent the
DNS query at all.
The "meta out" phrasing refers to the need to redefine the predicate
rule since you can't disable it with a score.
Actually, you can. The line I have in my local.cf is:
score __RCVD_IN_ZEN 0
While it should, theoretically, have no effect on a non-scored sub-rule,
it does stop the query from running (as long as you also disable the
other rules that rely on it).
--
Bowie