RE: Bayes not working

2006-05-10 Thread Matthew.van.Eerde
Steven Stern wrote: > Everything's tweaked to use "root" as the user. ... you've got to ask yourself a question: Do I feel lucky? -- Matthew.van.Eerde (at) hbinc.com 805.964.4554 x902 Hispanic Business Inc./HireDiversity.com Software Engineer

Re: Bayes not working

2006-05-10 Thread Matt Kettler
Steven Stern wrote: >> > Everything's tweaked to use "root" as the user. We do sitewide > processing since this sits on an MX server. > Do you use spamd? If so, it WILL NOT use root as the user. Ever. Period.

Re: Bayes not working

2006-05-10 Thread Steven Stern
Michael Monnerie wrote: On Mittwoch, 10. Mai 2006 16:01 Steven Stern wrote: I imported a corpus of about 2 messages total and it wasn't working. I blew it all away and started from scratch thinking that was the problem. For now, local.cf has a minimum of 100 messages of each type. The cu

Re: Bayes not working

2006-05-10 Thread Michael Monnerie
On Mittwoch, 10. Mai 2006 16:01 Steven Stern wrote: > I imported a corpus of about 2 messages total and it wasn't > working. I blew it all away and started from scratch thinking that > was the problem.  For now, local.cf has a minimum of 100 messages of > each type. The current database exceeds

Re: Bayes not working

2006-05-10 Thread Steven Stern
Andy Spiegl wrote: [3320] dbg: bayes: corpus size: nspam = 178, nham = 168 Probably because your corpus is still too small. man Mail::SpamAssassin::Conf ... bayes_min_ham_num(Default: 200) bayes_min_spam_num (Default: 200) To be accurate, the Bayes sy

Re: Bayes not working

2006-05-10 Thread Andy Spiegl
> [3320] dbg: bayes: corpus size: nspam = 178, nham = 168 Probably because your corpus is still too small. man Mail::SpamAssassin::Conf ... bayes_min_ham_num(Default: 200) bayes_min_spam_num (Default: 200) To be accurate, the Bayes system does not activate un

RE: Bayes not working

2006-05-10 Thread Greg Allen
You will probably get more ideas from posters, but here is my thought. Are you running spamassassin -D --lint as the user that SA runs under when it is running live? For instance, I call SA with the user "filter", not the user "root". So, to properly test SA I have to first type: su filter This

RE: Bayes not working

2004-09-29 Thread Matt Kettler
At 02:15 PM 9/29/2004, Gary Smith wrote: BTW, something else to keep in mind. There is a gotcha for sa-learn. If you happened to be logged in as root when training then the journal file is owned by root and SA can no longer entries in bayes. Check the ownership of the file. If it's not owned by

RE: Bayes not working

2004-09-29 Thread Gary Smith
then change it. Gary > -Original Message- > From: Matt Kettler [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 29, 2004 11:02 AM > To: Robert Leonard; users@spamassassin.apache.org > Subject: Re: Bayes not working > > At 01:49 PM 9/29/2004, Robert Leonard wrote

Re: Bayes not working

2004-09-29 Thread Matt Kettler
At 01:49 PM 9/29/2004, Robert Leonard wrote: I've deleted all my bayes databases and am trying to start the database from scratch.. I auto-learn.. For some reason SA sees 8 spams in the database but won't learn any more... What files does bayes need? I have the bayes_toks and bayes_seen files,