Re: [Exim] Exim 4: Opinions sought

Top Page
Delete this message
Reply to this message
Author: Greg Ward
Date:  
To: exim-users
Subject: Re: [Exim] Exim 4: Opinions sought
On 06 September 2001, Sheldon Hearn said:
> Can't regular expressions be identified in a way that's similar to
> scheme used for lookups? I.e.
>
>     hold_domains = pcre;^\d+.*\.com$


Or

hold_domains = re;^\d+.*\.com$

which doesn't reveal a particular implementation detail (ie. the regex
engine used). Or (maybe) better yet:

hold_domains = /^\d+.*\.com$/

-- if it works for sed, awk, and Perl, why not Exim too?

        Greg
-- 
Greg Ward - software developer                gward@???
MEMS Exchange                            http://www.mems-exchange.org