Remove useless Reply-To: header which is identical to the From: header.
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 5 Aug 2004 01:56:46 +0000 (01:56 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 5 Aug 2004 01:56:46 +0000 (01:56 +0000)
[ 956984 ] Reply-to: is a duplicate of From:

includes/UserMailer.php

index 6704a82..abf6c4a 100644 (file)
@@ -48,7 +48,6 @@ function userMailer( $to, $from, $subject, $body )
                        "Content-type: text/plain; charset={$wgOutputEncoding}\r\n" .
                        "Content-transfer-encoding: 8bit\r\n" .
                        "From: {$from}\r\n" .
-                       "Reply-To: {$from}\r\n" .
                        "X-Mailer: MediaWiki interuser e-mailer";
 
                $wgErrorString = "";