1 message in net.sourceforge.lists.courier-maildrop[maildropl] Command died with status ...
FromSent OnAttachments
Masakazu FujiwaraJun 5, 2003 7:17 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:[maildropl] Command died with status 1: "/usr/local/bin/maildrop"Actions...
From:Masakazu Fujiwara (masa@digitalmediums.com)
Date:Jun 5, 2003 7:17:41 pm
List:net.sourceforge.lists.courier-maildrop

Hi there,

I am testing my filter scripts. When I used the following simple filter, a message I sent was bounced and I coudn't receive e-mail as account@my.domain. There was an error message from "local" of Postfix in /var/log/maillog:

Command died with status 1: "/usr/local/bin/maildrop"

When I changed "!account@my.domain" to "Maildir", I could normally receive the message in mailbox holding this filter.

Does anybody have idea what cause this?

--------- .mailfilter --------- logfile "filter.log"

if ( /^Subject: *spam */:h ) { to "!account@my.domain" }

Masa