hi nhadie, i remember getting into a similar problem... then i have a web-forum script sending to a mailing list and my mails from web-forum can't get into the mailing list even if my "From" header in mail command is a member of the mailing list.... my problem then was how to determine the "real" sender of the web-forum email.
this guy told me it's a layer below the mail() of PHP... it has something to do with the SMTP layer that i should look at the the $SENDER variable ... i don't know how this info can help you but maybe try looking at your qmail config? below is what andrew told me and link to an smtp faq... "ezmlm doesn't look at any message content for sender verification. It checks the $SENDER variable provided by qmail during delivery (which qmail gets from the MAIL FROM part of the original SMTP conversation -- see RFC 2821[1]). You'll have to check your qmail-send logs to see exactly what *real* sender address corresponds to messages from that person. Footnotes: [1] http://www.faqs.org/rfcs/rfc2821.html -- [EMAIL PROTECTED] (Andrew A. Raines) " hope this helps, sarah nhadie ramos wrote: > Hi All, > > I have a PHP mail form script. Once submitted the form values will be > sent, however, the e-mail originates from > [EMAIL PROTECTED] > > One of our clients are blocking that e-mail, how can I send the form > using a real e-mail? > > TIA > > Nhadie > _________________________________________________ > Philippine Linux Users' Group (PLUG) Mailing List > [email protected] (#PLUG @ irc.free.net.ph) > Read the Guidelines: http://linux.org.ph/lists > Searchable Archives: http://archives.free.net.ph > > _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

