jenkins-bot has submitted this change and it was merged.

Change subject: Drop bad banner history entries w/o failmail
......................................................................


Drop bad banner history entries w/o failmail

No need to move 'em to the damaged queue - all the bad ones we've
gotten since fixing the length check are malicious.

Bug: T146063
Change-Id: I41ba2b42c24b3af28776173d7c367e70e73101e7
---
M sites/all/modules/wmf_common/WmfException.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  XenoRyet: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/sites/all/modules/wmf_common/WmfException.php 
b/sites/all/modules/wmf_common/WmfException.php
index 6e00b68..22d9e66 100644
--- a/sites/all/modules/wmf_common/WmfException.php
+++ b/sites/all/modules/wmf_common/WmfException.php
@@ -73,7 +73,7 @@
             'no-email' => TRUE,
         ),
         'BANNER_HISTORY' => array(
-             'reject' => TRUE,
+             'drop' => TRUE,
              'no-email' => TRUE,
         ),
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I41ba2b42c24b3af28776173d7c367e70e73101e7
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/crm
Gerrit-Branch: master
Gerrit-Owner: Ejegg <[email protected]>
Gerrit-Reviewer: Awight <[email protected]>
Gerrit-Reviewer: Cdentinger <[email protected]>
Gerrit-Reviewer: XenoRyet <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to