ID:               30237
 Updated by:       [EMAIL PROTECTED]
 Reported By:      rtboon at xs4all dot nl
-Status:           Open
+Status:           Feedback
 Bug Type:         Mail related
 Operating System: Fedora 2
 PHP Version:      5.0.1
 New Comment:

Did you change the user your web server is running as?  If so, you have
to add this new user to sendmail's list of trusted users.  Only a
trusted user is allowed to set a -f


Previous Comments:
------------------------------------------------------------------------

[2004-09-26 02:06:26] rtboon at xs4all dot nl

Description:
------------
I'm not sure whether this is a sendmail or a PHP bug, but since PHP 5
my scripts fail where I use a 5'th argument like
"-f George Bush <[EMAIL PROTECTED]>" (pardon my politics :-) ) where
"oil.com" would be my domain. 
I get errors now that [EMAIL PROTECTED] is not a valid username.
In PHP 4.2.3 this used to work.

When I use "-f [EMAIL PROTECTED]", everything is ok.

I do not use safe mode, nor any settings in php.ini.

Reproduce code:
---------------
mail( "[EMAIL PROTECTED]", "Vote me!", "said it...",
        "From: George Bush <[EMAIL PROTECTED]>\r\n",
        "-f George Bush <[EMAIL PROTECTED]>" );


Expected result:
----------------
A mail with in the header:
Return-path: George Bush <[EMAIL PROTECTED]>

Actual result:
--------------
In my sendmail log:

[EMAIL PROTECTED] is an unknown user.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=30237&edit=1

Reply via email to