Re: Bayes help

2010-03-14 Thread RW
On Sun, 14 Mar 2010 16:29:57 + Nigel Frankcom wrote: > Note. After you unlearn stuff in one category it is useful to relearn > it in the other - so spam - ham and ham - spam. You don't normally need to unlearn. Bayes keeps track of what it's learned and will learn and/or unlearn as appropri

Re: Bayes help

2010-03-14 Thread Nigel Frankcom
On Sun, 14 Mar 2010 12:20:14 -0400, Alex wrote: >Hi, > >> Do you have Autolearn On? > >Yes. Here is the bayes config from my local.cf: > >use_bayes 1 >bayes_auto_learn 1 >bayes_auto_learn_threshold_nonspam -0.9 >bayes_auto_learn_threshold_spam 16.0 >bayes_expiry_max_db_size 100 > >Thanks, >Al

Re: Bayes help

2010-03-14 Thread Alex
Hi, > Do you have Autolearn On? Yes. Here is the bayes config from my local.cf: use_bayes 1 bayes_auto_learn 1 bayes_auto_learn_threshold_nonspam -0.9 bayes_auto_learn_threshold_spam 16.0 bayes_expiry_max_db_size 100 Thanks, Alex

Re: Bayes help

2010-03-14 Thread Nigel Frankcom
On Sun, 14 Mar 2010 12:08:17 -0400, Alex wrote: >Hi, > >I'm concerned that my bayes database may contain incorrect >information. I performed a search on all of the messages in the >quarantine, and pulled out the ones that contained BAYES_00 in their >score. There weren't all that many of them, bu

Re: Bayes help

2010-03-14 Thread Nigel Frankcom
On Sun, 14 Mar 2010 12:08:17 -0400, Alex wrote: >Hi, > >I'm concerned that my bayes database may contain incorrect >information. I performed a search on all of the messages in the >quarantine, and pulled out the ones that contained BAYES_00 in their >score. There weren't all that many of them, bu

Re: Bayes Help! Stopped working 3.0.x --> 3.1.0

2006-02-12 Thread Jonn R Taylor
First lets make sure SA is not looking at the other config files. Rename the dir's they are in. Then run spamd in debug and see what it is doing. Jonn On Sun, 12 Feb 2006 16:31:04 -0600 (CST) "Russ B." <[EMAIL PROTECTED]> wrote: Did you check v310.pre and init.pre config files? Jonn Those a

Re: Bayes Help! Stopped working 3.0.x --> 3.1.0

2006-02-12 Thread Russ B.
> Did you check v310.pre and init.pre config files? > Jonn Those are in /usr/local/etc/mail/spamassassin and I'm not using those So since my config directory is defined as /etc/mail/spamassassin... it should ignore those, yes? But if it WASN'T ignoring those, why does sa-learn still go after

Re: Bayes Help! Stopped working 3.0.x --> 3.1.0

2006-02-12 Thread Jonn R Taylor
Did you check v310.pre and init.pre config files? Jonn On Sun, 12 Feb 2006 15:33:11 -0600 (CST) "Russ B." <[EMAIL PROTECTED]> wrote: Russ.. did you run sa-learn --sync after you did your upgrade? I did, and I ran it again and noticed something odd... My config dir is /etc/mail/spamassassin

Re: Bayes Help! Stopped working 3.0.x --> 3.1.0

2006-02-12 Thread Russ B.
> Russ.. did you run sa-learn --sync after you did your upgrade? > I did, and I ran it again and noticed something odd... My config dir is /etc/mail/spamassassin My local.cf USED to have /usr/local/etc/bayes/bayes as the bayes_path, but I have since changed it to /tmp/bayes/bayes and /tmp/bayes

Re: Bayes Help! Stopped working 3.0.x --> 3.1.0

2006-02-12 Thread Matt Kettler
Jonn R Taylor wrote: > According to the docs these two options where removed. > http://spamassassin.apache.org/full/3.1.x/dist/doc/Mail_SpamAssassin_Conf.html > > bayes_auto_learn_threshold_nonspam 0.8 > bayes_auto_learn_threshold_spam 12.0 No they were not. .they were moved to a plugin, which i

Re: Bayes Help! Stopped working 3.0.x --> 3.1.0

2006-02-12 Thread Russ B.
> According to the docs these two options where removed. > http://spamassassin.apache.org/full/3.1.x/dist/doc/Mail_SpamAssassin_Conf.html > bayes_auto_learn_threshold_nonspam 0.8 > bayes_auto_learn_threshold_spam 12.0 > > Check your log to see if you have any errors. > > Jonn I don't know how

Re: Bayes Help! Stopped working 3.0.x --> 3.1.0

2006-02-12 Thread Jonn R Taylor
According to the docs these two options where removed. http://spamassassin.apache.org/full/3.1.x/dist/doc/Mail_SpamAssassin_Conf.html bayes_auto_learn_threshold_nonspam 0.8 bayes_auto_learn_threshold_spam 12.0 Check your log to see if you have any errors. Jonn On Sun, 12 Feb 2006 13:29:27 -0