From 6e755caf39b07636ae55350d6ae8d41c124b8deb Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 5 Aug 2004 01:56:46 +0000 Subject: [PATCH] Remove useless Reply-To: header which is identical to the From: header. [ 956984 ] Reply-to: is a duplicate of From: --- includes/UserMailer.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/UserMailer.php b/includes/UserMailer.php index 6704a82ccb..abf6c4acf1 100644 --- a/includes/UserMailer.php +++ b/includes/UserMailer.php @@ -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 = ""; -- 2.20.1