On Fri, Oct 05, 2007 at 08:38:12AM -0700, [EMAIL PROTECTED] 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
[EMAIL PROTECTED]
--
## List details at http://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/
