Re: sa-learn problems

2013-11-17 Thread Matus UHLAR - fantomas
On 16.11.13 19:16, Benny Pedersen wrote: Matus UHLAR - fantomas skrev den 2013-11-12 08:40: how do you know it does not listen to it? learned from 0 do you have output of the mail somewhere? nope Benny, I will simply ignore your responsed when you remove important parts of the original

Re: sa-learn problems

2013-11-16 Thread Benny Pedersen
Matus UHLAR - fantomas skrev den 2013-11-12 08:40: how do you know it does not listen to it? learned from 0 do you have output of the mail somewhere? nope

Re: sa-learn problems

2013-11-11 Thread Matus UHLAR - fantomas
On 12.11.13 05:48, Benny Pedersen wrote: why does it not always listen to commands ? eg i have one mail i like to --forget digest from and it just ignore it as not listen to it ? how do you know it does not listen to it? sa-learn --spam does not change anything, sa-learn --ham not either, s

Re: sa-learn problems and comprehension question

2010-11-10 Thread Martin Gregorie
On Wed, 2010-11-10 at 19:01 +0100, Karsten Bräckelmann wrote: > On Wed, 2010-11-10 at 17:48 +, Martin Gregorie wrote: > > On Wed, 2010-11-10 at 18:16 +0100, Karsten Bräckelmann wrote: > > > > > find /var/spool/imap/user/kmeyer/ -name '[0-9]*.' -exec sa_learn {} \; > > > > > > > > > > which is

Re: sa-learn problems and comprehension question

2010-11-10 Thread Karsten Bräckelmann
On Wed, 2010-11-10 at 17:48 +, Martin Gregorie wrote: > On Wed, 2010-11-10 at 18:16 +0100, Karsten Bräckelmann wrote: > > > > find /var/spool/imap/user/kmeyer/ -name '[0-9]*.' -exec sa_learn {} \; > > > > > > > > which is a bit slower but avoids the command line overflow by running > > > > sa_

Re: sa-learn problems and comprehension question

2010-11-10 Thread Martin Gregorie
On Wed, 2010-11-10 at 18:16 +0100, Karsten Bräckelmann wrote: > > > find /var/spool/imap/user/kmeyer/ -name '[0-9]*.' -exec sa_learn {} \; > > > > > > which is a bit slower but avoids the command line overflow by running > > > sa_learn on every matching file. > > A "bit" slower. Periodically re-l

Re: sa-learn problems and comprehension question

2010-11-10 Thread Karsten Bräckelmann
On Wed, 2010-11-10 at 08:56 +0100, Marcin Mirosław wrote: > W dniu 2010-11-10 07:37, Karl Meyer pisze: > > But the 15 new messages weren't learnd yet. > > > > I had 10 messages in my inbox and run sa-learn on that folder. Then I got 15 > > different new messages and re-run sa-learn again. But it s

Re: sa-learn problems and comprehension question

2010-11-10 Thread Karsten Bräckelmann
> > find /var/spool/imap/user/kmeyer/ -name '[0-9]*.' -exec sa_learn {} \; > > > > which is a bit slower but avoids the command line overflow by running > > sa_learn on every matching file. A "bit" slower. Periodically re-learning the entire Inbox of 100+ users, spawning a full Perl process for e

Re: sa-learn problems and comprehension question

2010-11-10 Thread Karsten Bräckelmann
On Tue, 2010-11-09 at 22:57 -0800, Karl Meyer wrote: > > > --showdots /var/spool/imap/user/kmeyer/[0-9]*." amavis > > ^^^ > > This is dangerous. With lots of mail in the (Maildir?) folder, shell > > expansion *quickly* will exceed the command line length

Re: sa-learn problems and comprehension question

2010-11-10 Thread Martin Gregorie
On Tue, 2010-11-09 at 22:57 -0800, Karl Meyer wrote: > >This is dangerous. With lots of mail in the (Maildir?) folder, shell > >expansion *quickly* will exceed the command line length limit. > > > > The trailing dot also looks bad. > > This is a good argument. I' ll think about that. The folder is

