Gerrit Patch Uploader has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/251636

Change subject: DefaultSettings.php: Use .invalid as invalid e-mail address 
(RFC 2606)
......................................................................

DefaultSettings.php: Use .invalid as invalid e-mail address (RFC 2606)

Change-Id: I189b47ef773e05e4d94d619094bff2403f13e2d4
---
M includes/DefaultSettings.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/36/251636/1

diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 6032ba3..6ccb347 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -1493,7 +1493,7 @@
  * 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:

-- 
To view, visit https://gerrit.wikimedia.org/r/251636
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I189b47ef773e05e4d94d619094bff2403f13e2d4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Gerrit Patch Uploader <gerritpatchuploa...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to