Does anyone have any idea what I could be doing wrong here? Or maybe even a decent "howto" document that walks one through enabling the bayes database option? Any help would be appreciated.
You can get a quick idea by running spamassassin with the debug output turned on:
[EMAIL PROTECTED] Mail-SpamAssassin-2.54]$ spamassassin -tD <sample-spam.txt
debug: Score set 0 chosen.
debug: running in taint mode? no
debug: using "/usr/share/spamassassin" for default rules dir
debug: using "/etc/mail/spamassassin" for site rules dir
debug: using "/home/mkettler/.spamassassin" for user state dir
debug: using "/home/mkettler/.spamassassin/user_prefs" for user prefs file
debug: using "/home/mkettler/.spamassassin" for user state dir
debug: bayes: 24467 tie-ing to DB file R/O /home/mkettler/.spamassassin/bayes_toks
debug: bayes: 24467 tie-ing to DB file R/O /home/mkettler/.spamassassin/bayes_seen
debug: debug: Only 1 spam(s) in Bayes DB < 200
debug: bayes: 24467 untie-ing
debug: bayes: 24467 untie-ing db_toks
debug: bayes: 24467 untie-ing db_seen
Note that in this example, bayes was disabled because only one spam is in my bayes training. There's a general criteria of at least 200 spam and 200 nonspams, but there's also a criteria for the number of tokens that exist, so it's possible to train 200 of each and still not have bayes run.
------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk