#
# no_forward_outbound_spam enabled
#
#
#
reject_forwarded_mail_marked_as_spam:
  driver = redirect
  domains = ! +local_domains
  condition = ${if eq {${acl_m2}}{1}{1}{0}}
  #ignore verisign to prevent waste of bandwidth
  ignore_target_hosts = +loopback : 64.94.110.0/24
  # allow_fail is required for :fail: action; it is harmless for :blackhole: and :discard:
  allow_fail
  data = [% exim_config.no_forward_outbound_spam_data %]

