https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6155
Matthias Leisi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #94 from Matthias Leisi <[email protected]> 2009-10-11 02:19:21 UTC --- (In reply to comment #56) > Here is a set of rules in 50_scores.cf that I ended up as fixed (immutable) > for the GA run (score set 3). Most of these are already documented and labeled > as such, but it doesn't hurt to post it here as a double-check. I suspect that RCVD_IN_DNSWL_* should be immutable as well; in generated scores, there are counter-intuitive scores assigned (expected _HI < _MED < _LOW, observed _MED << _HI < _LOW). https://svn.apache.org/repos/asf/spamassassin/trunk/rules/50_scores.cf has the following outside the "gen:mutable" section: | score RCVD_IN_DNSWL_LOW 0 -1 0 -1 | score RCVD_IN_DNSWL_MED 0 -4 0 -4 | score RCVD_IN_DNSWL_HI 0 -8 0 -8 The DNSWL stats posted by Warren to the users list seem to indicate that this should be the correct ordering (at least based on safety): | SPAM% HAM% RANK RULE | 0.0016% 4.2489% 0.91 RCVD_IN_DNSWL_HI | 0.0281% 6.9639% 0.90 RCVD_IN_DNSWL_MED | 0.1147% 3.9169% 0.81 RCVD_IN_DNSWL_LOW -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
