https://bugs.exim.org/show_bug.cgi?id=3086
--- Comment #2 from Wolfgang Breyha <[email protected]> --- I think I found it... at least for my example ----------- --- exinext.orig 2024-04-03 14:50:12.315367555 +0200 +++ exinext 2024-04-03 14:50:33.134629609 +0200 @@ -218,7 +218,7 @@ else { - ($host,$ip) = $text =~ /host\s(\S+)\s\[([^]]+)\]/; + ($host,$ip) = $text =~ /H=(\S+)\s\[([^]]+)\]/; if (defined $host) { ($port,$msgid) = $key =~ ----------- fixes the output. exinext obviously tries to extract $host and $ip from the "H=" part for IPv6. Did the values in the retry DB change in the past from "host " to "H="? -- You are receiving this mail because: You are on the CC list for the bug. -- ## subscription configuration (requires account): ## https://lists.exim.org/mailman3/postorius/lists/exim-dev.lists.exim.org/ ## unsubscribe (doesn't require an account): ## [email protected] ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
