[TYPO3-core] Use Errors-To for Postfix
Martin Kutschker
Martin.Kutschker at blackbox.net
Tue Jul 5 10:40:54 CEST 2005
This is a CVS patch request.
Type: New feature
Description:
Postfix likes the Errors-To header instead of the Return-Path. It doesn't hurt if we set it too.
Branches: HEAD
Bugtracker reference: http://bugs.typo3.org/view.php?id=1114
Files:
class.t3lib_htmlmail.php-errorsto.patch
Masi
-------------- next part --------------
--- class.t3lib_htmlmail.php.orig 2005-07-05 10:34:24.333211896 +0200
+++ class.t3lib_htmlmail.php 2005-07-05 10:36:34.831373160 +0200
@@ -393,6 +393,7 @@
// Return path
if ($this->returnPath) {
$this->add_header("Return-Path: ".$this->returnPath);
+ $this->add_header("Errors-To: ".$this->returnPath);
}
// X-id
if ($this->Xid) {
More information about the TYPO3-team-core
mailing list