Re: [exim] dupes on a mailing list

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Warren Baker
Data:  
Para: Randy Bush
CC: Phil Pennock, exim users
Asunto: Re: [exim] dupes on a mailing list
On Thu, Sep 2, 2010 at 8:46 AM, Randy Bush <randy@???> wrote:
> well, more like
>
> max1host:
>  driver = dnslookup
>  condition = ${if eq {lookup{$domain}dbm{/usr/local/etc/exim/ro.smtp.db}}{singlesmtp}{yes}{no}}
>  transport = single_smtp
>
> except it gets me
>
> failed to expand condition "${if eq {lookup{$domain}dbm{/usr/local/etc/exim/ro.smtp.db}}{singlesmtp}{yes}{no}}" for max1host router: missing 2nd string in {} after "eq"


more like :)

max1host:
driver = dnslookup
condition = ${if eq
{${lookup{$domain}dbm{/usr/local/etc/exim/ro.smtp.db}}}{singlesmtp}{yes}{no}}
transport = single_smtp


.warren