https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6510
John Hardin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from John Hardin <[email protected]> 2010-11-05 21:38:39 UTC --- Quick and dirty patch suggestion, from total ignorance of the internals of the sandbox score generation process: =================================================================== --- build/mkupdates/mkupdate-with-scores (revision 1031656) +++ build/mkupdates/mkupdate-with-scores (working copy) @@ -150,7 +150,7 @@ cd .. - cp trunk-rulesrc-scores/72_scores.cf trunk/rules/72_scores.cf + sed -e 's/0\.000/0.001/g' < trunk-rulesrc-scores/72_scores.cf > trunk/rules/72_scores.cf # note: one of set0 or set1 stats might be incorrect (not all of their rules # are included in the update) I can't remember if we eliminate dropped -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
