On Fri, Oct 07, 2011 at 12:09:47PM -0500, Gene wrote:
> OK - I've recently started getting a massive increase in false positives all 
> due to:
> multi.surbl.org; 
> rhsbl.ahbl.org;
> dsn.rfc-ignorant.org;
> postmaster.rfc-ignorant.org;
> abuse.rfc-ignorant.org;
> 
> and so on.
> 
> Some googling turned up a problem from someone using opendns - I had made the 
> same change about the time the problem started, but changing back to the 
> previous dns servers didn't help.
> 
> As a temp fix I changed the levels to zero in the policyd-weight.conf file. 
> That worked for a while, but now the old levels (3.1, 3.3, etc) are back. 
> I've even tried changing them in the policyd-weight script itself and 
> restarting but no change. Emails are still racking up levels of 10 or more.
> 
> The changes I made are:
> 
> my @rhsbl_score = (
>     'multi.surbl.org',             0,        0,        'SURBL',
>     'rhsbl.ahbl.org',              0,        0,        'AHBL',
>     'dsn.rfc-ignorant.org',        0,      0,        'DSN_RFCI',
>     'postmaster.rfc-ignorant.org', 0,      0,        'PM_RFCI',
>     'abuse.rfc-ignorant.org',      0,      0,        'ABUSE_RFCI'
> );
> 
> 
> Can anyone tell me:
> 
> 1) Why did this suddenly start?

Logs?

> 2) Why changing levels to zero sudenlt stopped working?

Probably a typo in your conf. See the logs.
Or a debug session ala
http://www.policyd-weight.org/faq.html#testing
Q: How do I debug a client, resp. see how it is being evaluated? 


> 3) How can I patch policyd-weight to simply not use 'surbl' 'rfci' et all? 
> Can I just delete my @rhsbl_score?

No, you would need an empty @rhsbl_score.

Btw, it would be nice to use the policyd-weight ML:
https://listen.jpberlin.de/mailman/listinfo/policyd-weight-users

Thanks.

-- 
        Robert Felber, PGP: D1B2F2E5          http://www.selling-it.de

Reply via email to