On 2019-11-15, Emanuel Gonzalez via Exim-users <exim-users@???> 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.