Project

General

Profile

Actions

Bug #19441

closed

class.t3lib_htmlmail.php produces null headers in HTML messages

Added by Xavier Perseguers almost 16 years ago. Updated about 14 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
-
Target version:
-
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

class.t3lib_htmlmail.diff (639 Bytes) class.t3lib_htmlmail.diff Administrator Admin, 2008-10-09 11:04
9523.diff (1.03 KB) 9523.diff Administrator Admin, 2008-10-09 11:59

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #18701: Problems with PHP mail function on WindowsClosedDmitry Dulepov2008-04-25

Actions
Has duplicate TYPO3 Core - Bug #19488: class.t3lib_htmlmail.php brings a two semicolon in mail-headerClosedChristian Kuhn2008-10-21

Actions
Actions #1

Updated by Xavier Perseguers almost 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.

Actions #2

Updated by Xavier Perseguers almost 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.

Actions #3

Updated by Xavier Perseguers almost 16 years ago

BTW, patch should be applied to trunk too

Actions #4

Updated by Oliver Hader over 15 years ago

Committed to SVN (by Dmitry):
  • TYPO3_4-2 (rev. 4309)
  • Trunk (rev. 4308)
Actions

Also available in: Atom PDF