diff options
author | Joey Hess <joey@kitenet.net> | 2011-01-24 16:59:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-01-24 16:59:15 -0400 |
commit | 1640d12102c75d2214ab5117818e90182ba1a9ae (patch) | |
tree | 652f81057b2903c7b2d5f6a71f56059228afc070 /doc/plugins | |
parent | 2be49b623a85b10ad584d7e4e8c31c8436d1c16f (diff) |
blogspam: Don't check modifications from admins for spam, and also allow the blogspam_pagespec to do other matches against who the user is.
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/blogspam.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/blogspam.mdwn b/doc/plugins/blogspam.mdwn index a13b6e8f4..c158316d4 100644 --- a/doc/plugins/blogspam.mdwn +++ b/doc/plugins/blogspam.mdwn @@ -23,7 +23,7 @@ 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 all edits. If you only want to check [[comments]] (not wiki page edits), -set it to "postcomment(*)". +set it to "postcomment(*)". Posts by admins are never checked for spam. By default, the blogspam.net server is used to do the spam checking. To change this, the `blogspam_server` option can be set to the url for a |