Re: [exim] regex acl condition warning

Pàgina inicial
Delete this message
Reply to this message
Autor: Nico Erfurth
Data:  
A: EXIM mailing list
Assumpte: 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