2 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] hello, I'm new to this
FromSent OnAttachments
Jerry M. Howell IISep 16, 2004 3:25 am 
Jeremy KitchenSep 16, 2004 8:18 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] hello, I'm new to thisActions...
From:Jeremy Kitchen (kitc@scriptkitchen.com)
Date:Sep 16, 2004 8:18:34 am
List:net.sourceforge.lists.courier-maildrop

On Thursday 16 September 2004 05:14 am, Jerry M. Howell II wrote:

hi all,

howdy

I'm new to maildrop so was wondering if someone has a sample script that filters messages and puts them in the apropriate maildir based on mailling list id, to, from, etc. Thank you for your help

man maildropfilter

here's a quick example:

if (/^Mailing-List:.*qmail@list\.cr\.yp\.to/) to Maildir/.qmail/

else if (/^From:.*kitchen@scriptkitchen\.com/) to Maildir/.trash/

else if (/^X-Spam-Flag:[:space:]*YES/) to Maildir/.spam/

etc ... Of course, that's a very simple example maybe others can give you a more complicated one.

-Jeremy