From 070326369d070928c8523448f327d0b98e67321c Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 20 Nov 2012 18:59:36 +0000 Subject: Put squark category into block reason --- weblog-model.lua | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/weblog-model.lua b/weblog-model.lua index bdfabcb..085239b 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