Re: [exim] dupes on a mailing list

Top Page
Delete this message
Reply to this message
Author: Randy Bush
Date:  
To: Phil Pennock
CC: exim users
Subject: Re: [exim] dupes on a mailing list
> max1host:
> driver = dnslookup
> condition = ${if eq ${lookup{$domain}dbm{/usr/local/etc/exim/ro.smtp.db}{"singlesmtp"}{yes}{fail}}
> transport = single_smtp


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"

randy