Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: some tweaks

...

This takes *ages* to run. -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 adequate RAM and don't mind the load, you can use -j 6 or -j 8}. There's not much benefit in going higher than -j 8.

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. If you get less than a 10% or 15% spam hit rate for RCVD_IN_XBL, then you might need to use trusted_networks.

Once it finishes:

No Format
  USER="[whatever your username is]"
  RSYNC_PASSWORD="[whatever your password is]"
  export RSYNC_PASSWORD

  rsync -CPcvuzb ham.log $USER@rsync.spamassassin.org::submit/ham-nobayes-net-$USER.log
  rsync -CPcvuzb spam.log $USER@rsync.spamassassin.org::submit/spam-nobayes-net-$USER.log

...

The results for this run will need to be in by Monday July 19th. If you're still running then, submit what you have so far and beg for more time. (wink)