Re: [Exim] Possible bug in ${sg}

Top Pagina
Delete this message
Reply to this message
Auteur: Nico Erfurth
Datum:  
Aan: Tore Anderson
CC: exim-users
Onderwerp: Re: [Exim] Possible bug in ${sg}
Nico Erfurth wrote:

> The problem is, that first exim unescapes the \\ to \ then then pcre
> will do so too, your string would result in
>
> exim -be '${sg{foo;bar\;baz\\;zot\\\;biff\\\\;bing}{*;}{;}}'


Just to clarify it, the whole expansion string will be like

exim -be '${sg{foo;bar;baz\;zot\;biff\\;bing}{*;}{;}}'