7 messages in net.sourceforge.lists.courier-maildrop[maildropl] Trouble with maildrop2 an...
FromSent OnAttachments
Benedikt HallingerSep 26, 2007 12:53 am 
Tony EarnshawSep 26, 2007 3:50 am 
Tony EarnshawSep 26, 2007 4:31 am 
Benedikt HallingerSep 26, 2007 4:39 am 
Tony EarnshawSep 26, 2007 4:57 am 
Benedikt HallingerSep 26, 2007 7:22 am 
Benedikt HallingerSep 30, 2007 7:45 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] Trouble with maildrop2 and pcreActions...
From:Benedikt Hallinger (b.ha@ergonaz.net)
Date:Sep 26, 2007 12:53:57 am
List:net.sourceforge.lists.courier-maildrop

Hello!

I try to deliver spam mails tagged by spamasasin to subfolders of the inbox. However, spam mails arent detected properly and i have no idea why.

What i try is the following: spamstatus =~ /X-Spam-Status:\s*Yes,\s*(hits|score)=(\d+)\./:h if ( $spamstatus ) { to $SPAMFOLDER }

which is never happening - all mail goes to my inbox. Mail Headers are for example: X-Spam-Status: Yes, score=21.341 X-Spam-Status: Yes, hits=5.5

Interestingly, the following code, located above the not funtional test works: if ( /X-Amavis-Alert: INFECTED/ ) { to "$VIRUSFOLDER" }

I would be very pleased, if someone could give me a hint.