Edit report at https://bugs.php.net/bug.php?id=64067&edit=1

 ID:                 64067
 Updated by:         krak...@php.net
 Reported by:        erikv3 at gmx dot net
 Summary:            to email address messed up
-Status:             Open
+Status:             Not a bug
 Type:               Bug
 Package:            *Mail Related
 PHP Version:        5.3.21
 Block user comment: N
 Private report:     N

 New Comment:

This is a result of misuse. 

Please see section 2.2 of the appropriate RFC: 
http://www.faqs.org/rfcs/rfc2822.html


Previous Comments:
------------------------------------------------------------------------
[2013-01-25 08:28:35] erikv3 at gmx dot net

Description:
------------
---
>From manual page: http://www.php.net/function.mail#refsect1-function.mail-
parameters
---



Test script:
---------------
$send_status = mail("test 1:2:3:4:5:6:7:8:9 <eri...@gmx.net>", "strange name 
test", "hi");

Expected result:
----------------
an email with in the to field:
test 1:2:3:4:5:6:7:8:9 <eri...@gmx.net>

Actual result:
--------------
this is the actual to:

t...@roadrunner.nedlinux.com,
        "1:2:3:4:5:6:7:8"@roadrunner.nedlinux.com:9 <eri...@gmx.net>


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



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

Reply via email to