Ok, so I'm stuck downstream and lost my paddle.. :P

Anyways, I'm getting incoming mail to my server to pipe to a script. Ok, no big deal. I have it so the script does what I needs it to, working!

Then what's the problem?

Here's the course of events:

Send email from GMail to server
--Server receives, pipes.
---Server updates database, good..
----Server bounces back an email saying it failed (although it didn't)

See the problem?

Here's what the extra email says:

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/someone/public_html/somewhere/emailpipe.php
generated by x@x.com

The following text was generated during the delivery attempt:

------ pipe to |/home/someone/public_html/somewhere/emailpipe.php
generated by x@x.com ------

Content-type: text/html
X-Powered-By: PHP/5.0.5


------ This is a copy of the message, including all the headers. ------

Now, please note those headers, are not seen in the headers in the attached copy of the message... so I have no clue how to get rid of them.

Anyone have any ideas on how to get rid of them? Or at least, stopping the email from showing up.


Thanks!!