3 messages in net.sourceforge.lists.courier-maildrop[maildropl] Syntax problem
FromSent OnAttachments
Igor StrohOct 11, 2002 7:14 am 
Alexander LazicOct 11, 2002 7:36 am 
Igor StrohOct 11, 2002 7:59 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:[maildropl] Syntax problemActions...
From:Igor Stroh (str@scan-plus.de)
Date:Oct 11, 2002 7:14:39 am
List:net.sourceforge.lists.courier-maildrop

Hi there,

could anyone point me into the right direction? I have a .mailfilter that looks like this:

DEFAULT="$PWD/Maildir/" logfile "$PWD/mailfilterlog"

if( /^Subject: .*test.*/:h ) { cc "!us@somehost.net" to $DEFAULT }

now after a successfull delivery the log file contains entries like this: ... Date: Fri Oct 11 16:07:00 2002 From: Bla Blub <bl@bla.com> Subj: test !Err: !us@somehost.net

I checked my /var/log/mail.log and it seems that everything works just fine (maildrop envoked with -V5), at least there's a message saying maildrop: Delivering to |/usr/sbin/sendmail -oi us@somehost.net maildrop: Delivery complete.

The message was definately _not_ delivered to the address specified after cc. Any ideas?

TIA, Igor

P.S. if you wonder about $PWD - it's a qmail specific env.var that contains the path to users $HOME