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 -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
