http://bugzilla.spamassassin.org/show_bug.cgi?id=3538
------- Additional Comments From [EMAIL PROTECTED] 2004-07-07 12:57 ------- This is caused by the fact that there are no rules with a priority >= 500, so the harvest dsnbl code is never run. In the normal case, folks will have at least 1 meta rule, and since meta rules are forced to be >= 500 priority the harvest code would be run. In the case where you severely restrict the rules that are run it can cause a problem. I believe the proper fix is to add a check after all rules have been run, and if the harvest dnsbl code still hasn't been run, go ahead and let it run. We should be ok with mass-checks since there will be at least one meta rule in the mass-checks. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
