Difference between revisions of "MediaWiki/fighting spam"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
m (navbar; navbar and overview sections)
m (moved "seed" to navbar)
Line 1: Line 1:
 
=={{hide|Navbar}}==
 
=={{hide|Navbar}}==
{{sidebar|__TOC__}}[[computing]]: [[software]]: [[MediaWiki]]: [[fighting spam posts in MediaWiki|fighting spam posts]]
+
{{sidebar|__TOC__}}[[computing]]: [[software]]: [[MediaWiki]]: [[fighting spam posts in MediaWiki|fighting spam posts]]{{seed}}
 
==Overview==
 
==Overview==
This page relates to fighting [[spam]] postings, otherwise known as wikispam, in [[MediaWiki]].{{seed}}
+
This page relates to fighting [[spam]] postings, otherwise known as wikispam, in [[MediaWiki]].
 
==Notes==
 
==Notes==
 
It looks like there are basically two methods for preventing [[spam]]. Both of them match submitted edits against a [[regex]] string, and reject those which fail the test. One method is built in and allows only a single regex string; the other requires an extension ("ambiguously licensed") and allows blacklist data to be pulled from remote sites.
 
It looks like there are basically two methods for preventing [[spam]]. Both of them match submitted edits against a [[regex]] string, and reject those which fail the test. One method is built in and allows only a single regex string; the other requires an extension ("ambiguously licensed") and allows blacklist data to be pulled from remote sites.

Revision as of 11:58, 2 July 2006

Navbar

computing: software: MediaWiki: fighting spam posts

This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!

Overview

This page relates to fighting spam postings, otherwise known as wikispam, in MediaWiki.

Notes

It looks like there are basically two methods for preventing spam. Both of them match submitted edits against a regex string, and reject those which fail the test. One method is built in and allows only a single regex string; the other requires an extension ("ambiguously licensed") and allows blacklist data to be pulled from remote sites.

Links

  • MediaWiki documentation
    • Anti-spam features: simple built-in regex blacklist
    • SpamBlacklist extension: more powerful than the built-in regex blacklist. The README file explains most of it, but doesn't make it clear that there are two files you need to install: SpamBlacklist.php and SpamBlacklist_body.php