https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=371873
It's nice to see that the upcoming version enables IPv6 support, however,
the issue of numeric IPv6 addresses is still open.
So, here's a patch. I used URL-style method of escaping: [1:2::3] -- IMO
it's much cleaner than exim4-style doubling of colons: 1::2::::3 or
replacing them with a random character: 1|2||3.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=371873
It's nice to see that the upcoming version enables IPv6 support, however,
the issue of numeric IPv6 addresses is still open.
So, here's a patch. I used URL-style method of escaping: [1:2::3] -- IMO
it's much cleaner than exim4-style doubling of colons: 1::2::::3 or
replacing them with a random character: 1|2||3.