distill wrote: > > My language might've been bad (again). I meant that out of 700 > processed messages, there is no occurance of the string "BAYES" in > the headers. Does this indicate that the Bayes function is disabled > in the configuration?
This does not necessarily mean that Bayes is disabled (although that is one possibility). It is more likely that your manual training is using a different Bayes database and the auto training hasn't learned enough messages (200 ham and 200 spam) to start scoring. Make sure you are running sa-learn as the same user that SA uses to scan the mail. Run 'sa-learn --dump magic' and see what the output is (particularly the nham and nspam numbers). -- Bowie