r3 - 05 Aug 2007 - 23:50:04 - LorenEveyYou are here: TWiki >  TWiki Web > AntiWikiSpamPlugin

AntiWikiSpamPlugin

This plugin attempts to reduce the instance of Wiki Spam by using the MoinMoin AntiSpamGlobalSolution regex's. Anytime it detects that a saved page contains a string in the regex list, it only refuses to save it.

major premise is not to create _any unnecessary load on the server and not to use excess server resources by holding connections open

All its processing is only done on save, or on attach. (TWiki:Plugins/BlackListPlugin does alot of processing on every twiki script, including view)

It uses a timeout on save to check if the list has changed, so if there are no saves, there is no un-needed network traffic.

to manually update the list, click here


Plugin Settings

Plugin settings are stored as preferences variables. To reference a plugin setting write %<plugin>_<setting>%, i.e. %INTERWIKIPLUGIN_SHORTDESCRIPTION%

  • One line description, is shown in the TextFormattingRules topic:
  • Set SHORTDESCRIPTION = prevents registered Wiki Spam from being saved

  • Debug plugin: (See output in data/debug.txt)
  • Set DEBUG = 0

  • to ensure that only TWikiAdmins can make changes here
  • set ALLOWTOPICCHANGE = TWikiAdminGroup

Plugin Installation Instructions

Note: You do not need to install anything on the browser to use this plugin. The following instructions are for the administrator who installs the plugin on the server where TWiki is running.

Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r3 < r2 < r1 | More topic actions
 
Powered by TWiki
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.AntiWikiSpamPlugin