From 13c8ec7709e5444b377e8280573fde5f5c395634 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 20 Nov 2012 18:24:59 +0000 Subject: Put squark category into block reason --- weblog-model.lua | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'weblog-model.lua') diff --git a/weblog-model.lua b/weblog-model.lua index 7f09c7d..faac6a7 100644 --- a/weblog-model.lua +++ b/weblog-model.lua @@ -514,6 +514,12 @@ local function checkwords(logentry) end end + --check for Squark category + if (logentry.squarkcategory and logentry.squarkcategory ~= "") then + logentry.reason = logentry.squarkcategory + logentry.shortreason = logentry.squarkcategory + end + for i,goodline in ipairs(goodwords) do if not goodline then break @@ -543,7 +549,7 @@ end local function parsesquidlog(line) -- Format of squid log (space separated): - -- time elapsed remotehost code/status bytes method URL rfc931 peerstatus/peerhost + -- time elapsed remotehost code/status bytes method URL rfc931 peerstatus/peerhost ? squarkcategory/squarkaction local words = {} for word in string.gmatch(line, "%S+") do -- cgit v1.2.3