Andy Spiegl wrote:
[3320] dbg: bayes: corpus size: nspam = 178, nham = 168
Probably because your corpus is still too small.
man Mail::SpamAssassin::Conf
...
bayes_min_ham_num (Default: 200)
bayes_min_spam_num (Default: 200)
To be accurate, the Bayes system does not activate until a
certain number of ham (non-spam) and spam have been learned.
The default is 200 of each ham and spam, but you can tune these
up or down with these two settings.
I imported a corpus of about 20000 messages total and it wasn't working.
I blew it all away and started from scratch thinking that was the
problem. For now, local.cf has a minimum of 100 messages of each type.
The current database exceeds that.