9 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Re: mailfilter syntax...
FromSent OnAttachments
john gennardFeb 27, 2003 9:40 am 
Devin RubiaFeb 27, 2003 10:25 am 
Francois ZellingerFeb 27, 2003 12:22 pm 
GaryFeb 27, 2003 12:48 pm 
Sam VarshavchikFeb 27, 2003 2:48 pm 
Payal RathodFeb 27, 2003 7:11 pm 
john gennardFeb 28, 2003 9:09 am 
Devin RubiaFeb 28, 2003 11:20 am 
Francois ZellingerMar 1, 2003 1:50 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] Re: mailfilter syntax errorActions...
From:Francois Zellinger (frz@pt.lu)
Date:Mar 1, 2003 1:50:44 am
List:net.sourceforge.lists.courier-maildrop

On Friday, February 28, 2003 at 03:50 PM (UTC -0330) Devin Rubia <dev@thezone.net> wrote:

OK, two questions. Have you taken Sam's suggestion and wrapped the destination maildirs in quotes? eg:

if (/^To:.*debian-user@lists\.debian\.org$/) { to "Maildir/debian/" }

probably because of examples like this one:

if (/^From: TotemMail.*/) { to "| cat - >/dev/null" }

I think Sam suggests it because it is sometimes necessary and anyhow it cannot harm.