mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
let's use <ADDR> instead <HOST> - only IPs expected, since host-name bypassed before it (directly after H=)
This commit is contained in:
parent
df94ec4c52
commit
c22a83933b
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ after = exim-common.local
|
|||
[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+)?)*
|
||||
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+\]:)?
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue