Am 19.01.23 um 13:47 schrieb Sławomir Dworaczek via Exim-users: > helo
> where is the error in the ACL
>
> continue = ${run{SHELL -c "echo $sender_host_address >>/var/spool/exim/blacklists/blocked_IPs;\N{\N echo Subject: $sender_host_address blocked; echo; echo for bruteforce auth cracking attempt.;\N}\N | EXIMBINARY WARNTO"}}{yes}{no}} Your count of { does not match the count of } .
Tip: keep it simple
create a bash script you call with the host address as argument. It
helps aaaaaaaaaa lot against those kind of error.