Autor: Phil Pennock Data: Dla: Marc Perkel CC: exim-users Temat: Re: [exim] regex_match_string
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.