8 messages in net.sourceforge.lists.courier-maildrop[maildropl] execute an autoreply scri...
FromSent OnAttachments
Thierry BJan 23, 2005 4:11 pm 
Stefan HornburgJan 24, 2005 12:49 am 
Thierry BJan 24, 2005 1:10 am 
Rolan YangJan 24, 2005 6:55 am 
Thierry BJan 24, 2005 7:06 am 
Devin RubiaJan 24, 2005 8:37 am 
Thierry BJan 24, 2005 8:56 am 
Devin RubiaJan 24, 2005 11:53 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] execute an autoreply script in maildroprcActions...
From:Thierry B (deb@bouhnik.biz)
Date:Jan 23, 2005 4:11:51 pm
List:net.sourceforge.lists.courier-maildrop

Hello,

I'd like that my maildroprc, executes a shell script when a message is sent to te@linux.thierry.eu.org

But it doesn't work.

Could you tell me the good syntax?

Thanks.

this is my maildroprc:

SENDMAIL="/usr/sbin/sendmail -oi -f $FROM"

if ( $SIZE < 26144 ) { exception { xfilter "/usr/bin/spamassassin --prefspath=$HOME/$DEFAULT/.spamassassin/user_prefs" } }

if (/^X-Spam-Flag: *YES/) { exception { to "$HOME/$DEFAULT/.Spam/" } } if (/^To: te@linux.thierry.eu.org/) { exception { to "$HOME/$DEFAULT/.Teil/" './autoreply.sh thie@localhost.net $FROM' } } else { exception { to "$HOME/$DEFAULT" } }