Forum Moderators: bakedjake
I have a forwarder setup so that when an order is made, an email sent to example@example.com gets forwarded to the script.
The code for the forwarder in cpanel is
"¦php /home/USERNAME/public_html/path/to/handler.php > /dev/null 2>&1"
Everything works perfectly..sort of.
The email gets forwarded, the script executes and works as planned. Unfortunately, after that, I also get a bounce message stating..
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 ¦php /home/USERNAME/public_html/path/to/handler.php > /dev/null 2>&1
generated by example@example.com
The following text was generated during the delivery attempt:
------ pipe to ¦php /home/USERNAME/public_html/path/to/handler.php > /dev/null 2>&1
generated by example@example.com ------
X-Powered-By: PHP/4.4.4
Content-type: text/html
I am having a heck of a time trying to suppress the message.
Any ideas?