3 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] wildcards handling.
FromSent OnAttachments
PayalNov 5, 2002 7:32 pm 
Mark WeinemNov 7, 2002 3:12 am 
PayalNov 7, 2002 11:28 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] wildcards handling.Actions...
From:Mark Weinem (mark@uni-duisburg.de)
Date:Nov 7, 2002 3:12:41 am
List:net.sourceforge.lists.courier-maildrop

On Wed, 06 Nov 2002, Payal wrote:

But I also wish to deliver mails from qmail-scanner@something\.com and myqmail@somethingelse\.com delivered to same Mail/qmail folder. For now I am writing seperate rules for all. Is there any other way I can make rules maybe using wildcards. If yes, how? Also, I fail to understand what is * before qmail@list\.cr\.yp\.to?

Maybe this could work, but I'm sceptical:

if
(/^(To|[Cc][Cc]|[Mail-Followup-To]):.*(my)?qmail(-scanner)?@(list\.cr\.yp\.to|something(else)?\.com)/) { ... }

man maildropfilter:

x* Look for zero, or more, occurrences of the single character x.

Ciao, Mark