Project

General

Profile

Actions

Bug #14759

closed

Set Errors-To header to value of Return-Path

Added by Martin Kutschker over 19 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2005-05-27
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
3.8.0-dev
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Postfix uses Errors-To instead of Return-Path, so this header should be set to the value of the Return-Path header.

see t3lib_htmlmail->setHeaders():

if ($this->returnPath) {
$this->add_header("Return-Path: ".$this->returnPath);
$this->add_header("Errors-To: ".$this->returnPath);
}

(issue imported from #M1114)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #14817: Wrong variable naming with Return-Path configurationClosedKarsten Dambekalns2005-06-14

Actions
Actions

Also available in: Atom PDF