Re: [exim] match_domain question

Pàgina inicial
Delete this message
Reply to this message
Autor: Dean Brooks
Data:  
A: exim-users
Assumpte: 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@???