7 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Need help with my .ma...
FromSent OnAttachments
Kevin EvertsAug 10, 2002 2:06 pm 
Mark WeinemAug 10, 2002 2:43 pm 
Kevin EvertsAug 11, 2002 12:50 pm 
Mark WeinemAug 12, 2002 2:13 am 
Kevin EvertsAug 13, 2002 7:17 pm 
Mark WeinemAug 15, 2002 2:27 am 
Kevin EvertsAug 15, 2002 7:33 pm.mailfilter
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] Need help with my .mailfilter fileActions...
From:Mark Weinem (mark@uni-duisburg.de)
Date:Aug 12, 2002 2:13:40 am
List:net.sourceforge.lists.courier-maildrop

On Sun, 11 Aug 2002, Kevin Everts wrote:

I made the changes that you suggested, but it's still sending everything to the folder in my first rule. Any other suggestions?

if (/^To:.*apache/ || /^[Cc][Cc]:.*apache/ || /^Mail-Followup-To:.*apache/ \ || /^Subject:.*apache/) { to "Maildir/.Apache" }

Try it with one line:

if (/^To:.*apache/ || /^[Cc][Cc]:.*apache/ || /^Mail-Followup-To:.*apache/ ||
/^Subject:.*apache/) to Maildir/.Apache

If it still not works: what happens if you comment out all rules? What's the output of

set|grep MAIL=

Greetings, Mark