summaryrefslogtreecommitdiffstats
path: root/extensions/AntiSpam/template/en/default/admin/params/antispam.html.tmpl
blob: d9e73ff550314ec0043e6a5de61e3b1788b9fd2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[%# This Source Code Form is subject to the terms of the Mozilla Public
  # License, v. 2.0. If a copy of the MPL was not distributed with this
  # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  #
  # This Source Code Form is "Incompatible With Secondary Licenses", as
  # defined by the Mozilla Public License, v. 2.0.
  #%]

[%
  title = "Anti-Spam"
  desc = "Edit Anti-Spam Configuration"
%]

[% param_descs =
{
  antispam_spammer_exclude_group =>
    "Users in this group will be excluded from automatic disabling."

  antispam_spammer_comment_count =>
    "If a user has made at least this many comments, and either their first " _
    "NNN comments or their last NNN comments have been tagged as 'spam', their " _
    "account will be automatically disabled."

  antispam_spammer_disable_text =>
    "This message will be displayed to the user when they try to log " _
    "in after their account is disabled due to spam."

  antispam_abusive_comment_count =>
    "If a user has made at least this many comments, and either their first " _
    "NNN comments or their last NNN comments have been tagged as 'abusive' or " _
    "'abuse', their account will be automatically disabled."

  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_multi_user_limit_age =>
    "Accounts created fewer than this many days are restricted to CCing/flag/etc " _
    "'antispam_multi_user_limit_count' users at once."

  antispam_multi_user_limit_count =>
    "The maximum number of users new accounts can CC/flag/etc at once.  Attempts to " _
    "use more than this many users will result in zero users being set."
}
%]