akismet plugin by Andreas Gohr
Use Akismet to check for spam
Last updated on 2006-11-09. Provides Action.
No compatibility info given!
This plugin uses the Wordpress Akismet webservice to protect the Wiki against spam.
After running this plugin for a while in the dryrun mode it proved to be pretty useless because of too many false positives. It is not recommended to use this plugin. — Andreas Gohr 2006-11-09 21:17
You need an API key, which you can get for free when signing up at wordpress.com. Enter the key in the Config Manager or set it manually in your local.conf:
$conf['plugin']['akismet']['apikey'] = 'xxxxxxxxxxxxx';
To get notified when an edit is blocked fill your email address into the notify option.
$conf['plugin']['akismet']['notify'] = 'you@example.com';
To enable the real blocking set dryrun to off. Otherwise you will only be notified but the edit will not be blocked.
$conf['plugin']['akismet']['dryrun'] = 0;