http://bugzilla.spamassassin.org/show_bug.cgi?id=3662
------- Additional Comments From [EMAIL PROTECTED] 2004-08-04 15:43 -------
+ # look for score of 0 and disable
+ # (jm: turned off. This is resulting in good rules being disabled
+ # and I don't understand why it's being run)
+
+ # if (!$mutable || $rules{$test}->{score} == 0) {
+ # printf OUT ("%3.3f %3.3f 0 $test\n",
+ # $rules{$test}->{score},
+ # $rules{$test}->{score});
+ # next;
+ # }
since I believe that was my code... if the rule isn't mutable, it should
short circuit the rest of the code
and just say it's not mutable. as for the score==0 bit, the old way of doing
things was that rules with a
score of 0 were considered to be "this shouldn't be enabled by default", so we
want to consider that
non-mutable. the end goal was to let the GA know the rule existed, but not to
try changing the score
from whatever it was set to.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.