Re: [exim-dev] Candidate patches for privilege escalation

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: David Woodhouse
Data:  
Para: Andreas Metzler
CC: exim-dev
Asunto: Re: [exim-dev] Candidate patches for privilege escalation
On Thu, 2010-12-16 at 19:04 +0100, Andreas Metzler wrote:
>
> Not with the correct results, unless the pattern needs to match the
> whole expression.
>
> ametzler@argenau:~$ /usr/sbin/exim4 -be '${if match
> {/tmp/etc/exim4/trusted}{/etc/exim4/trusted}{yes}{no}}'
> yes


Yeah, I came to that conclusion last night when I was trying to
implement it. Perhaps lines starting with a / should be a straight
string comparison, and lines starting with ^ should be a regex?

--
dwmw2