From c6922e1b4944cdde50d7fd88be96544adeb6dba0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 14 May 2013 00:06:26 -0400 Subject: [PATCH] enable blogspam plugin, checking all page edits --- ikiwiki.setup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index ad34eed5c..869db2522 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -125,6 +125,7 @@ add_plugins: - highlight - comments - gitpush + - blogspam # plugins to disable disable_plugins: [] # additional directory to search for template files @@ -272,7 +273,7 @@ pingurl: [] # blogspam plugin # PageSpec of pages to check for spam -#blogspam_pagespec: postcomment(*) +blogspam_pagespec: '*' # options to send to blogspam server #blogspam_options: 'blacklist=1.2.3.4,blacklist=8.7.6.5,max-links=10' # blogspam server XML-RPC url -- 2.39.2