On 2010-09-30 at 12:17 -0700, Marc Perkel wrote: > $regex_match_string returns the matching part of a regex expression > with the regex acl. is there something similar for the match conditional?
Yes. You wrap the entire regexp in parens and then use $1. Trivial. -Phil -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
