https://bugs.exim.org/show_bug.cgi?id=1807
--- Comment #1 from Jasen Betts <jasen@???> ---
this form works with 4.86
/usr/sbin/exim -be '${map{a,1:b,2:c,3}{${extract{1}{,}{$item}{$value}}}}'
this form too
/usr/sbin/exim -be '${map{a,1:b,2:c,3}{${extract{1}{,}{$item}}}}'
It's only when a default value is specified (even empty) that it fails.
--
You are receiving this mail because:
You are on the CC list for the bug.