Re: [exim] dupes on a mailing list

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Randy Bush
Ημερομηνία:  
Προς: Warren Baker
Υ/ο: Phil Pennock, exim users
Αντικείμενο: Re: [exim] dupes on a mailing list
>>  condition = ${if eq {lookup{$domain}dbm{/usr/local/etc/exim/ro.smtp.db}}{singlesmtp}{yes}{no}}
>> 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"
>
> condition = ${if eq {${lookup{$domain}dbm{/usr/local/etc/exim/ro.smtp.db}}}{singlesmtp}{yes}{no}}


worked! thanks!

just a few more curlies. sheesh!

randy