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

Top Page
Delete this message
Reply to this message
Author: Nico Erfurth
Date:  
To: Tore Anderson
CC: exim-users
Subject: 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}{*;}{;}}'