3 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] maildrop with sendmail
FromSent OnAttachments
Mark NienbergJun 5, 2006 2:13 pm 
Devin RubiaJun 6, 2006 6:03 am 
Mark NienbergJun 6, 2006 11:30 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] maildrop with sendmailActions...
From:Devin Rubia (dev@thezone.net)
Date:Jun 6, 2006 6:03:49 am
List:net.sourceforge.lists.courier-maildrop

On Mon, Jun 05, 2006 at 02:14:14PM -0700, Mark Nienberg wrote:

I'm testing maildrop as a replacement for procmail on a Fedora Core 5 server with sendmail 8.13.6. [SNIP] My /etc/maildroprc is as follows:

SHELL="/bin/bash" logfile "/var/log/maildrop.log" VERBOSE="4" if (/^Subject: {Spam?/)

[SNIP]

The "{" in the regular expression may be botching it.

Try:

if (/^Subject: \{Spam?/)