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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Nico Erfurth
日付:  
To: Tore Anderson
CC: exim-users
題目: 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}{*;}{;}}'