« Return to Thread: help with training bayesian filter

Re: help with training bayesian filter

by sinnerman :: Rate this Message:

Reply to Author | View in Thread

I'm running spamd as:

spamd -d -l -u nobody --siteconfigpath=<my site config's path>

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 is the default setting.

Mr. Gus wrote:
I have a systemwide config so I don't know from experience, but are you
running spamd with -x or setting the user with -u? Because if you are, that
might be mucking you up.

Do you have bayes_auto_learn set? That's what turns it on/off.

--
Gus

 « Return to Thread: help with training bayesian filter