Another quick way to block debora and some other mail which always spam, based on sender adress
#add in ACL check_recipient from exim.conf
drop message = <$sender_address> denied by policy
condition = ${if match{$sender_address} \
{anonym|unknown|multi-fax|usafis|delmarintime|ems7\.net|\
transmission-entreprise|emv1\.com|hebergement4|promolm|\
enews\.apple\.com|giftszone\.com\.cn|net2net\.be|debora} \
{yes}{no}}
delay = 120s
# end
this is a sample from my exim.conf
but sorry if someone has deborah in mail
#add in ACL check_recipient from exim.conf
drop message = <$sender_address> denied by policy
condition = ${if match{$sender_address} \
{anonym|unknown|multi-fax|usafis|delmarintime|ems7\.net|\
transmission-entreprise|emv1\.com|hebergement4|promolm|\
enews\.apple\.com|giftszone\.com\.cn|net2net\.be|debora} \
{yes}{no}}
delay = 120s
# end
this is a sample from my exim.conf
but sorry if someone has deborah in mail
