mirror of https://github.com/fail2ban/fail2ban
Merge pull request #774 from guersam/tmp/fix-sieve-filter
Fix sieve filter to use correct optionpull/775/head
commit
31ee26e72f
|
@ -9,7 +9,7 @@ before = common.conf
|
||||||
|
|
||||||
[Definition]
|
[Definition]
|
||||||
|
|
||||||
_deamon = (?:cyrus/)?(?:tim)?sieved?
|
_daemon = (?:cyrus/)?(?:tim)?sieved?
|
||||||
|
|
||||||
failregex = ^%(__prefix_line)sbadlogin: \S+ ?\[<HOST>\] \S+ authentication failure$
|
failregex = ^%(__prefix_line)sbadlogin: \S+ ?\[<HOST>\] \S+ authentication failure$
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue