fail2ban: fix case-insensitive match in dsa-exim-strict
authorAdam D. Barratt <adam@adam-barratt.org.uk>
Sun, 29 Sep 2019 13:35:07 +0000 (14:35 +0100)
committerAdam D. Barratt <adam@adam-barratt.org.uk>
Sun, 29 Sep 2019 13:35:07 +0000 (14:35 +0100)
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
modules/fail2ban/files/filter/dsa-exim-strict.conf

index 33310ab..1fc5f49 100644 (file)
@@ -4,4 +4,4 @@
 before = exim-common.conf
 
 [Definition]
-failregex = ^%(pid)s SMTP protocol error in "(?i:AUTH LOGIN)" .* \[<HOST>\] AUTH command used when not advertised$
+failregex = (?i)^%(pid)s SMTP protocol error in "AUTH LOGIN" .* \[<HOST>\] AUTH command used when not advertised$