The following issue has been SUBMITTED. 
====================================================================== 
http://dbmail.org/mantis/view.php?id=626 
====================================================================== 
Reported By:                Tarick
Assigned To:                
====================================================================== 
Project:                    DBMail
Issue ID:                   626
Category:                   Database layer
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
target:                      
====================================================================== 
Date Submitted:             16-Jul-07 12:29 CEST
Last Modified:              16-Jul-07 12:29 CEST
====================================================================== 
Summary:                    Insert  into dbmail_headervalue incorrectly parsed
content of non-standard From: header
Description: 
Broken one:

INSERT INTO dbmail_headervalue (headername_id, physmessage_id,
headervalue) VALUES (4,68324,'"(no space here)\\\\ Name Surname" <"(one
space here) user"@tld>');

but

Valid one:
INSERT INTO dbmail_fromfield (physmessage_id, fromname, fromaddr) VALUES
(68324,'(space here) \\ Name Surname','"(two spaces here)  user"@tld');

Original "From:" header (from dspam debug.messages before passing to
dbmail and from Thunderbird sent source of message) 

From: " \\ Name Surname" <"  user"@tld>
Dbmail strips all spaces more than one to one space from "   user"@tld and
from the start of " \\ Name Surname" (i.e. leave one space if one exists
and one if many). In dbmail_fromfield valid values inserted.
====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
16-Jul-07 12:29 Tarick         New Issue                                    
======================================================================

_______________________________________________
Dbmail-dev mailing list
[email protected]
http://twister.fastxs.net/mailman/listinfo/dbmail-dev

Reply via email to