#
# no_forward_outbound_spam enabled
#
#
#
reject_forwarded_mail_marked_as_spam:
  driver = redirect
  domains = ! +local_domains
  condition = ${if eq {$spam_score_int}{}{0}{${if >{$spam_score_int}{[% exim_config.no_forward_outbound_spam_over_int %]}{1}{0}}}}
  #ignore verisign to prevent waste of bandwidth
  ignore_target_hosts = +loopback : 64.94.110.0/24
  allow_fail
  data = :fail: This mail cannot be forwarded because it was detected as spam.

