Συντάκτης: Magnus Holmgren Ημερομηνία: Προς: David Saez Padros Υ/ο: EXIM mailing list Αντικείμενο: 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.