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? 2) Why changing levels to zero sudenlt stopped working? 3) How can I patch policyd-weight to simply not use 'surbl' 'rfci' et all? Can I just delete my @rhsbl_score? (I'm not that proficient in perl) Thanks for any help... Gene --