Actions
Bug #14212
closedincorrect message-id in mailheaders
Start date:
2004-06-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.6.1
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
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)
Actions