diff options
author | http://stefano.zacchiroli.myopenid.com/ <http://stefano.zacchiroli.myopenid.com/@web> | 2009-04-26 13:50:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-04-26 13:50:33 -0400 |
commit | c876ee825bb0928d5e18e0d484591892f4caec34 (patch) | |
tree | df60df654ce8a9b288810864637bcb7a85f864f6 | |
parent | 4202dab92cc90d94aaddf086c44af4a16b207f7e (diff) |
-rw-r--r-- | doc/plugins/blogspam.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/plugins/blogspam.mdwn b/doc/plugins/blogspam.mdwn index 466afd8d9..a13b6e8f4 100644 --- a/doc/plugins/blogspam.mdwn +++ b/doc/plugins/blogspam.mdwn @@ -15,7 +15,10 @@ 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 -wiki content. This includes turning off some of the more problimatic tests. +wiki content. This includes turning off some of the more problematic tests. +An interesting option for testing is `fail`, by setting it (e.g., +`blogspam_options => 'fail'`), *all* comments will be marked as SPAM, so that +you can check whether the interaction with blogspam.net works. The `blogspam_pagespec` setting is a [[ikiwiki/PageSpec]] that can be used to configure which pages are checked for spam. The default is to check |