From 16875059957ae6c056b59e68dacb105feda5fc9c Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Mon, 6 Jan 2014 09:06:05 +1100 Subject: [PATCH] BF: Fix datepattern --- config/filter.d/kerio.conf | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/config/filter.d/kerio.conf b/config/filter.d/kerio.conf index f45d0940..b757386e 100644 --- a/config/filter.d/kerio.conf +++ b/config/filter.d/kerio.conf @@ -2,12 +2,13 @@ [Definition] -failregex = ^\[\] SMTP Spam attack detected from , - ^\[\] IP address found in DNS blacklist \S+( \S+), mail from \S+$ - ^\[\] Relay attempt from IP address - ^\[\] Attempt to deliver to unknown recipient \S+, from \S+, IP address $ +failregex = ^ SMTP Spam attack detected from , + ^ IP address found in DNS blacklist \S+( \S+), mail from \S+$ + ^ Relay attempt from IP address + ^ Attempt to deliver to unknown recipient \S+, from \S+, IP address $ +[Init] -datepattern = %d/%b/%Y %H:%M:%S +datepattern = ^[%%d/%%b/%%Y %%H:%%M:%%S] # DEV NOTES: #