http://bugzilla.spamassassin.org/show_bug.cgi?id=3483
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Additional Comments From [EMAIL PROTECTED] 2004-07-14 11:43 -------
didnt mean to hit enter. here is just a quick debug to followup...
debug: BAYES_DBG: running is_scan_available
debug: bayes: 21543 tie-ing to DB file R/O /var/lib/sa/bayes/_toks
debug: bayes: 21543 tie-ing to DB file R/O /var/lib/sa/bayes/_seen
debug: bayes: found bayes db version 3
debug: bayes: Not available for scanning, only 0 spam(s) in Bayes DB < 200
debug: bayes: 21543 untie-ing
debug: bayes: 21543 untie-ing db_toks
debug: bayes: 21543 untie-ing db_seen
debug: bayes: 21540 tie-ing to DB file R/O /var/lib/sa/bayes/_toks
debug: bayes: 21540 tie-ing to DB file R/O /var/lib/sa/bayes/_seen
debug: bayes: found bayes db version 3
debug: bayes: Learned '[EMAIL PROTECTED]',
atime: 1089829806
debug: bayes: 21540 untie-ing
debug: bayes: 21540 untie-ing db_toks
debug: bayes: 21540 untie-ing db_seen
debug: BAYES_DBG: running is_scan_available
debug: bayes: 21542 tie-ing to DB file R/O /var/lib/sa/bayes/_toks
debug: bayes: 21542 tie-ing to DB file R/O /var/lib/sa/bayes/_seen
debug: bayes: found bayes db version 3
debug: bayes: Not available for scanning, only 0 spam(s) in Bayes DB < 200
debug: bayes: 21542 untie-ing
debug: bayes: 21542 untie-ing db_toks
debug: bayes: 21542 untie-ing db_seen
at this point, you can see its learning fine, but every message that comes in
says "Not available for scanning" because it never syncs the journal.
the _journal is now 3MB again..
[EMAIL PROTECTED] bayes]# ls -al _journal
-rw------- 1 root root 3547820 Jul 14 13:40 _journal
and it should by syncing() at 512k
[EMAIL PROTECTED] bayes]# grep _journal /etc/mail/spamassassin/local.cf
bayes_learn_to_journal 1
bayes_journal_max_size 512000
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.