Re: Individual pre learning - Bayes in SQL

2014-07-30 Thread Adi
Hello I have Bayes in SQL for each users (emails) on test server. SA is trigger by /usr/local/bin/spamc -U /var/run/spamd/spamd.socket -u $local_part@$domain My Bayes dosen't auto learn SPAM, only HAM Some email users have 38 HAM learned but SPAM 0;/ Some settings from userpref table | $GLOB

Re: Individual pre learning - Bayes in SQL

2014-07-25 Thread Adi
Hello > OTOH if someone gets so little spam that they struggle to reach 200, > does it matter? I'm just in the course of transferring the mail accounts from the server where was global bayes (with a lot ham/spam tokens) for an individual userpref/bayes. Before bayes reach 200 spam threshold it

Re: Individual pre learning - Bayes in SQL

2014-07-25 Thread RW
On Fri, 25 Jul 2014 12:21:42 +0200 Adi wrote: > I can change To/CC in loop for trained addresses in "mega spam mails". > Or change To/CC to exam...@example.com before make sa-learn. Just delete those headers. > I want pre learning because in the beginning people would be hard to > get 200 SPAM

Re: Individual pre learning - Bayes in SQL

2014-07-25 Thread Adi
Hello > A token is a word or some piece of derived data. I just means > that email contained 360 of them. Thanks for clarify >> Mail addressed to another person will not be a problem in learning >> process? > > Probably not. It wont make any difference in most cases, but if > one of those addr

Re: Individual pre learning - Bayes in SQL

2014-07-24 Thread RW
On Thu, 24 Jul 2014 09:32:35 +0200 Adi wrote: > Hello > > 13 and 15 is new account received only one email: > > Why both account have token_count ~ 360 ? > Not 1? whether these tokens are inherited? A token is a word or some piece of derived data. I just means that that email contained 360 of

Individual pre learning - Bayes in SQL

2014-07-24 Thread Adi
Hello I have Bayes in SQL for each users (emails) on test server. SA is trigger by /usr/local/bin/spamc -U /var/run/spamd/spamd.socket -u $local_part@$domain I looked at the results in database and have doubt. select * from bayes_vars; id | username| spam_count | ham_count | token_count 1

Re: Learning Bayes

2010-03-14 Thread mouss
pm...@email.it a écrit : > Hi, in this page: http://wiki.apache.org/spamassassin/BayesInSpamAssassin > i read: * > > "Do not* train Bayes on different mail streams or public spam corpora. > These methods will mislead Bayes into believing certain tokens are > spammy or hammy when they are not." >

Learning Bayes

2010-03-14 Thread pm...@email.it
Hi, in this page: http://wiki.apache.org/spamassassin/BayesInSpamAssassin i read: * "Do not* train Bayes on different mail streams or public spam corpora. These methods will mislead Bayes into believing certain tokens are spammy or hammy when they are not." So, i can't learn external spam dat

Re: Problem with learning bayes

2008-11-05 Thread James Wilkinson
Thomas Zastrow wrote: > I have a new server where I installed Spamassassin. Next, I took a > maildir with a lot of spam and learned the filter: > > sa-learn --spam --showdots /path/to/maildir Did you learn some non-spam, too? Bayes needs at least 200 of each before it will work. Hope this helps

Re: Problem with learning bayes

2008-11-05 Thread Thomas Zastrow
John Hardin schrieb: > On Tue, 4 Nov 2008, Thomas Zastrow wrote: > >> bayes_path /path/to/.spamassassin >> >> Burt then, I get the error: >> >> [3936] info: config: SpamAssassin failed to parse line, >> "/path/to/.spamassassin" is not valid for "bayes_path", skipping: >> bayes_path /path/to/.spamas

Re: Problem with learning bayes

2008-11-04 Thread Ned Slider
Ned Slider wrote: Thomas Zastrow wrote: Hello, I have a new server where I installed Spamassassin. Next, I took a maildir with a lot of spam and learned the filter: sa-learn --spam --showdots /path/to/maildir As I understand it, this creates a bayes database in my home directory under .spamas

Re: Problem with learning bayes

2008-11-04 Thread Ned Slider
Thomas Zastrow wrote: Hello, I have a new server where I installed Spamassassin. Next, I took a maildir with a lot of spam and learned the filter: sa-learn --spam --showdots /path/to/maildir As I understand it, this creates a bayes database in my home directory under .spamassassin Now, I adde

Re: Problem with learning bayes

2008-11-04 Thread John Hardin
On Tue, 4 Nov 2008, Thomas Zastrow wrote: bayes_path /path/to/.spamassassin Burt then, I get the error: [3936] info: config: SpamAssassin failed to parse line, "/path/to/.spamassassin" is not valid for "bayes_path", skipping: bayes_path /path/to/.spamassassin So, there is something wrong and

Problem with learning bayes

2008-11-04 Thread Thomas Zastrow
Hello, I have a new server where I installed Spamassassin. Next, I took a maildir with a lot of spam and learned the filter: sa-learn --spam --showdots /path/to/maildir As I understand it, this creates a bayes database in my home directory under .spamassassin Now, I added the line bayes_path /

Re: Learning bayes with spamc

2007-01-31 Thread Theo Van Dinter
On Wed, Jan 31, 2007 at 12:03:00PM -0500, Jeff Morton wrote: > Is there a way, then, to cause spamc to learn from an entire folder > without writing a bash for loop to pipe the files in one at a time? No. spamc only knows how to deal with single messages. If you want mbox, mbx, or dir handling,

Learning bayes with spamc

2007-01-31 Thread Jeff Morton
I've set up spamassassin so that the bayes files are owned by 'nobody' and are centrally located, and spamc is used to report spam or ham to train the filter. I have no problem training the filter by piping a single file at a time into spamc. The local.cf file contains: bayes_path /etc/mail/spa