7 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] [SOLVED] Trouble with...
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:Re: [maildropl] [SOLVED] Trouble with maildrop2 and pcreActions...
From:Benedikt Hallinger (b.ha@ergonaz.net)
Date:Sep 30, 2007 7:45:55 am
List:net.sourceforge.lists.courier-maildrop

Hi, just to give the newest test reuslts:

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

Is not working, but

if ( /X-Spam-Status:\s*Yes,\s*(hits|score)=(\d+)\./:h ) { to "$SPAMFOLDER" }

does. It looks like, that was the problem.