Re: [exim] string expansion fail with missing } at end of st…

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] string expansion fail with missing } at end of string
On 07/10/13 11:13, Peter Gervai wrote:
> ${if match_ip{$sender_host_address}{ : ${lookup dnsdb{mxh=$sender_address_domain}} }{yes}{no}}


You've not said what's in $sender_address_domain,
but multiple return records from a dnsdb lookup
are newline-separated (by default). This will confuse
your match_ip operator.
--
Cheers,
Jeremy