6 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Filter on orig_to
FromSent OnAttachments
Jonathan NicholsApr 9, 2005 2:14 pm 
Sam VarshavchikApr 9, 2005 2:31 pm 
Jonathan NicholsApr 9, 2005 3:05 pm 
moussApr 10, 2005 4:54 am 
Thorsten HaudeApr 10, 2005 5:14 am 
moussApr 10, 2005 6:42 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] Filter on orig_toActions...
From:mouss (use@free.fr)
Date:Apr 10, 2005 6:42:21 am
List:net.sourceforge.lists.courier-maildrop

Jonathan Nichols wrote:

Sam Varshavchik wrote:

Jonathan Nichols writes:

if ( /^(To|orig_to|Cc): .*list@pedantic.com.*/ ) { to "/home/vmail/pedantic.com/me/.maildir/.listmail" }

Is the "orig_to" bit wrong? This is one of the very few domains that I

another approach is to use extensions in addresses. you're now apparently using a virtual alias entry like: list@pedantic.com -> fo@example.com. Replace it with something like that list@pedantic.com -> foo@+list@example.com and configure postfix to pass $extension to maildrop, and use it in maildrop to decide where to put the message.