Hello list.!
I have created the following rule, blocking works, but I can not receive an email to report the attempt to send the blocked destination.
rejected_spamcop_complaint:
driver = redirect
condition = ${if exists {/opt/exim/spamcop}}
condition = ${lookup {$local_part@$domain} nwildlsearch {/opt/exim/spamcop} {yes} {no} }
condition = ${lookup {$h_To:} nwildlsearch {/opt/exim/spamcop} {yes} {no}}
#continue = ${run{SHELL -c 'echo Subject: $sender_host_address blocked | $exim_path -f root WARNTO' }}
data = :blackhole:
I receive the following error
Starting exim: 2017-12-01 08:14:23 Exim configuration error in line 329 of /etc/exim/configure:
option "continue" unknown
[FAILED]
any helps.??
Regards-!