From da4255a89aed53e9e215c69978087e16a0c85753 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 14 Jul 2015 13:03:15 +0800 Subject: Bug 1182909 - Prevent new accounts from CCing large numbers of users --- .../AntiSpam/template/en/default/admin/params/antispam.html.tmpl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'extensions/AntiSpam/template') diff --git a/extensions/AntiSpam/template/en/default/admin/params/antispam.html.tmpl b/extensions/AntiSpam/template/en/default/admin/params/antispam.html.tmpl index 671ac40f4..a21f57e4d 100644 --- a/extensions/AntiSpam/template/en/default/admin/params/antispam.html.tmpl +++ b/extensions/AntiSpam/template/en/default/admin/params/antispam.html.tmpl @@ -33,5 +33,13 @@ antispam_abusive_disable_text => "This message will be displayed to the user when they try to log " _ "in after their account is disabled due to abuse." + + antispam_cc_limit_age => + "Accounts created fewer than this many days are restricted to CCing " _ + "'antispam_cc_limit_count' users at once." + + antispam_cc_limit_count => + "The maximum number of users new accounts can CC at once. Attempts to " _ + "CC more than this many users will result in zero users being CCed." } %] -- cgit v1.2.3-24-g4f1b