You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@issues.apache.org on 2010/11/06 02:38:44 UTC

[Bug 6510] Mass-check generating nightly rules updates with 0 scores for rules with dependencies

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6510

John Hardin <jh...@impsec.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jhardin@impsec.org

--- Comment #1 from John Hardin <jh...@impsec.org> 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.