Payal Rathod wrote:
> On Tue, Nov 14, 2006 at 08:40:36PM -0500, Matt Kettler wrote:
>   
>> That's the un-scored parent rule that causes the DNS query. There are
>> two child rules that don't perform a DNS lookup, they just use the
>> results fetched by the rule above.
>>
>> The Two scored rules are *DIRECTLY* below the rule above in
>> 20_dnsbl_tests.cf.
>>     
>
> I still don't get where they are. See this,
> # grep -i score 20_dnsbl_tests.cf
> # echo $?
> 1
>
> Where are the scores kept?
>   
*ALL* the scores are kept in 50_scores.cf. NO other .cf files in the
default rules dir contain ANY scores.

That said. DO NOT edit the 50_scores.cf file. It will be obliterated
when you upgrade SA.

>   
>> The actual scores for these rules are (assuming SA 3.1.x):
>>
>> score RCVD_IN_XBL 0 3.114 0 3.897
>> score RCVD_IN_SBL 0 2.712 0 3.160
>>     
>
> Also, which of these numbers are the scores?
>   
All of them are scores. They're for the different scoresets, each of
which is used in different situations depending on what features (bayes
and network) are enabled. This allows the body-text only rules to "pick
up the slack" and have higher scores when bayes and/or network tests are
disabled.

However, if you're just going to over-ride the scores use a single score
and it will be applied to all the sets.

Just add to your local.cf lines like this:

score RCVD_IN_XBL 3.9
score RCVD_IN_SBL 3.2

> With warm regards,
> -Payal
>
>
>   

Reply via email to