5.7.146. Bugzilla::Extension::AntiSpam::Config

5.7.146.1. Description

Bugzilla::Extension::AntiSpam::Config - A module for specifying parameters to be added to the data/params.json file.

5.7.146.2. Parameters

  • 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.
  • antispam_spamhaus_domain
The domain for a spamhaus DNS server. Users will be unable to create an account if they are on this list.
  • honeypot_api_key
  • honeypot_threat_threshold
Users will be unable to create accounts if their honeypot threat score is this value or higher.

This documentation undoubtedly has bugs; if you find some, please file them here.