Mailing List Archive

[Spamassassin Wiki] Update of "RescoreDetails" by TheoVanDinter
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Spamassassin Wiki" for change notification.

The following page has been changed by TheoVanDinter:
http://wiki.apache.org/spamassassin/RescoreDetails

The comment on the change is:
adding --progress, otherwise there's no output ...

------------------------------------------------------------------------------
echo "bayes_store_module Mail::SpamAssassin::BayesStore::SDBM" >> spamassassin/user_prefs
echo "use_auto_whitelist 0" >> spamassassin/user_prefs

- nohup ./mass-check --bayes --net -j 4 --restart=400 --learn=35 --reuse \
+ nohup ./mass-check --progress --bayes --net -j 4 --restart=400 --learn=35 --reuse \
--after=1072933200 <targets>
}}}