2 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] log behavior
FromSent OnAttachments
Eric d'AlibutMay 20, 2007 1:26 pm 
Eric d'AlibutMay 21, 2007 10:54 pm 
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] log behaviorActions...
From:Eric d'Alibut (eric@gmail.com)
Date:May 21, 2007 10:54:42 pm
List:net.sourceforge.lists.courier-maildrop

On 5/20/07, Eric d'Alibut <eric@gmail.com> wrote:

if (/^Delivered-To:.*zooey/) { if (/^Subject:\s(.*)/) { SUBJ = $MATCH1 xfilter "reformail -I'Subject: Z] "$SUBJ"'" } }

Solution:

Change the above lines to:

if (/^Delivered-To:.*zooey/) if (/^Subject:\s(.*)/) xfilter "reformail -I'Subject: Z "$MATCH1"'"

Not sure why this more austere formulation does not provoke the same log behavior, but there you have it.