ENH: stronger regex for failregex

pull/545/head
Daniel Black 2013-12-31 08:22:52 +11:00
parent 856407379b
commit e8710b679d
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
[Definition]
failregex = ^ - \[\d+\] \(<HOST>\) .* login error .+$
^ - \[\d+\] \(<HOST>\) .* doesn't exist$
failregex = ^ - \[\d+\] \(<HOST>\) (?P<USER>\S+) - login error - (no such user - loginname=(?P=USER)|auth_unix.pl, ret -4, Password incorrect)$
^ - \[\d+\] \(<HOST>\) (?P<USER>\S+) - userinfo error - auth_unix.pl, ret -4, User (?P=USER) doesn't exist$
ignoreregex =