7 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Pattern matching
FromSent OnAttachments
Will HawesAug 23, 2006 2:42 am 
Thorsten HaudeAug 23, 2006 3:01 am 
Sam VarshavchikAug 23, 2006 3:15 am 
Will HawesAug 23, 2006 3:17 am 
Thorsten HaudeAug 23, 2006 3:31 am 
Mike LeoneAug 23, 2006 9:21 am 
Peter MannAug 23, 2006 9:48 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] Pattern matchingActions...
From:Will Hawes (in@whawes.co.uk)
Date:Aug 23, 2006 3:17:31 am
List:net.sourceforge.lists.courier-maildrop

Thorsten Haude wrote:

I can't find MATCH1 in my maildropfilter manpage. From a quick glance, it might work like this:

if (/^To: !.*/) { log "MATCH: $MATCH, MATCH2: $MATCH2" }

Ah, thanks, that would explain it. I was using maildrop 2.x subexpression syntax with maildrop 1.6.3. Duh.