php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #19680 mail 5th parameter in safe_mode
Submitted: 2002-09-30 16:00 UTC Modified: 2003-02-26 14:14 UTC
From: php at kipu dot co dot uk Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.2.3 OS: any
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: php at kipu dot co dot uk
New email:
PHP Version: OS:

 

 [2002-09-30 16:00 UTC] php at kipu dot co dot uk
as of 4.2.3 mail() doesn't accept the 5th parameter in safe more any more. However, my mailinglist system PHPlist uses this feature to be able to process bounces to the mailinglist. As particularly ISPs run PHP in safe mode, this may become a problem when they cannot process bounces and will be blacklisted to some hosts (yahoo is known to do this) for sending too many invalid emails.

So I would, on behalve of the ISPs who host users who have installed PHPlist, ask to change this back, or make it configurable, so ISPs can have a choice.

Michiel

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-02-26 14:14 UTC] derick@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.

From PHP 5 you can force the extra parameters to be set with the ini setting "mail_force_extra_parameters", see also:
http://news.php.net/article.php?group=php.cvs&article=19210

Derick

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Oct 17 21:01:27 2024 UTC