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

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Nico Erfurth
Data:  
Para: Tore Anderson
CC: exim-users
Asunto: 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}{*;}{;}}'