https://bugs.exim.org/show_bug.cgi?id=1807
Bug ID: 1807
Summary: regression - extract inside map
Product: Exim
Version: 4.86
Hardware: x86-64
OS: Linux
Status: NEW
Severity: bug
Priority: medium
Component: String expansion
Assignee: nigel@???
Reporter: jasen@???
CC: exim-dev@???
in 4.84 this works:
/usr/sbin/exim -be '${map{a,1:b,2:c,3}{${extract{1}{,}{$item}{$value}{}}}}'
result:
a:b:c
in 4.86 I get a syntax error:
Failed: missing or misplaced { or } inside "map" item
--
You are receiving this mail because:
You are on the CC list for the bug.