On 2019-11-15, Emanuel Gonzalez via Exim-users <[email protected]> wrote:
> condition = ${if
> exists{${lookup{$sender_address}lsearch*@{${perl{getmaildir2}{$local_part@
> $domain}}/.spamassassin/whitelist{no}{yes}}}}}
> where is my error in the sintax?
this bit looks fishy:
whitelist{no}{yes}}}}}
you're not closing the exists{ condtition before the true and false
options of the if - perhaps you want this:
condition = ${if
exists{${lookup{$sender_address}lsearch*@{${perl{getmaildir2}{$local_part@$domain}}/.spamassassin/whitelist}}}{no}{yes}}
--
When I tried casting out nines I made a hash of it.
--
## 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/