Hey, Seems like lots of spam is slipping past. In turn, I would like to train/retrain my bayes database for the defang user. This is certainly just a relay so the mail is in and out without being stored. How do I train the database when it's MySQL. Do I need to go to my MDA and pull the .msg files and feed them to the sa-learn program?
Also, in the actual database I wanted to see the spam and ham count. Seems like so much ham and not much spam collected. Any reason this is incorrect?: mysql> select id,username,spam_count,ham_count,token_count from spamassassin.bayes_vars; +----+----------+------------+-----------+-------------+ | id | username | spam_count | ham_count | token_count | +----+----------+------------+-----------+-------------+ | 1 | defang | 404 | 15794 | 203108 | +----+----------+------------+-----------+-------------+ These might be dumb questions...sorry if RTFM is the only solution and I missed it somehow. _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

