I set up procmail to pipe mail into a perl script, and it seems to work. But I want the mail to get processed by the script and then go back into procmail with some changes.
:0 wc ^ *To:[EMAIL PROTECTED] | perl.filter and that seems to work fine. At the end of the perl script I have a series of print commands, which should send the text back to procmail, right? Thanks in advance, wah