Procmail question
Hi,
I have a procmail receipe that should execute two shell scripts, it worked until I changed it so that it would pass the incoming subject to one of the scripts, now I can see it assiging the variable but it skips the scripts - Anyone any clues because I'm a total newbie:
[andrewtaylor@fedora Procmail]$ vi rc.perl_extract
:0:
* ^Subject:.*fax2email
{
SUBJ=`formail -zxSubject:`
| /home/andrewtaylor/Perl/extract_attachment.pl | /home/andrewtaylor/PHP/addtodb.php $SUBJ
}
Thanks
ANdrew
|