DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| No Format |
|---|
wget http://people.apache.org/~jm/mcsnapshot.tgz tar xvfz mcsnapshot.tgz cd mcsnapshot 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 echo "whitelist_bounce_relays example.com" >> spamassassin/user_prefs nohup ./mass-check --progress --reuse --bayes --net -j 4 --restart=400 --learn=35 --reuse \ --after=1072933200 <targets> |
...
Do not use --reuse if you have scanned with SA, but have configured that scanner to run with -L, ; or you have disabled common network tests or SPF. This is because it relies on the presence of the X-Spam-Status line to pick up hits on those rules, and currently cannot detect those conditions.
...