You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by sp...@incubator.apache.org on 2004/07/13 08:34:15 UTC

[SpamAssassin Wiki] Updated: RescoreSet01Details

   Date: 2004-07-12T23:34:15
   Editor: JustinMason <jm...@jmason.org>
   Wiki: SpamAssassin Wiki
   Page: RescoreSet01Details
   URL: http://wiki.apache.org/spamassassin/RescoreSet01Details

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -27,17 +27,14 @@
   echo "bayes_auto_learn 0" >> spamassassin/user_prefs
   rm ham.log spam.log
 
-  ./mass-check --net -j 4 --all <targets>
+  ./mass-check --net -j 4 --restart=400 --all <targets>
 }}}
 
 {{{<targets>}}} is the list of directories, mboxes, etc., like
 {{{spam:dir:~/Mail/spam}}}.  See the comments at the top of "mass-check" for
 details.
 
-This takes *ages* to run.  If you see "out of memory" errors, you may want
-to try adding the {{{--restart}}} option.
-
-{{{-j 4}}} controls the number of processes to use; 4 should be OK for a
+This takes *ages* to run. {{{-j 4}}} controls the number of processes to use; 4 should be OK for a
 single-processor machine, since most of the time they'll be waiting for
 network results to arrive.