6 messages in net.sourceforge.lists.courier-maildrop[maildropl] The best way to execute a...
FromSent OnAttachments
PayalNov 24, 2002 7:49 pm 
ecu...@encontacto.netNov 24, 2002 8:16 pm 
Mike LeoneNov 24, 2002 8:50 pm 
Chris GamacheNov 25, 2002 5:35 am 
Chris GamacheNov 25, 2002 5:39 am 
PayalNov 25, 2002 9:34 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] The best way to execute a command with .mailfilter [resend...]Actions...
From:Chris Gamache (cgg@yahoo.com)
Date:Nov 25, 2002 5:39:41 am
List:net.sourceforge.lists.courier-maildrop

Ag. Let's try this again.

I'd like to do something like this...

if (/^From:.*virusoutbreak@viruscompany\.com.*$/) { system("/usr/local/virussoftware/updaterules.sh"); }

Should I use xfilter? updaterules.sh _should_ ignore stdin... :) should I do something silly like RETURNCODE=`/usr/local/virussoftware/updaterules.sh` ?

CG