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

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Nico Erfurth
Fecha:  
A: 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}{*;}{;}}'