Actions
Bug #19441
closedclass.t3lib_htmlmail.php produces null headers in HTML messages
Start date:
2008-10-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
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
Actions