Re: [exim] regex_match_string

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Phil Pennock
Dátum:  
Címzett: Marc Perkel
CC: exim-users
Tárgy: 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.

-Phil