http://bugzilla.spamassassin.org/show_bug.cgi?id=3532
------- Additional Comments From [EMAIL PROTECTED] 2004-07-05 19:26 ------- There is something that you can do to help. Shutdown the automatic Bayes rebuild and expire and then do these with sa-learn from a cron job. To do that put the following in your local.cf file: bayes_auto_expire 0 bayes_journal_max_size 0 and then run 'sa-learn --rebuild' from cron (we do it every 10 minutes) and run 'sa-learn --force-expire' from cron (we do it once a day, off hours). What I think is happening (my analysis, I am not a developer) is that after spamd is done with a message, it may decide to work on the Bayes database. If it does that, it is no longer counnted by the -m paramater. Also, if another spamd is run before the first one finishes, it too will decide to work on the Bayes database, and now you start to stack them up. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
