jenkins-bot has submitted this change and it was merged. Change subject: Un-subscribe frequently failing recipients ......................................................................
Un-subscribe frequently failing recipients Bounce threshold set to 5, to match mailman standards. Cf. * http://www.list.org/mailman-admin/node25.html * http://www.esosoft.com/support/mailinglist/mailman/bounce.html Bug: T48640 Change-Id: I1dfef5406cfb389d4f9a36f5cc41ecfdae940dee --- M wmf-config/CommonSettings-labs.php M wmf-config/CommonSettings.php 2 files changed, 4 insertions(+), 2 deletions(-) Approvals: MarkTraceur: Looks good to me, approved Nemo bis: Looks good to me, but someone else must approve jenkins-bot: Verified diff --git a/wmf-config/CommonSettings-labs.php b/wmf-config/CommonSettings-labs.php index 204d6e3..0b89166 100644 --- a/wmf-config/CommonSettings-labs.php +++ b/wmf-config/CommonSettings-labs.php @@ -150,7 +150,8 @@ $wgBounceHandlerCluster = false; $wgBounceHandlerSharedDB = false; $wgBounceHandlerInternalIPs = array( '127.0.0.1', '::1', '10.68.17.78' ); //deployment-mx.wmflabs.org - $wgBounceHandlerUnconfirmUsers = false; + $wgBounceHandlerUnconfirmUsers = true; + $wgBounceRecordLimit = 5; $wgVERPdomainPart = 'beta.wmflabs.org'; } diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php index 0eb4dd4..1f4871b 100644 --- a/wmf-config/CommonSettings.php +++ b/wmf-config/CommonSettings.php @@ -2187,7 +2187,8 @@ // $wmgVERPsecret is set in PrivateSettings.php $wgVERPsecret = $wmgVERPsecret; $wgVERPdomainPart = 'wikimedia.org'; - $wgBounceHandlerUnconfirmUsers = false; + $wgBounceHandlerUnconfirmUsers = true; + $wgBounceRecordLimit = 5; $wgBounceHandlerCluster = 'extension1'; $wgBounceHandlerSharedDB = 'wikishared'; $wgBounceHandlerInternalIPs = array( '208.80.154.90', '208.80.154.89', '2620:0:861:3:208:80:154:90', '2620:0:861:3:208:80:154:91', '2620:0:861:3:ca1f:66ff:febf:8dd6' ); # polonium and lead -- To view, visit https://gerrit.wikimedia.org/r/189316 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1dfef5406cfb389d4f9a36f5cc41ecfdae940dee Gerrit-PatchSet: 3 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: 01tonythomas <[email protected]> Gerrit-Reviewer: 01tonythomas <[email protected]> Gerrit-Reviewer: Hoo man <[email protected]> Gerrit-Reviewer: Jgreen <[email protected]> Gerrit-Reviewer: John F. Lewis <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: MarkTraceur <[email protected]> Gerrit-Reviewer: Nemo bis <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
