I am working on creating a tool that processes mail for a support system. The script works, but still sends a bounce message.
Code: http://www.janix.net/test/mail.phps When the script processes the e-mail, it sends a bounce with the output of the script. I got rid of the output in the bounce by adding -q to the first line, but I still get the following error in the bounce. ------------------------- This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: pipe to |/home/janix/www/test/rcvmail.php generated by [EMAIL PROTECTED] The following text was generated during the delivery attempt: ------ pipe to |/home/janix/www/test/rcvmail.php generated by [EMAIL PROTECTED] ------ ------------------------- The server uses Sendmail. Does anyone have any idea what is causing this bounce and how I can fix it? -- Jason Williard <[EMAIL PROTECTED]> // www.jasondubya.com // -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php