Re: [exim] regex acl condition warning

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Nico Erfurth
Date:  
À: EXIM mailing list
Sujet: Re: [exim] regex acl condition warning
David Saez Padros wrote:
> Hi !!
>
> sometimes when playing with regex and i do something wrong i get
> messages like this one:
>
> regex acl condition warning - error in regex 'xxxxx: missing ) at offset
> 1023, skipped.


Who uses regexes THAT big?

I think that Tom never expected this, so the maximum size for a single
regex in regex.c is 1023 (+1 for the \0).

Nico