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 10, 2002 2:43:39 pm
List:net.sourceforge.lists.courier-maildrop

On Sat, 10 Aug 2002, Kevin Everts wrote:

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

Line breaking is not correct:

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

if (/^From:ever@myrealbox.com/)

Should be:

if (^From:.*evertsk@myrealbox\.com/)