let's use `<ADDR>` instead `<HOST>` - only IPs expected, since host-name bypassed before it (directly after H=)

pull/3701/head
sebres 2024-03-22 16:35:46 +01:00
parent df94ec4c52
commit c22a83933b
1 changed files with 1 additions and 1 deletions

View File

@ -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+\]:)?