Hi,

I need to make recipient check against two files.

condition =  ${if or{\

{${lookup{$local_part\@$domain}lsearch{/etc/exim/list1}{false}{true}}} \

{${lookup{$local_part\@$domain}lsearch{/etc/exim/list2}{false}{true}}} } }

But it does not work. The error is:
Failed: condition name expected, but found "${lookup{$local_" inside
"or{...}" condition

Condition for singe file does work.
condition =
${lookup{$local_part\@$domain}lsearch{/etc/exim/list1}{false}{true}}

Exim version is 4.82.

Can someone help me what i did wrong in that condition?

-- 
*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