From e1760f5dd1c82588ae33ff74a74f20e36b117ec0 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sun, 7 Nov 2010 09:32:36 +0000 Subject: [PATCH] Removed debugging code left in r76234 --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 170fd6c1e9..e20c0ed75b 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1005,7 +1005,7 @@ $wgEnableUserEmail = true; * which can cause problems with SPF validation and leak recipient addressses * when bounces are sent to the sender. */ -$wgUserEmailUseReplyTo = true; +$wgUserEmailUseReplyTo = false; /** * Minimum time, in hours, which must elapse between password reminder -- 2.20.1