DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| No Format |
|---|
wget http://people.apache.org/~jm/devel/Mail-SpamAssassin-3.2.0-pre??.tar.gzmcsnapshot.tgz tar xvfz Mail-SpamAssassin-3.2.0-pre??.tar.gzmcsnapshot.tgz cd Mail-SpamAssassin-3.2.0mcsnapshot perl Makefile.PL < /dev/null make cd masses mkdir spamassassin rm -f spamassassin/* echo "bayes_auto_learn 0" > spamassassin/user_prefs echo "lock_method flock" >> spamassassin/user_prefs echo "bayes_store_module Mail::SpamAssassin::BayesStore::SDBM" >> spamassassin/user_prefs echo "use_auto_whitelist 0" >> spamassassin/user_prefs nohup ./mass-check --progress --bayes --net -j 4 --restart=400 --learn=35 --reuse \ --after=1072933200 <targets> |
...
Then submit your results! You may have to ask for an rsync account at this point, if you haven't already got one set up.
| No Format |
|---|
USER="[whatever your username is]" RSYNC_PASSWORD="[whatever your password is]" export RSYNC_PASSWORD rsync -Pcvuzb ham.log $USER@rsync.spamassassin.org::submit/ham-bayes-net-$USER.log rsync -Pcvuzb spam.log $USER@rsync.spamassassin.org::submit/spam-bayes-net-$USER.log |
...