ID: 22962 Updated by: [EMAIL PROTECTED] Reported By: uroeder at gmx dot net -Status: Open +Status: Closed Bug Type: Mail related Operating System: Linux PHP Version: 4.3.1 New Comment:
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. Fixed (partially) in CVS. The \n characters surrounding the message body have been left as \n only while \n characters in headers have been expanded to \r\n. This is because of tests with multiple MTAs showing inconsistent behavior which is best left as is. Previous Comments: ------------------------------------------------------------------------ [2003-03-30 08:48:26] uroeder at gmx dot net The php-Manual suggests "... You must use \r\n to seperate headers, ...", but when you take a look at ext/standard/mail.c the To- and Subject-field given as arguments to the php-mail-function are seperated by using ONLY newline (\n). Maybe sendmail corrects this mistake automatically, but I'm using postfix and when I try to send mail some of my additional headers (which are all correctly seperated by \r\n) appear in the message-body. Fixing this bug is easy, just edit ext/standard/mail.c lines 199-204 (fprintf(sendmail, ...)) and replace \n with \r\n. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=22962&edit=1
