Quoting Jim Coulter <[EMAIL PROTECTED]>:
OK. Tried the -tD. There is says that my Bayes database only has 20 spams in it. (<200).
But I have had thousands of SPAMS. Apparently, I've only fed 20 of them for sa-learn. I seem to recall that there is a flag to set for Bayes to pick up on all Spam messages over a certain score. Have to go and review again.
from "man Mail::SpamAssassin::Conf"
bayes_auto_learn_threshold_spam n.nn (default: 12.0) The score threshold above which a mail has to score, to be fed into SpamAssassin's learning systems automatically as a spam message.
Note: SpamAssassin requires at least 3 points from the header, and 3 points from the body to auto-learn as spam. Therefore, the mini- mum working value for this option is 6.
Having thousands of spam messages doesnt necessarilary mean SA autolearned them
all. The above requirements have to be met. You can, of course, override the
default score of 12 but keep in mind that 6 is indeed the minimum value you can
really use.
Also, this only matters if bayes and autolearn are enabled. These are the defaults so you should be ok unless you specifically turned them off.
hth,
Jim