procmail
[Top] [All Lists]

Re: Piping an email to a script, but it's not executing

2004-04-10 15:24:48

Well, let's see the recipe!

My first guess is that you need to give the piped
script an argument, as in

Oops, sorry! Here's the entire contents of my .procmailrc.
I'm not even really concerned with passing anything to the
script yet, as I can't even get the script to run. For now the
script simply outputs to a text file so I know if it ran or not.

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

LOGFILE = $HOME/procmail.log
VERBOSE = ON

:0 bhcW
* ^Subject: test123
| $HOME/test/test.pl

:0
* ^Subject: test123
$DEFAULT

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

_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail