From 68fad9bac839ed2cd3efbd30f1bf7c934a85f0fa Mon Sep 17 00:00:00 2001 From: Fomafix Date: Fri, 6 Nov 2015 21:43:40 +0000 Subject: [PATCH] DefaultSettings.php: Use .invalid as invalid e-mail address (RFC 2606) Change-Id: I189b47ef773e05e4d94d619094bff2403f13e2d4 --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 6032ba3bbc..6ccb347b02 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1493,7 +1493,7 @@ $wgPasswordSenderName = 'MediaWiki Mail'; * It might be necessary to adapt the address or to set it equal * to the $wgEmergencyContact address. */ -$wgNoReplyAddress = 'reply@not.possible'; +$wgNoReplyAddress = 'reply@not.possible.invalid'; /** * Set to true to enable the e-mail basic features: -- 2.20.1