Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add rm -f spamassassin/*

...

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)

...