Re: [exim] match_domain question

Top Page
Delete this message
Reply to this message
Author: Dean Brooks
Date:  
To: exim-users
Subject: Re: [exim] match_domain question
On Fri, Oct 05, 2007 at 08:38:12AM -0700, Dan_Mitton@??? wrote:

> exim -be '${if match_domain{foo.abc.com}{abc.com}{true}{false}}'
>
> return:
> false


That is the correct result.

Now, this may be what you are looking for:

exim -be '${if match_domain{foo.abc.com}{*.abc.com}{true}{false}}'

--
Dean Brooks
dean@???