ID:               24663
 Updated by:       [EMAIL PROTECTED]
 Reported By:      faraco dot phpbugs at mailnull dot com
-Status:           Verified
+Status:           Closed
 Bug Type:         Mail related
 Operating System: win32 only
 PHP Version:      4.3.3RC2-dev, 5.0.0b2-dev
 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.




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

[2003-07-15 22:51:55] [EMAIL PROTECTED]

Works with Linux, does not work with win32.


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

[2003-07-15 07:05:03] faraco dot phpbugs at mailnull dot com

Description:
------------
When a string with the character sequence "\n.\n" is passed to the
message argument of mail() function, the result email is truncated just
before the sequence.

Reproduce code:
---------------
<?

$message = "Text before dot\n.\nText after dot";

mail($to, $subject, $message);

?>


Expected result:
----------------
An email like this:

--------------------------------------
Text before dot
.
Text after dot
--------------------------------------

Actual result:
--------------
An email like this:

--------------------------------------
Text before dot
--------------------------------------


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


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

Reply via email to