mirror of https://github.com/fail2ban/fail2ban
`filter.d/exim.conf`: colon must be outside of F-RCPT group
parent
f0a083449a
commit
f7aaaf50b8
|
@ -19,7 +19,7 @@ failregex = ^\s?\w+ authenticator failed for%(host_info)s: 535 Incorrect authent
|
|||
<mdre-<mode>>
|
||||
|
||||
mdre-more = ^%(host_info)s sender verify fail for <\S+>: (?:Unknown user|Unrouteable address|all relevant MX records point to non-existent hosts)\s*$
|
||||
^%(host_info)s rejected RCPT (?:<F-RCPT>[^@]+@\S+:</F-RCPT>)?
|
||||
^%(host_info)s rejected RCPT (?:<F-RCPT>[^@]+@\S+</F-RCPT>:)?
|
||||
^\s?SMTP protocol synchronization error \([^)]*\): rejected (?:connection from|"\S+")%(host_info)s (?:next )?input=".*"\s*$
|
||||
^\s?SMTP call from%(host_info)s dropped: too many (?:(?:nonmail|unrecognized) commands|syntax or protocol errors)
|
||||
^\s?SMTP protocol error in "[^"]+(?:"+[^"]*(?="))*?"%(host_info)s [A-Z]+ (?:command used when not advertised|authentication mechanism not supported)\s*$
|
||||
|
|
Loading…
Reference in New Issue