Autor: Magnus Holmgren Data: Para: David Saez Padros CC: EXIM mailing list Asunto: Re: [exim] pcre matching
David Saez Padros wrote: > Hi !!
>
> I'm trying to get some Perl regexp stollen elsewhere to work in exim
> but have some problems and my knowledge of pcre is very limited.
> It looks like exim does not like expression surrounded by /
Exactly - Exim doesn't use delimiters around regexes (which means that
there is no way to supply any PCRE options, but the matching is
nonetheless case-insensitive in certain cases). Read chapter 8 in the
Exim specification.