Re: help with training bayesian filter

2007-10-17 Thread sinnerman
I think I've solved the issues: * I've stoped using spamc/spamd, and now just use spamassassin (running as my logged in user, just like sa-learn). I think that has solved the issue of which bayesian database is being used. * I had to explicitly load the plugin in my config file (I though it was

Re: help with training bayesian filter

2007-10-17 Thread sinnerman
I'm running spamd as: spamd -d -l -u nobody --siteconfigpath= My config file is: required_hits 4 bayes_auto_learn_threshold_nonspam 1 bayes_auto_learn_threshold_spam 8 bayes_min_ham_num 100 score BAYES_99 5 I don't have bayes_auto_learn set explicitly, but the docs indicate that enabled

help with training bayesian filter

2007-10-17 Thread sinnerman
Hi All, I currently have SpamAssaassin setup on my FreeBSD machine and have trained it with spam and ham messages (greater than the min thresholds of 200/200). However, I'm not sure it's setup correctly, nor do I see any obvious results (reduced spam) of the training process. A couple of question