ENH: readibility thanks to Yaroslav

pull/251/head
Daniel Black 2013-06-14 15:21:50 +10:00
parent 3e3802512a
commit a433a8ea5f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# Values: TEXT
#
failregex = \[<HOST>\] .*(?:rejected by local_scan|Unrouteable address)
^ login authenticator failed for ([^\s\(]+\s)?\([^)]*\) \[<HOST>\]: 535 Incorrect authentication data( \(set_id=.*\)|: \d+ Time\(s\))\s*$
^ login authenticator failed for (\S+ )?\(\S+\) \[<HOST>\]: 535 Incorrect authentication data( \(set_id=.*\)|: \d+ Time\(s\))\s*$
# Option: ignoreregex
# Notes.: regex to ignore. If this regex matches, the line is ignored.