Support plus-addressing since wildcards are deprecated
[hcoop/config/exim.git] / conf.d / router / 250_exim4-config_spamcheck_vmail
CommitLineData
69878951 1# hcoop-change: Pass email through spamc if it has not already been
2# scanned.
3
4spamcheck_router_vmail:
a192bea1 5 debug_print = "R: spamcheck_router_vmail for $local_part@$domain"
1122052b
CE
6 # hcoop-change: deliver $user+$suffix to $user
7 local_part_suffix = +*
8 local_part_suffix_optional
69878951 9 no_verify
10 condition = "${if !eq {$received_protocol}{spam-scanned} {1}{0}}"
11 require_files = /etc/spamassassin/addrs/${local_part}@${domain}
12 driver = accept
13 transport = spamcheck