01tonythomas has uploaded a new change for review. https://gerrit.wikimedia.org/r/189316
Change subject: Un-subscribe frequently failing recipients ...................................................................... Un-subscribe frequently failing recipients Bounce threshold set to 2, to match mailman standards 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(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/16/189316/1 diff --git a/wmf-config/CommonSettings-labs.php b/wmf-config/CommonSettings-labs.php index 204d6e3..16dac47 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 = 2; $wgVERPdomainPart = 'beta.wmflabs.org'; } diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php index 0eb4dd4..b51155c 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 = 2; $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: newchange Gerrit-Change-Id: I1dfef5406cfb389d4f9a36f5cc41ecfdae940dee Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: 01tonythomas <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
