diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-01-16 23:07:02 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-01-16 23:07:02 -0500 |
commit | a214d537b300a9277a6786a01488ba201e8bc8bb (patch) | |
tree | 89072340187f23a87f068d979aa6e214720739f9 | |
parent | 26fc2dde448151a4c83857738e0bcb8f8169c228 (diff) | |
download | ikiwiki-a214d537b300a9277a6786a01488ba201e8bc8bb.tar ikiwiki-a214d537b300a9277a6786a01488ba201e8bc8bb.tar.gz |
mention dep
-rw-r--r-- | doc/plugins/blogspam.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/plugins/blogspam.mdwn b/doc/plugins/blogspam.mdwn index fd854b02e..a090f9c60 100644 --- a/doc/plugins/blogspam.mdwn +++ b/doc/plugins/blogspam.mdwn @@ -6,6 +6,8 @@ This plugin adds antispam support to ikiwiki, using the [[comment|comments]] postings can be checked for spam. Currently, detected spam is not saved for human review, it is just rejected. +The plugin requires the [[!cpan RPC::XML]] perl module. + You can control how content is tested via the `blogspam_options` setting. The list of options is [here](http://blogspam.net/api/testComment.html#options). By default, the options are configured in a way that is appropriate for |