Tracey Gates wrote: > I have seen a lot of postings talk about the BAYES_99 rule. I think > that this rule will help tremendously with catch some of this spam as I > have already implemented the "news" rule that Phile Randall posted. I > have searched my server and I do not find the BAYES_99 rule already on > there so where do I find that to download and how do I make sure that it > is implemented?
It can be turned on via a configuration directive in local.cf: "use_bayes ( 0 | 1 ) (default: 1) Whether to use the naive-Bayesian-style classifier built into SpamAssassin. This is a master on/off switch for all Bayes-related operations." It is on by default, so you may find you just need to better train your bayes filter. Give the sa-learn man page a once-over for more info. hth, Iain