Page MenuHomePhabricator

Remove or repair non-functional wgNotification* settings in production
Closed, DuplicatePublic

Description

Part of incident prevention and follow-up from T257079:

From Unused wmf-config settigns:

  • wgNotificationReplyName
  • wgNotificationSender
  • wgNotificationSender

These are currently assigned in production, but as of some months/years ago are no longer recognised by Echo. This means either their purpose is no longer working correctly (ignored, out of date), or they have been unintentionally migrated/usurped and the prod settings are simply left-overs.

Current values:

wmf-config/CommonSettings.php
3048	$wgNotificationSender = $wmgNotificationSender;
3049	$wgNotificationSenderName = $wgSitename;
3050	$wgNotificationReplyName = 'No Reply';

Original code relating to it from Echo: Echo@REL1_30.