http://www.perlmonks.org?node_id=187054


in reply to Re: Invoking Perl script from an email
in thread Invoking Perl script from an email

I've created a basic .procmailrc file similar to this

:0: * ^From.*me * ^Subject:.*(run|file) { :0 c ! stew@my-server.com | perl /path/to/my/file.pl }

Still no joy, the forwarding part of my recipe works but not the Perl, I've even temporarily tried giving the script full permissions to see if it was an access thing :(