Re: [exim] pcre matching

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Magnus Holmgren
Date:  
À: David Saez Padros
CC: EXIM mailing list
Sujet: 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.

--
Magnus Holmgren