Extension:StructuredDiscussions/Spam

We've implemented a couple of existing tools into StructuredDiscussions, which should help to fight spam/vandalism.

If either of the below tools results in a match against the submitted content, it will be rejected and an error message will be displayed to inform the user why the content was rejected.

StructuredDiscussions will run just fine without these additional extensions installed, they're no hard requirement. However, we strongly encourage to use them.

$wgSpamRegex edit

There's a great manual on Manual:$wgSpamRegex already. This is part of MediaWiki configuration, and can't be extended by editors.

SpamBlacklist edit

Extension:SpamBlacklist is an extension to reject edits with links to certain external websites. The regular expressions to find malicious websites can be edited by editors at MediaWiki:Spam-blacklist

AbuseFilter edit

Extension:AbuseFilter is another extension that makes it possible to reject content based on regular expressions. It's possible to filter content based on much more than external links (e.g. reject all ALL CAPS posts)

Filters can be added via Special:AbuseFilter/new. "Prevent the user from performing the action in question" should be checked to prevent offending content from being submitted. Other actions (e.g. "tag") have not yet been implemented at time of writing. Make sure to set "filter group" to "flow" ("default" is the group for regular page edits).

ConfirmEdit edit

If Extension:ConfirmEdit is installed, StructuredDiscussions will validate new post content against its checks and show them a CAPTCHA if applicable.