On 2008-08-19 at 15:41 +0300, [EMAIL PROTECTED] wrote:
> Does @yahoo.com accept incoming mail irrespective of
> number of concurrent connections?

[ No idea, I was just answering the request ]

> I intend to replace "domains = yahoo.com" with
> 
>   condition = ${if match{$domain}{\N^yahoo\.\N}}
> 
> Does that look OK?

Sure, but "domains" takes a domainlist and those can contain regular
expressions, so you could just write:

  domains = \N^yahoo\.\N

See "10.8 Domain lists".

-Phil

-- 
## 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/

Reply via email to