Project

General

Profile

Actions

Bug #14212

closed

incorrect message-id in mailheaders

Added by robert breithuber over 20 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Backend API
Target version:
-
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: <<>>

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

Also available in: Atom PDF