Re: Help in understanding why SA not using bayes rules.

2013-11-24 Thread John Hardin
On Sun, 24 Nov 2013, Matus UHLAR - fantomas wrote: > >  And every week I teach SpamAssassin with those mailboxes with script: > >   > >  #!/bin/sh > >  DIR=/var/spool/mail/prem-ekb.ru > >  sa-learn --clear > >  sa-learn --spam ${DIR}/s...

Re: reporting Spambot IPs

2013-11-24 Thread Matus UHLAR - fantomas
On 24.11.13 18:05, Michael Monnerie wrote: One of our customers has been virus infected, his e-mail password stolen and used within a small botnet. Those 107 different IP addresses sent spam during 3 hours, the problem has been fixed already. I just wanted to report those 107 IPs here, I don't

Re: Help in understanding why SA not using bayes rules.

2013-11-24 Thread Matus UHLAR - fantomas
 And every week I teach SpamAssassin with those mailboxes with script:    #!/bin/sh  DIR=/var/spool/mail/prem-ekb.ru  sa-learn --clear  sa-learn --spam ${DIR}/s...@prem-ekb.ru/cur/*S{a,} In FreeBSD /bin/sh is a minimal POSIX bourne shell, brac

reporting Spambot IPs

2013-11-24 Thread Michael Monnerie
One of our customers has been virus infected, his e-mail password stolen and used within a small botnet. Those 107 different IP addresses sent spam during 3 hours, the problem has been fixed already. I just wanted to report those 107 IPs here, I don't know any better method to report it. Has an

Re: Help in understanding why SA not using bayes rules.

2013-11-24 Thread Гуляев Гоша
>>  And every week I teach SpamAssassin with those mailboxes with script: >>   >>  #!/bin/sh >>  DIR=/var/spool/mail/prem-ekb.ru >>  sa-learn --clear >>  sa-learn --spam ${DIR}/s...@prem-ekb.ru/cur/*S{a,} > > In FreeBSD /bin/sh is a minimal POSIX

Re: Help in understanding why SA not using bayes rules.

2013-11-24 Thread RW
On Sat, 23 Nov 2013 00:33:51 +0600 ?? wrote: > Hi All! > I've read a number of articles about a FreeBSD + Postfix + Dovecot + > Amavisd + Clamav + SpamAssassin + MySQL system. And with these > materials I set up a mail server. > OS: Fre