diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-01-25 23:02:11 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-01-25 23:02:11 -0500 |
commit | 51cd34afff17f27cdcdf45a1e9c4ce047a2eef80 (patch) | |
tree | f2baccf315d1b09f12069082e67dcf8f8fc11c9e /doc/plugins | |
parent | ff9a61b48100c66d2a212270017d7b5cae0386ac (diff) |
update
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/blogspam.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/plugins/blogspam.mdwn b/doc/plugins/blogspam.mdwn index 28d0432b3..1d152faac 100644 --- a/doc/plugins/blogspam.mdwn +++ b/doc/plugins/blogspam.mdwn @@ -3,7 +3,9 @@ This plugin adds antispam support to ikiwiki, using the [blogspam.net](http://blogspam.net/) API. Both page edits and -[[comment|comments]] postings can be checked for spam. +[[comment|comments]] postings can be checked for spam. Page edits that +appear to contain spam will be rejected; comments that look spammy will be +stored in a queue for moderation by an admin. The plugin requires the [[!cpan RPC::XML]] perl module. |