Bug #14212
closedincorrect message-id in mailheaders
0%
Description
typo3 inserts an incorrect message id e.g.:
Message-ID: <<27a1409a8f25545e3cc929a555616370@domain.tld>>
problems:
- double "<" ">"
- "domain.tld" should be replaced by a configurable constant (install-tool?)
this leads to false positives at spamfilters like spamassassin.
with this kind of message-id you get :
2.5 point for a Message-Id which is not valid, according to RFC 2822.
i have seen the problem in the core and in some extensions too:
typo3_src-3.6.1/t3lib/class.t3lib_formmail.php
typo3_src-3.6.1/t3lib/class.t3lib_htmlmail.php:
ext/tt_products/pi/products_mail.inc
ext/sr_sendcard/pi1/class.tx_srsendcard_pi1_t3lib_htmlmail.php
(issue imported from #M174)
Updated by Jan-Erik Revsbech over 20 years ago
This is already fixed in the development version of TYPO3 (3.7.0), but I have just made the changes in the 3.6.0 branch in CVS as well. This (I think...) should make sure that the bugfix comes into the 3.6.3 version (someone please correct me if I'm wront on this.)