mirror of https://github.com/fail2ban/fail2ban
ENH: add empty ignoreregex to avoid a warning (Close #805)
parent
1864f75b3b
commit
c58c4de9bc
|
@ -11,6 +11,8 @@ _daemon = postfix/smtpd
|
|||
|
||||
failregex = ^%(__prefix_line)swarning: [-._\w]+\[<HOST>\]: SASL (?:LOGIN|PLAIN|(?:CRAM|DIGEST)-MD5) authentication failed(: [ A-Za-z0-9+/]*={0,2})?\s*$
|
||||
|
||||
ignoreregex =
|
||||
|
||||
[Init]
|
||||
|
||||
journalmatch = _SYSTEMD_UNIT=postfix.service
|
||||
|
|
Loading…
Reference in New Issue