mirror of https://github.com/fail2ban/fail2ban
let's use `<ADDR>` instead `<HOST>` - only IPs expected, since host-name bypassed before it (directly after H=)
parent
df94ec4c52
commit
c22a83933b
|
@ -10,7 +10,7 @@ after = exim-common.local
|
||||||
[Definition]
|
[Definition]
|
||||||
|
|
||||||
cleaner = (?: (?:C|Ci|CV|D|DKIM|DN|DS|DT|F|I|K|L|M8S|P|PRDR|PRX|Q|QT|R|RT|S|SNI|ST|T|TFO|U|X)(?:=\S+)?)*
|
cleaner = (?: (?:C|Ci|CV|D|DKIM|DN|DS|DT|F|I|K|L|M8S|P|PRDR|PRX|Q|QT|R|RT|S|SNI|ST|T|TFO|U|X)(?:=\S+)?)*
|
||||||
host_info = %(cleaner)s (?:H=)?(?:[\w.-]+)? ?(?:\(\S+\))? ?\[<HOST>\](?::\d+)?%(cleaner)s
|
host_info = %(cleaner)s (?:H=)?(?:[\w.-]+)? ?(?:\(\S+\))? ?\[<ADDR>\](?::\d+)?%(cleaner)s
|
||||||
pid = (?: \[\d+\]| \w+ exim\[\d+\]:)?
|
pid = (?: \[\d+\]| \w+ exim\[\d+\]:)?
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue