DokuWiki

It's better when it's simple

User Tools

Site Tools


antispam

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
antispam [2012-05-19 14:09] – old revision restored achantispam [2022-10-15 19:48] (current) – old revision restored (2016-01-28 14:40) saggi
Line 1: Line 1:
 ====== Anti-Spam Features ====== ====== Anti-Spam Features ======
  
-Spammers like to use Wikis to improve their Google-Rank by posting their URLs to the wiki pages. [[DokuWiki]] utilizes different methods to avoid this+Like every website that accepts user contributed content, wikis are a target of spammers. [[DokuWiki]] has a few built-in methods to avoid spam. Additional methods can be added via plugin.
  
-As an active method against known spammers their URLs can be blocked. So if you try to post a known Spammer-URL your save will be aborted. See [[blacklist]] for details how this works.+===== Access Control (built-in)  =====
  
-To discourage spammers DokuWiki uses a feature called [[wiki>DelayedIndexing]]. In general it tells searchengines like Google not to index the pages until they are older than a specified time. In general Spam is removed relativly fast from Wikis, if a page has not be changed for some time you can assume it does not contain any spam so indexing is allowed then.+The simplest method to protect your wiki from spam is to let only trusted users to use it. Refer to the [[acl|Access Control Lists (ACL)]] feature on how to set that up.
  
-Additionally you can make use of the several (anti)[[plugintag>spam]] plugins, most notable the [[plugin:captcha]] plugin.+Of course this is not a viable option for community driven wikis. Read on for the other options that helped to keep dokuwiki.org spam free for years without having to disable anonymous edits.
  
 +===== URL Blacklisting (built-in) =====
  
 +As an active method against known spammers their URLs can be blocked. When a spammer tries to post a known spam-URL, the save will be aborted. DokuWiki comes with a small blacklist of URLs we encountered here on dokuwiki.org, but you can easily add your own.
 +
 +See [[blacklist]] for details how this works.
 +
 +===== Delayed Indexing (built-in) =====
 +
 +To discourage spammers, DokuWiki uses a feature called [[http://c2.com/cgi/wiki?DelayedIndexing|DelayedIndexing]]. It tells search engines to not index pages that were recently updated. On an active wiki, spam will be removed very quickly by community members. Once a page has not been edited for a while, you can assume the community approves of the pages content and thus is spam-free.
 +
 +See [[config:indexdelay|indexdelay]] for how to configure the time after which a page is considered old enough to be indexed and how to turn of this feature.
 +
 +===== Mass Revert (built-in) =====
 +
 +Whenever a spammer succeeds in spamming a huge amount of pages, it becomes hard to remove all the spam manually again. DokuWiki comes with the [[plugin:revert|Revert Manager]] plugin which allows you to easily revert all pages back to a version where it did not contain spam.
 +
 +===== CAPTCHA (plugin) =====
 +
 +A very effective method to protect your wiki against automated spam attacks is the use of a CAPTCHA. The most recommended plugin is the [[plugin:captcha|CAPTCHA plugin]]. It has various levels of usability settings and its default is invisible to most human users while still very effective against bots.
 +
 +Installing this plugin is highly recommended on public wikis!
 +
 +===== Registration Protection (plugin) =====
 +
 +Spam bots are known to automatically register on wikis which will create a huge amount of useless, fake users. If you allow people to self register, it is advisable to protect the registration against spam bots. The [[plugin:captcha|CAPTCHA plugin]] is able to do that. Another option is the [[plugin:preregister|preregister Plugin]] which adds an email confirmation to the registration process.
 +
 +Of course you can also disable the registration completely using the [[config:disableactions]] option.
 +
 +Hint: should your wiki have been hit by a registration bot in the past, you can easily delete users by removing them from the ''conf/users.auth.php'' file instead of manually deleting them via the [[plugin:usermanager|user manager]].
 +
 +===== More Plugins =====
 +
 +Check the plugin list for plugins tagged with [[plugintag>spam]] to find more plugins to protect your wiki.
antispam.1337429398.txt.gz · Last modified: 2012-05-19 14:09 by ach

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki