12 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Hidden Feature in Mai...
FromSent OnAttachments
Ed WildgooseMar 28, 2005 10:45 am 
Jeremy KitchenMar 28, 2005 12:09 pm 
Ed WildgooseMar 28, 2005 1:14 pm 
Ed WildgooseMar 29, 2005 8:43 am 
Paul L. AllenMar 29, 2005 3:28 pm 
Sam VarshavchikMar 29, 2005 3:41 pm 
Ed WildgooseMar 29, 2005 5:25 pm 
Sam VarshavchikMar 29, 2005 5:42 pm 
Ron JohnsonMar 29, 2005 6:37 pm 
Sam VarshavchikMar 29, 2005 7:39 pm 
Ron JohnsonMar 29, 2005 8:23 pm 
Ed WildgooseMar 30, 2005 12:23 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] Hidden Feature in Maildrop?Actions...
From:Jeremy Kitchen (kitc@scriptkitchen.com)
Date:Mar 28, 2005 12:09:50 pm
List:net.sourceforge.lists.courier-maildrop

On Monday 28 March 2005 12:45 pm, Ed Wildgoose wrote:

I'm converting some filters from procmail and I use the following construct quite a lot:

if (/^From: *(someaddress@somewhere|someotheraddress|somewhereelse)/) { }

However, it's not documented as being valid syntax in the maildrop documentation.

which part, the regex or the if statement?

if the 'if' statement, it's documented.

if the regex.. well, that's standard regex syntax, I don't know why you wouldn't expect it to work.

-Jeremy