THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
No Format |
---|
cd masses
mkdir -p spamassassin
rm -f spamassassin/*
cat > spamassassin/user_prefs
bayes_auto_learn 0
lock_method flock
bayes_store_module Mail::SpamAssassin::BayesStore::SDBM
use_auto_whitelist 0
[hit Control-D]
mass-check -j 4 --bayes --net --restart=400 --learn=35 --reuse [all targets]
(note if a --after flag is part of the announcement, please add it as well)
|
...