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 4:54:28 am
List:net.sourceforge.lists.courier-maildrop

Jonathan Nichols wrote:

Sam, Thanks for the reply. I got the user to send me headers from one of the messages... this user uses "list@pedantic.com" for all of her mailing lists, and just wants them all to go into 1 folder. Thanks again!

there's no "orig_to" header so your test won't match. try one of the following:

- try matching a Received header such as /Received: .*list@pedantic.com.*/ (or get more precise...).

- ask the user to give you the list of mailing lists he is subscribed to and derive a filter based on this instead of the orig_to address.

- give him a supplementary account that uses the same maildir destination. this way you can have a maildrop config for this address. of course, this is only acceptable if you only have few such users or if you can automate the process.