Re: [exim] domainlist question

Top Page
Delete this message
Reply to this message
Author: Jakob Hirsch
Date:  
To: exim-users
Subject: Re: [exim] domainlist question
Marilyn Davis wrote:

> IS_DOMAIN_LOCAL = ${if match{local_domains}{$domain}{yes}{no}}


RTFM?
that should probably be match_domain {$domain} {+local_domains}