Re: [exim] match_domain question

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Dean Brooks
Dátum:  
Címzett: exim-users
Tárgy: 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@???