I searched and read and finally I am posting.
I have a set of scripts that are used for maintaing a mailing list. I am basically trying to simulate the initial subscribe email from a FORM.
My question is, the scripts I am using look at a header that is sent from the form. It I have tried
FROM: emailaddy@host \r\n
X-Sender: emailAddy@host \r\n
those fields send correctly but the form still says
Recieved: (from www@localhost) by host8.server.com
does anyone know how to trick it so that it thinks it is from that user on the lowest level?
Steve
(btw I am using the mail() function in php)