Re: [exim] regex acl condition warning

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Nico Erfurth
Fecha:  
A: EXIM mailing list
Asunto: 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