Ask a Question related to PHP Development, Design and Development.
-
iliaa@php.net #1
#24663 [Ver->Csd]: Message with "\n.\n" is being truncated
ID: 24663
Updated by: [email]iliaa@php.net[/email]
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 [url]http://snaps.php.net/[/url].
In case this was a documentation problem, the fix will show up soon at
[url]http://www.php.net/manual/[/url].
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]sniper@php.net[/email]
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 [url]http://bugs.php.net/?id=24663&edit=1[/url]
iliaa@php.net Guest
-
CFINPUT type="radio" w/ "value" requires "label"
On a Flash form, when you specify type='radio' and value='whatever', the value of the 'value' attribute will be displayed as a label if no 'label'... -
Image "truncated"
I have an ai drawing set up for 800x600 px size. Distiller is my default printer. In Illustrator 10, I see a dotted vertical line across the... -
Viewstate Corrupt error message after "Worker Process" recycling
Hi There, I have a small ASP.NET application under development. I am using VS.NET 2002 (2003 upgrade is on the way) with .NET Framework 1.1. It... -
#24663 [Opn->Ver]: Message with "\n.\n" is being truncated
ID: 24663 Updated by: sniper@php.net Reported By: faraco dot phpbugs at mailnull dot com -Status: Open... -
"Start" "Program" "Menu" list is empty
For what ever reason my list of installed programs in my "Start" "Programs" menu is empty. Anyone know how to restore the list. Thanks for your...



Reply With Quote

