The following issue has been SUBMITTED. 
====================================================================== 
http://dbmail.org/mantis/view.php?id=819 
====================================================================== 
Reported By:                jasb
Assigned To:                
====================================================================== 
Project:                    DBMail
Issue ID:                   819
Category:                   LMTP daemon
Reproducibility:            have not tried
Severity:                   minor
Priority:                   normal
Status:                     new
target:                      
====================================================================== 
Date Submitted:             06-Dec-09 23:07 CET
Last Modified:              06-Dec-09 23:07 CET
====================================================================== 
Summary:                    Separated words on From: header
Description: 
Hi Paul,
There's a fix by you a few weeks ago, but now i saw something strange
again.
An email sent via the PHP mail() function, results in the end message with
values different than the original ones.

If you see, the From: header, is now equal in the end message, containing
extra spaces in "www. coop. pt".

Attached there's the final message in raw format, and below the PHP code
that sent the mesage:

---
$to = "jo...@coop.pt"; #set address to send form to
#$subject = "=?utf-8?Q?Sugest=C3=B5es=20enviadas=20do=20site=0D=0A?=";
#set the subject line
$subject = "=?utf-8?Q?Sugest=C3=B5es=20enviadas=20do=20site?=";
$headers = "From: Email enviado do www.coop.pt <ge...@coop.pt>"; #set the
from address

mail($to, $subject, $msg, $headers);
---
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
06-Dec-09 23:07  jasb           New Issue                                    
06-Dec-09 23:07  jasb           File Added: raw.txt                          
======================================================================

_______________________________________________
Dbmail-dev mailing list
Dbmail-dev@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev

Reply via email to