sa-learn errors

2009-01-26 Thread LuKreme
(Sorry if this is a repost, but I sent it 3 hours ago and it's not shown up on any of the archives, so I think it got munched somewhere) I executed the following (as root): /home $ for i in `ls` > do if test -s $i/Mail/SPAM; then > echo $i ; > /usr/local/bin/sa-learn --spam --mbox --

Re: [AMaViS-user] anyone successfully register host with spamcop?

2009-01-26 Thread Christopher Shaker
Michael: Yes, I've been using SpamCop with Amavisd-new and SpamAssassin. I wrote a simple shell script to report spam to Spamcop for me. I remove the markups from Spam Assassin before reporting the email to Spamcop. This is the part of my script that does the work: ... spamassassin --remove-mar

Re: [AMaViS-user] anyone successfully register host with spamcop?

2009-01-26 Thread Michael Scheidell
> Michael: > > Yes, I've been using SpamCop with Amavisd-new and SpamAssassin. > > I wrote a simple shell script to report spam to Spamcop for me. I remove > the markups from Spam Assassin before reporting the email to Spamcop. > This is the part of my script that does the work: Reporting works

Re: anyone successfully register host with spamcop?

2009-01-26 Thread Michael Scheidell
> A long time ago, and in a galaxy far away, I used to use spamcop. > Since moving to SpamAssassin, (which I thought spamcop, sorta thinks > they support, sorta, maybe, maybe not), I can't see to successfully > register my hosts. So the answer is no. All suggestions to date came from people who ha

Re: Zero exit-code after SIGPIPE

2009-01-26 Thread Karsten Bräckelmann
On Fri, 2009-01-23 at 18:30 +, RW wrote: > I'm having a problem whereby Spamassassin is sometimes being killed by > SIGPIPE before it's written-out the email to stdout, and then > returns a zero exit-code. > > Whilst I'd be keen to eliminate the SIGPIPE problem, the more important > problem i

FreeMail.pm

2009-01-26 Thread McDonald, Dan
I've been using the FreeMail.pm plugin to good effect, but I would like to expand it slightly. Currently it fires if the From: header contains a freemail address, or if the From: and Reply-to: headers contain different freemail addresses. I would like to add a test that scores a From: not in the

Re: Help with meta rule

2009-01-26 Thread R.Smits
Thank you, It works perfect Greetings... Richard Martin Gregorie wrote: > On Mon, 2009-01-26 at 11:46 +0100, R.Smits wrote: >> Hello, >> >> I have searched the archives, but not found a clear answer to this... >> maybe someone can give me a hint. >> >> I have a few strings that i want to use

Re: spamassassin -t hanging on - IxHash querying ctyme.ixhash.net

2009-01-26 Thread Chris
On Monday 26 January 2009 04:45:49 Steve Freegard wrote: > Sahil Tandon wrote: > > On Sun, 25 Jan 2009, Chris wrote: > >> I just noticed this when manually testing a newly learned spam that was > >> receiving a less than 1 score. Had to use the kill command to stop the > >> process. Is ixhasn.net p

Re: Help with meta rule

2009-01-26 Thread Martin Gregorie
On Mon, 2009-01-26 at 11:46 +0100, R.Smits wrote: > Hello, > > I have searched the archives, but not found a clear answer to this... > maybe someone can give me a hint. > > I have a few strings that i want to use with a meta rule. > > example : > --- > body __WORD_01 /string1/ > body __W

Re: spamassassin -t hanging on - IxHash querying ctyme.ixhash.net

2009-01-26 Thread Steve Freegard
Sahil Tandon wrote: > On Sun, 25 Jan 2009, Chris wrote: > >> I just noticed this when manually testing a newly learned spam that was >> receiving a less than 1 score. Had to use the kill command to stop the >> process. Is ixhasn.net possibly down? > > s/ixhasn.net/ixhash.net/ :-) That host is

Help with meta rule

2009-01-26 Thread R.Smits
Hello, I have searched the archives, but not found a clear answer to this... maybe someone can give me a hint. I have a few strings that i want to use with a meta rule. example : --- body __WORD_01 /string1/ body __WORD_02 /string2/ body __WORD_03 /string3/ body __WORD_04 /string4/i bod