Project

General

Profile

Actions

Bug #14212

closed

incorrect message-id in mailheaders

Added by robert breithuber almost 20 years ago. Updated almost 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 #1

Updated by Jan-Erik Revsbech almost 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.)

Actions

Also available in: Atom PDF