Re: [exim] Yahoo 5 messages per SMTP Connection

Top Page
Delete this message
Reply to this message
Author: Phil Pennock
Date:  
To: Lena
CC: exim-users
Subject: Re: [exim] Yahoo 5 messages per SMTP Connection
On 2008-08-19 at 15:41 +0300, Lena@??? 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