Bug #19441
closedclass.t3lib_htmlmail.php produces null headers in HTML messages
0%
Description
When sending a multi-part message in MIME format, the 4.2.2 version of class.t3lib_htmlmail.php outputs an additional semicolon on the Content-Type header definition which is interpreted as a violation by antispam solutions such as MailScanner as it detects a null header. This leads to the message being quarantined.
The patch fixes this issue and allows extensions such as directmail to deliver their emails successfuly.
(issue imported from #M9523)
Files
Updated by Xavier Perseguers about 16 years ago
Just to make things clear, by "additional semicolon" I really mean that it outputs 2 semicolons instead of a single one which leads to a problem in antispam solutions as the header violates the email RFC.
Updated by Xavier Perseguers about 16 years ago
Bug was introducted by http://bugs.typo3.org/view.php?id=8199 which was merged into patch http://bugs.typo3.org/view.php?id=8255.
Updated by Xavier Perseguers about 16 years ago
BTW, patch should be applied to trunk too
Updated by Oliver Hader about 16 years ago
- TYPO3_4-2 (rev. 4309)
- Trunk (rev. 4308)