Re: sa-learn problems and comprehension question

2010-11-10 Thread Matus UHLAR - fantomas
> On Tue, 2010-11-09 at 22:57 -0800, Karl Meyer wrote: > > >This is dangerous. With lots of mail in the (Maildir?) folder, shell > > >expansion *quickly* will exceed the command line length limit. > > > > > > The trailing dot also looks bad. > > > > This is a good argument. I' ll think about that.

Re: sa-learn problems and comprehension question

2010-11-09 Thread Marcin Mirosław
W dniu 2010-11-10 07:37, Karl Meyer pisze: > But the 15 new messages weren't learnd yet. > > I had 10 messages in my inbox and run sa-learn on that folder. Then I got 15 > different new messages and re-run sa-learn again. But it said that it > learned from 0 messages. Do you run SA from smtp serv

Re: sa-learn problems and comprehension question

2010-11-09 Thread Karl Meyer
>> The --dbpath option is bad. Despite its name, it is not a "path", but a >> prefix. The sa-update man page states it is in bayes_path form, which is >> documented in the general SA Conf documentation. > "This is the directory and filename for Bayes databases". Since your > given path looks simi

Re: sa-learn problems and comprehension question

2010-11-09 Thread Karl Meyer
Marcin Mirosław wrote: > >>> and got a message, that it learned from n messages. Also in the dbpath >>> foder >>> two files appeared. After I got 15 new mails in my inbox, I executed the >>> same command again. But this time it didn't learned. > >>Sa-learn "remember" msgid message which has bee

Re: sa-learn problems and comprehension question

2010-11-09 Thread Marcin Mirosław
W dniu 2010-11-09 17:24, Bowie Bailey pisze: > If you learn a message as ham, it will not learn the same message as ham > a second time (same with spam). However, you can change your mind and > learn the message as spam. Bayes will "forget" what it learned the > first time and re-learn the messag

Re: sa-learn problems and comprehension question

2010-11-09 Thread Karsten Bräckelmann
On Tue, 2010-11-09 at 08:14 -0800, Karl Meyer wrote: > # su -c "/usr/bin/sa-learn --dbpath /var/amavis/.spamassassin/bayes/ --ham The --dbpath option is bad. Despite its name, it is not a "path", but a prefix. The sa-update man page states it is in bayes_path form, which is documented in the gener

Re: sa-learn problems and comprehension question

2010-11-09 Thread Bowie Bailey
On 11/9/2010 11:16 AM, Marcin Mirosław wrote: > W dniu 09.11.2010 17:14, Karl Meyer pisze: >> Hi, >> >> I want to configure bayes learning and still having some problems and >> questions after reading several tutorials: >> >> >> I executed sa-learn for my inbox >> # su -c "/usr/bin/sa-learn --dbpat

Re: sa-learn problems and comprehension question

2010-11-09 Thread Marcin Mirosław
W dniu 09.11.2010 17:14, Karl Meyer pisze: > > Hi, > > I want to configure bayes learning and still having some problems and > questions after reading several tutorials: > > > I executed sa-learn for my inbox > # su -c "/usr/bin/sa-learn --dbpath /var/amavis/.spamassassin/bayes/ --ham > --showd

RE: sa-learn problems

2008-08-13 Thread Bowie Bailey
] Sent: Wednesday, August 13, 2008 9:47 AM To: users@spamassassin.apache.org Subject: Re: sa-learn problems Obviously isn't this the correct forum for this question. Could someone please tell me where to post it. Regards Lars Ebeling - Original Message - From: Lars Ebeling <mailt

Re: sa-learn problems

2008-08-13 Thread Lars Ebeling
Obviously isn't this the correct forum for this question. Could someone please tell me where to post it. Regards Lars Ebeling - Original Message - From: Lars Ebeling To: users@spamassassin.apache.org Sent: Thursday, August 07, 2008 3:48 PM Subject: sa-learn problems Dear