You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by do...@apache.org on 2010/11/08 00:01:03 UTC

svn commit: r1032415 - /spamassassin/trunk/rulesrc/sandbox/dos/new-rule-score-gen/generate-new-scores

Author: dos
Date: Sun Nov  7 23:01:03 2010
New Revision: 1032415

URL: http://svn.apache.org/viewvc?rev=1032415&view=rev
Log:
increase the maximum age of ham from 38 months to 72 months; note that historically (3.0.0, 3.1.0) we used somewhere around 36 months for rescore mass-checks

Modified:
    spamassassin/trunk/rulesrc/sandbox/dos/new-rule-score-gen/generate-new-scores

Modified: spamassassin/trunk/rulesrc/sandbox/dos/new-rule-score-gen/generate-new-scores
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/dos/new-rule-score-gen/generate-new-scores?rev=1032415&r1=1032414&r2=1032415&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/dos/new-rule-score-gen/generate-new-scores (original)
+++ spamassassin/trunk/rulesrc/sandbox/dos/new-rule-score-gen/generate-new-scores Sun Nov  7 23:01:03 2010
@@ -167,7 +167,7 @@ date
 echo "[ running log-grep-recent ]"
 
 # only use recent spam to generate scores; use a lot of ham history to avoid FPs
-masses/log-grep-recent -m 38 ../corpus/usable-corpus-set$SCORESET/ham-*.log > masses/ham-full.log
+masses/log-grep-recent -m 72 ../corpus/usable-corpus-set$SCORESET/ham-*.log > masses/ham-full.log
 masses/log-grep-recent -m 2 ../corpus/usable-corpus-set$SCORESET/spam-*.log > masses/spam-full.log
 
 # make sure that we have enough mass-check results to actually generate reasonable scores