Payal Rathod wrote: > Hi, > I have SA and bayes for a few accounts and have trained bayes > to around > 1200 hams and 1000 spams. Is this enough? I have reduced spam a lot, > but still a few spam mails do pass through. What do I do about them? > I do training manually, checking each mailbox, so it is a > hectic process. > When do I stop training and when do I start again (thumb rule!)? > > With warm regards, > -Payal
Automate the training... when you notice a false positive, put it in a "false positives" location. When you notice a false negative, put it in a "false negatives" location. Write a cron job to feed the false positives through sa-learn --ham, and the false negatives through sa-learn --spam
