Phil Pennock <exim-users@???> (Do 09 Apr 2009 11:30:25 CEST): > On 2009-04-09 at 10:45 +0200, Heiko Schlittermann wrote: ... > separator stuff, so \x20 just looks like a space to the expansion of
> ${map}.
>
> This does not work:
>
> ${map {<\x20 alpha beta gamma}{[$item]}}
>
> This *does* work:
>
> ${map {<\x01 ${sg{alpha beta gamma}{ }{\x01}}}{[$item]}}
>
> If ctrl-A is unlikely to appear, that might be the easiest workaround?
Hm, I'll test this.
OTOH, should some lookup (like the LDAP lookup) output the results with
a suitable delimiter already.