3 messages in net.sourceforge.lists.courier-maildrop[maildropl] autoreply not working
FromSent OnAttachments
an baJul 15, 2002 6:53 am 
Mark WeinemJul 17, 2002 7:56 am 
FrankieJul 17, 2002 9:41 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] autoreply not workingActions...
From:an ba (baks@yahoo.com)
Date:Jul 15, 2002 6:53:40 am
List:net.sourceforge.lists.courier-maildrop

I'm running maildrop-1.4.0 and I'm using sqwebmail-3.3.6 to generate filter recipe for maildrop. everything (forwarding and deliveries) else is working fine except autoreply. Insteady of autoreplying, maildrop just delivers the mail in the mailbox (maildir). The filter recipe in my ".maildirfilter" is as below; Can someone tell why it doesn't work?

##Op:contains ##Header:subject ##Value:testing-auto ##Folder:+testing ##From: ##PlainString ##Name:testing-auto

if ((/^subject:.*testing\-auto/)) { AUTOREPLYFROM=$FROM `/usr/local/bin/mailbot -A "X-Sender: $FROM" -A "From: $AUTOREPLYFROM" -m "./Maildir/autoresponses/testing" $SENDMAIL -t -f ""` }