https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6155
--- Comment #166 from Justin Mason <[email protected]> 2009-11-17 07:41:11 UTC --- (In reply to comment #164) > > It appears that tests here are failing after commit because rules required > > by > > this test were zeroed out. It seems these rules have almost zero hits in > > masscheck. What should we do about this? > > Bug 6155 #163: force nonzero scores on MISSING_HB_SEP and X_MESSAGE_INFO > for the test > Sending t/missing_hb_separator.t > Committed revision 881240. > > I hope this is the right approach. Alternative would be to introduce > a file similar to t/data/01_test_rules.cf to hold score overrides, but > with a name like 51_test_rules.cf to be sorted after the 50_scores.cf. > Btw, is the 01_ in the name intentional, or could the existing file > just be renamed to something like 99_test_rules.cf ? X_MESSAGE_INFO can be dropped, but MISSING_HB_SEP should not have been made mutable; I'd say lock to 2.5. btw it is to be expected that with less mutability the scores become slightly less optimal for the rescoring corpus; this always happens. If scores are allowed to wander without locking down the "unsafe" rules, the GA will overfit to the training data and produce great FP/FN figures, but scores that are risky for "real world" usage. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
