2 messages in net.sourceforge.lists.courier-maildrop[maildropl] xfilter ?
FromSent OnAttachments
joelJan 2, 2002 3:12 am 
Doug ClementsJan 3, 2002 2:54 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] xfilter ?Actions...
From:joel (jo@telecorp.com.br)
Date:Jan 2, 2002 3:12:45 am
List:net.sourceforge.lists.courier-maildrop

My filter this functioning but it does not return message.

I am working with Freebsd 4.0 + qmail + amavis

------- bash-2.03# cat .mailfilter if (/^Content-Type:.*IMAGE*/:b ) { /^Subject: !.*/ MATCH2=escape($MATCH2) xfilter "/usr/local/bin/reformail -I'Subject: [ALERT: ATTACHMENT] $MATCH2'" } else to ./Maildir/

bash-2.03# whereis xfilter xfilter:

-------------------------

What I need to make?

Thanks.