diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-01-16 22:46:10 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-01-16 22:46:10 -0500 |
commit | 26fc2dde448151a4c83857738e0bcb8f8169c228 (patch) | |
tree | e4465ed52966caf24e877cb6fa82d23b5c430046 /doc | |
parent | b6f68839dbe68491352c93ab54a1c726c28f3c4a (diff) |
add link to options list
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/blogspam.mdwn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/plugins/blogspam.mdwn b/doc/plugins/blogspam.mdwn index 307d4646d..fd854b02e 100644 --- a/doc/plugins/blogspam.mdwn +++ b/doc/plugins/blogspam.mdwn @@ -6,10 +6,10 @@ 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. -You can control how content is tested via the `blogspam_options` -setting. 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. +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. 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 |