BF: Fix datepattern

pull/590/head
Daniel Black 2014-01-06 09:06:05 +11:00
parent f47ff95b8e
commit 1687505995
1 changed files with 6 additions and 5 deletions

View File

@ -2,12 +2,13 @@
[Definition] [Definition]
failregex = ^\[\] SMTP Spam attack detected from <HOST>, failregex = ^ SMTP Spam attack detected from <HOST>,
^\[\] IP address <HOST> found in DNS blacklist \S+( \S+), mail from \S+$ ^ IP address <HOST> found in DNS blacklist \S+( \S+), mail from \S+$
^\[\] Relay attempt from IP address <HOST> ^ Relay attempt from IP address <HOST>
^\[\] Attempt to deliver to unknown recipient \S+, from \S+, IP address <HOST>$ ^ Attempt to deliver to unknown recipient \S+, from \S+, IP address <HOST>$
[Init]
datepattern = %d/%b/%Y %H:%M:%S datepattern = ^[%%d/%%b/%%Y %%H:%%M:%%S]
# DEV NOTES: # DEV NOTES:
# #