summaryrefslogtreecommitdiffstats
path: root/extensions/AntiSpam/lib/Config.pm
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/AntiSpam/lib/Config.pm')
-rw-r--r--extensions/AntiSpam/lib/Config.pm12
1 files changed, 12 insertions, 0 deletions
diff --git a/extensions/AntiSpam/lib/Config.pm b/extensions/AntiSpam/lib/Config.pm
index c8e1255c2..92ccca175 100644
--- a/extensions/AntiSpam/lib/Config.pm
+++ b/extensions/AntiSpam/lib/Config.pm
@@ -61,6 +61,18 @@ sub get_param_list {
"reactivated in order to interact within our etiquette " .
"guidelines."
},
+ {
+ name => 'antispam_cc_limit_age',
+ type => 't',
+ default => '2',
+ checker => \&check_numeric,
+ },
+ {
+ name => 'antispam_cc_limit_count',
+ type => 't',
+ default => '5',
+ checker => \&check_numeric,
+ },
);
return @param_list;