dweiss
16-Nov-2006, 11:37 PM
I am getting the following error.
The following error occurred in FormMail :
filter_failed
*********fmencoder: file 'pubkey.txt' does not seem to contain a public key
*****
Error=Filter "encode" failed (status 1):
I confirmed that pubkey is the file I uploaded to the server, and I can run fmencoder manually with that key file, and encrypt and decrypt fine. It is just when I use it with formmail, that I get this error.
My filter setting in formmail :
$FILTERS = array("encode"=>"/web/cgi/fmencoder -k
/web/cgi/pubkey.txt");
Any suggestions ? Is this a configuration issue with formmail (I am using version 7.11) ?
Any help would be appreciated.
Thanks
The following error occurred in FormMail :
filter_failed
*********fmencoder: file 'pubkey.txt' does not seem to contain a public key
*****
Error=Filter "encode" failed (status 1):
I confirmed that pubkey is the file I uploaded to the server, and I can run fmencoder manually with that key file, and encrypt and decrypt fine. It is just when I use it with formmail, that I get this error.
My filter setting in formmail :
$FILTERS = array("encode"=>"/web/cgi/fmencoder -k
/web/cgi/pubkey.txt");
Any suggestions ? Is this a configuration issue with formmail (I am using version 7.11) ?
Any help would be appreciated.
Thanks