http://bugzilla.spamassassin.org/show_bug.cgi?id=4348
------- Additional Comments From [EMAIL PROTECTED] 2005-05-19 18:25 ------- (In reply to comment #0) > Seems that spamd shouldn't even be creating this journal file if it isn't > supposed to be doing the learning. Also tried setting bayes_learn_to_journal > to > zero with no change. Unfortunately, this is a misunderstanding of what the journal is doing. If you use bayes at all, SA will try to update the token's atime values whenever the token is found in a scanned message. These updates get written to the journal, which will be synced to the DB periodically. It's completely unrelated to learning, it's actually related to expiry, and there's currently no way to disable the journal if bayes is enabled and you're using DBM. In your environment, I'd recommend switching to an SQL backend which would take care of the journal (doesn't exist w/ SQL) and would also make it easier to have multiple front-ends with the same DB backend. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
