On Mon, 2 Jun 2003, Zbynek Vyboh wrote:

> Bug in:  http://cz.php.net/manual/en/function.mail.php
> 
> Example 2. Sending mail with extra headers.
> 
> mail("[EMAIL PROTECTED]", "the subject", $message,
>      "From: [EMAIL PROTECTED]"
>     ."Reply-To: [EMAIL PROTECTED]"
>     ."X-Mailer: PHP/" . phpversion());
> 
> -----------
> That's not correct mail header (see RFC822, STD3).

Please quote the section which describes this, I can not find it in the 
RFC.

Derick

-- 
                                        "my other box is your windows PC"
-------------------------------------------------------------------------
 Derick Rethans                                 http://derickrethans.nl/ 
 International PHP Magazine                          http://php-mag.net/
-------------------------------------------------------------------------

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to