Hi

I have a condition which seem worked on old exim server version 4.72.

condition = ${if match_address{$local_part@$domain}{
${lookup{$sender_address}wildlsearch{/etc/exim/allow_senders}} }
{yes}{no} }

Content of /etc/exim/allow_senders
[email protected]: *@gmail.com : *@yahoo.com
...
[email protected]: [email protected] : *@yahoo.com : [email protected]

On the new exim version 4.85 it is failed with error:
Failed: missing or misplaced { or }

Can someone please help me to find where is the problem in this rule.

Thank you.

-- 
This message was delivered using 100% recycled electrons.

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to