OK, here's the instructions for this set... First, send mail to <[EMAIL PROTECTED]>, and ask for a GA submission account if you haven't already got one.
Then run these commands: wget http://SpamAssassin.org/devel/Mail-SpamAssassin-2.60-PR3.tar.gz tar xvfz Mail-SpamAssassin-2.60-PR3.tar.gz cd Mail-SpamAssassin-2.60/masses rm -rf spamassassin ; mkdir spamassassin echo "use_bayes 1" > spamassassin/user_prefs echo "bayes_auto_learn 1" >> spamassassin/user_prefs rm ham.log spam.log ./mass-check --net --bayes -j 2 --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. You should not scan any messages older than about 1 year for ham, or 6 months for spam. This takes *ages* to run. -j 2 controls the number of processes to use; 2 should be OK for a single-processor machine, since most of the time they'll be waiting for network results to arrive. If you have an unusual network layout, you may need to specify "trusted_networks" in the "spamassassin/user_prefs" file. But SA should be able to infer it in most cases. Once it finishes, rsync up the results, replacing "you" with your username: RSYNC_USERNAME="[your rsync username]" RSYNC_PASSWORD="[whatever your password is]" export RSYNC_PASSWORD rsync -CPcvuzb ham.log \ [EMAIL PROTECTED]::submit/ham-bayes-net-$RSYNC_USERNAME.log rsync -CPcvuzb spam.log \ [EMAIL PROTECTED]::submit/spam-bayes-net-$RSYNC_USERNAME.log Next redo *without* --net: rm -rf spamassassin ; mkdir spamassassin echo "use_bayes 1" > spamassassin/user_prefs echo "bayes_auto_learn 1" >> spamassassin/user_prefs rm ham.log spam.log ./mass-check --bayes -j 2 --restart=400 --all <targets> RSYNC_USERNAME="[your rsync username]" RSYNC_PASSWORD="[whatever your password is]" export RSYNC_PASSWORD rsync -CPcvuzb ham.log \ [EMAIL PROTECTED]::submit/ham-bayes-nonet-$RSYNC_USERNAME.log rsync -CPcvuzb spam.log \ [EMAIL PROTECTED]::submit/spam-bayes-nonet-$RSYNC_USERNAME.log That's it! The results have to be in by Thursday, August 14th. --j. ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk