fail2ban: fix case-insensitive match in dsa-exim-strict
[mirror/dsa-puppet.git] / 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$