Re: [exim] regex acl condition warning

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Nico Erfurth
Datum:  
To: EXIM mailing list
Betreff: 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