aboutsummaryrefslogtreecommitdiff
path: root/doc/spam_fighting.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-08-11 15:00:31 +0200
committerJoey Hess <joey@kitenet.net>2013-08-11 15:00:31 +0200
commit25d4c487852e3d1d2a32dd55a9c90d4993f6aa00 (patch)
treebb29016db5de4ee42a8902ca829bccc8ed064ae5 /doc/spam_fighting.mdwn
parent63078f2e4f145f8e14e281ed1eb265a67b87b9ea (diff)
downloadikiwiki-25d4c487852e3d1d2a32dd55a9c90d4993f6aa00.tar
ikiwiki-25d4c487852e3d1d2a32dd55a9c90d4993f6aa00.tar.gz
add instructions for seeing web server logs
Diffstat (limited to 'doc/spam_fighting.mdwn')
-rw-r--r--doc/spam_fighting.mdwn5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/spam_fighting.mdwn b/doc/spam_fighting.mdwn
index c6a7b8b2a..a4d7f7ea2 100644
--- a/doc/spam_fighting.mdwn
+++ b/doc/spam_fighting.mdwn
@@ -7,4 +7,7 @@ or for the really persistent ones, by IP (or even IP range).
If you're a trusted member of the ikiwiki community and would like access
to the setup branch in git to be able to update the ban list, get in touch
-with joey with a ssh public key.
+with joey with a ssh public key. Once your key is added, you will be able
+to edit the ikiwiki.setup file on the setup branch, and push changes.
+You will also be able to access the recent web server logs to find IP
+addresses, by running: `ssh b-ikiwiki@ikiwiki.info logdump > access.log`