ID:               31496
 User updated by:  cessner at centrosus dot com
 Reported By:      cessner at centrosus dot com
-Status:           Feedback
+Status:           Open
 Bug Type:         Mail related
 Operating System: Fedora Core
 PHP Version:      4.3.10
 New Comment:

removed \r but I don't think these tips are relevant to 
the core problem.... No change.

-Christian


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

[2005-01-13 04:25:17] [EMAIL PROTECTED]

Drop also \r from the same place..


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

[2005-01-12 19:38:37] cessner at centrosus dot com

I think I found the problem. There seems to be a limit 
for the message body in html and potentially text output 
as well at 2040 characters for mail(). I ran a few tests 
using different forms and different input and the "!" is 
added always as the 2041st character.

-Christian

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

[2005-01-12 18:49:21] cessner at centrosus dot com

changed:

$headers .= "From: Christian Essner 
<[EMAIL PROTECTED]>\r\n"; 

to

$headers .= "From: Christian Essner 
<[EMAIL PROTECTED]>\r";

no change.

-Christian

Are you able to reproduce the problem?

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

[2005-01-12 05:49:47] [EMAIL PROTECTED]

I'm sorry, try dropping the trailing \n. I'm going to sleep.

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

[2005-01-12 05:47:44] [EMAIL PROTECTED]

$headers .= "From: Christian Essner <[EMAIL PROTECTED]>\n"; 

Should be:

$headers .= "From: Christian Essner <[EMAIL PROTECTED]>\r\n"; 

I just caught that as I was passing through.

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/31496

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

Reply via email to