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