94f1bb8e4416b644d6ce66901c8d21571a852cbc
[hcoop/config/exim.git] / conf.d / router / 250_exim4-config_spamcheck_vmail
1 # hcoop-change: Pass email through spamc if it has not already been
2 # scanned.
3
4 spamcheck_router_vmail:
5 debug_print = "R: spamcheck_router_vmail for $local_part@$domain"
6 no_verify
7 condition = "${if !eq {$received_protocol}{spam-scanned} {1}{0}}"
8 require_files = /etc/spamassassin/addrs/${local_part}@${domain}
9 driver = accept
10 transport = spamcheck