dovecot regex now accepts PIDs

This commit is contained in:
Oliver Ladner 2013-08-27 10:07:16 +02:00
commit d33610d2cf

View file

@ -11,8 +11,8 @@
# (?:::f{4,6}:)?(?P<host>[\w\-.^_]+)
# Values: TEXT
#
failregex = dovecot: auth-worker\(default\): sql\(.*@.*,<HOST>\): Password mismatch
dovecot: auth-worker\(default\): sql\(.*@.*,<HOST>\): unknown user
failregex = dovecot: auth-worker\(.*\): sql\(.*@.*,<HOST>\): Password mismatch
dovecot: auth-worker\(.*\): sql\(.*@.*,<HOST>\): unknown user
# Option: ignoreregex
# Notes.: regex to ignore. If this regex matches, the line is ignored.