2 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] maildrop+xfilter
FromSent OnAttachments
joelDec 20, 2001 3:47 am 
Casey ZacekDec 20, 2001 8:22 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+xfilterActions...
From:Casey Zacek (cz@neospire.net)
Date:Dec 20, 2001 8:22:43 am
List:net.sourceforge.lists.courier-maildrop

joel spoke forth with the blessed manuscript:

I guess the is problem is related to "xfilter". Does this command exist? If so, where can I find it? Does it come with maildrop package?

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

error:

Dec 20 09:28:41 mail qmail: 1008847721.448875 delivery 1811: deferral: find:_-maxdepth:_unknown_option//usr/local/bin/maildrop:_Unable_to_open_mailbox./

That error message looks like you need gfind (GNU find) instead of find. I don't know what's using find, though..