Update config/filter.d/webmin-auth.conf

Added '\s*$' to the regular expression to match the space written by webmin logs at line-endings
pull/99/head
pigsyn 2012-12-13 08:14:49 +01:00
parent dc67b24270
commit f336d9f876
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@
# (?:::f{4,6}:)?(?P<host>[\w\-.^_]+)
# Values: TEXT
#
failregex = webmin.* Non-existent login as .+ from <HOST>.*$
webmin.* Invalid login as .+ from <HOST>.*$
failregex = webmin.* Non-existent login as .+ from <HOST>\s*$
webmin.* Invalid login as .+ from <HOST>\s*$
# Option: ignoreregex
# Notes.: regex to ignore. If this regex matches, the line is ignored.