http://bugzilla.spamassassin.org/show_bug.cgi?id=4348
Summary: use_bayes 1 && bayes_auto_learn 0 still creates
bayes_journal file
Product: Spamassassin
Version: 3.0.2
Platform: Macintosh
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: spamc/spamd
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
on our mailcluster we have spamassassin running with use_bayes 1 and
bayes_auto_learn 0, we then hand train the bayesdb on another machine and push
it out to all the cluster-machines.
Even with bayes_auto_learn turned off, spamd is still creating the bayes_journal
file, which isn't a problem until spamd decides to flush the journal into the
ether and it still locks the bayesdb. this causes concurrent spamd processes to
be unable to use the db resulting in inconsistent scores every few seconds.
The quick and dirty solution was to create a +i bayes_journal file, spamd never
writes to the journal, so it never tries to flush it...except it now throws an
error everytime it tries to write to the bayes_journal.
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.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.