Mailing List Archive

svn commit: r179595 - /spamassassin/trunk/UPGRADE
Author: parker
Date: Thu Jun 2 07:59:14 2005
New Revision: 179595

URL: http://svn.apache.org/viewcvs?rev=179595&view=rev
Log:
Promote the use of sa-learn --clear to remove bayes db files, instead of removing them by hand

Modified:
spamassassin/trunk/UPGRADE

Modified: spamassassin/trunk/UPGRADE
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/UPGRADE?rev=179595&r1=179594&r2=179595&view=diff
==============================================================================
--- spamassassin/trunk/UPGRADE (original)
+++ spamassassin/trunk/UPGRADE Thu Jun 2 07:59:14 2005
@@ -77,9 +77,12 @@
the data looks valid.
- start running spamassassin/spamd again

- If, instead of uprading your Bayes database, you want to wipe it and start
- fresh, simply delete the Bayes database files ("bayes_*") while SA is not
- running; SpamAssassin will recreate them in the current format when it runs.
+ If, instead of uprading your Bayes database, you want to wipe it and
+ start fresh, you can run "sa-learn --clear" to safely remove your
+ Bayes database files. If the --clear command issues an error then
+ you can simply delete the Bayes database files ("bayes_*") while SA
+ is not running; SpamAssassin will recreate them in the current
+ format when it runs.

- "spamd" now has a default max-children setting of 5; no more than 5
child scanner processes will be run in parallel. Previously, there was