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:Kevin Everts (kev@everts.us)
Date:Aug 13, 2002 7:17:42 pm
List:net.sourceforge.lists.courier-maildrop

I get the same result if I put it all on one line. If I comment everything out, it will deliver all of my mail to my inbox, so that is going correctly.

The output of the set|grep MAIL= is MAIL=/var/spool/mail/kevin Is that my problem?

----- Original Message ----- From: "Mark Weinem" <mark@uni-duisburg.de> To: "Courier Maildrop" <cour@lists.sourceforge.net> Sent: Monday, August 12, 2002 5:14 AM Subject: Re: [maildropl] Need help with my .mailfilter file

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