So the mass-check runs for 2.60 are now starting. Here's the procedure you'll need to follow, if you wish to submit rescoring data for the GA run:
First, send mail to <[EMAIL PROTECTED]>, and ask for a GA submission account if you haven't already got one. Turn off your nightly mass-checks, if you're running them, if you want; they aren't important while this is going on. Then run these commands: wget http://SpamAssassin.org/devel/Mail-SpamAssassin-2.60-PR2.tar.gz tar xvfz Mail-SpamAssassin-2.60-PR2.tar.gz cd Mail-SpamAssassin-2.60 perl Makefile.PL; make cd masses rm spamassassin/bayes* echo "use_bayes 0" > spamassassin/user_prefs echo "bayes_auto_learn 0" >> spamassassin/user_prefs rm ham.log spam.log ./mass-check --net -j 4 --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 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: head ham.log | grep CORPORA_SUBMIT_VERSION_2_6_0_CHECK1_1 head spam.log | grep CORPORA_SUBMIT_VERSION_2_6_0_CHECK1_1 [make sure the Tag line appears correctly] RSYNC_PASSWORD="[whatever your password is]" export RSYNC_PASSWORD And rsync up the results, replacing "you" with your username: rsync -CPcvuzb ham.log [EMAIL PROTECTED]::submit/ham-nobayes-net-you.log rsync -CPcvuzb spam.log [EMAIL PROTECTED]::submit/spam-nobayes-net-you.log That's it! Then we do the bayes+nonet and bayes+net runs later on. The results for this run will need to be in by Friday July 11th. --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/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk