https://bugs.exim.org/show_bug.cgi?id=2149
--- Comment #5 from Phil Pennock <pdp@???> ---
I meant to mention: beware that presence of the key disables IPv6, irrespective
of the value present, so "disableipv6=no" will still disable. You can work
around it, I just didn't bother in this case.
Other lookups I have require that the value be expressly "yes", with something
like:
${extract{keyname}{$address_data}{${if eq{$value}{yes}{*}{$value}}}{}}
You can invert or update to meet your local needs.
--
You are receiving this mail because:
You are on the CC list for the bug.