https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6305
--- Comment #10 from Sidney Markowitz <[email protected]> 2010-01-30 15:25:20 UTC --- After all sorts of debugging I finally tracked down the reason while the rule did not fire with the pattern /Gecko\/(?!200\d\d\d\d\d)\d/ on my machine. First of all, my local.cf test rule TEST_GB1 was removed by duplicate rule detection [35591] dbg: rules: RATWARE_GECKO_BUILD merged duplicates: TEST_GB1 So I was still only looking at RATWARE_GECKO_BUILD Second, notice this line in 3.003000/updates_spamassassin_org/50_scores.cf score RATWARE_GECKO_BUILD 0 # n=0 n=1 n=2 n=3 That seems to explain it :) When I set the score to 1 in local.cf the rule fires fine. I think we can put that problem to bed. +1 on the proposed fix -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
