View Issue Details

IDProjectCategoryView StatusLast Update
0000013XMB1Bugspublic2009-02-19 12:00
Reportermiqrogroove Assigned Tomiqrogroove  
PriorityhighSeveritymajorReproducibilitysometimes
Status closedResolutionfixed 
OSWindows 
Product Version1.9.8 SP2 
Target Version1.9.11Fixed in Version1.9.11 
Summary0000013: SMTP Errors in Windows Caused by PHP Bug 45305
DescriptionPHP fails to parse the From: header in mail()'s additional_headers
parameter when all of the following conditions exist:

* Header is in the form of From: Name <address>
* Script does not call ini_set('sendmail_from')
* php.ini does not configure sendmail_from

In XMB, this causes a PHP Warning every time a properly-configured board attempts to send an e-mail using the PHP mail() function. It says, "SMTP server response" followed by a server-specific error code.

It looks like this:

Warning: mail() [function.mail]: SMTP server response: 501 5.5.4 Invalid Address in xmb\include\functions.inc.php on line 1356
Additional Informationhttp://forums.xmbforum.com/viewthread.php?tid=765315
http://forums.xmbforum.com/viewthread.php?tid=772465
http://bugs.php.net/bug.php?id=45305
http://bugs.php.net/bug.php?id=28038
TagsNo tags attached.
MySQL Version
PHP Version
Web Server
Browser
FlagsCritical Patch
Original Reporter
SVN Revision1134

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2008-07-20 14:08 miqrogroove New Issue
2008-07-20 14:10 miqrogroove Flags => Critical Patch
2008-07-20 14:10 miqrogroove SVN Revision => 1134
2008-07-20 14:10 miqrogroove Status new => resolved
2008-07-20 14:10 miqrogroove Fixed in Version => 1.9.11
2008-07-20 14:10 miqrogroove Resolution open => fixed
2008-07-20 14:10 miqrogroove Assigned To => miqrogroove
2008-08-07 10:48 miqrogroove Status resolved => closed
2009-02-19 12:00 miqrogroove Product Version => 1.9.8 SP2