From 29fe7ddc41d0586dd63e545285171b003c90492a Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Fri, 18 Nov 2016 03:15:27 -0800 Subject: [PATCH] Fix $wgUserEmailUseReplyTo documentation Since r38374 $wgPasswordSender has been used (T15376#171833). Change-Id: I082ae76abb18a99b9b5a5c76283ff89b2825deb1 --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 32717f14f9..792b9bcc9f 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1586,7 +1586,7 @@ $wgEnableUserEmail = true; /** * Set to true to put the sending user's email in a Reply-To header - * instead of From. ($wgEmergencyContact will be used as From.) + * instead of From. ($wgPasswordSender will be used as From.) * * Some mailers (eg SMTP) set the SMTP envelope sender to the From value, * which can cause problems with SPF validation and leak recipient addresses -- 2.20.1