Add hopper to the appropriate config lines
[hcoop/zz_old/config/exim4-hopper.git] / conf.d / router / 550_exim4-config_spamcheck_localuser
CommitLineData
69878951 1# hcoop-change: Pass email through spamc if its recipient is a valid
2# HCoop user and it has not yet been scanned.
3
4spamcheck_router_localuser:
5 no_verify
6 condition = "${if !eq {$received_protocol}{spam-scanned} {1}{0}}"
7 check_local_user
8 require_files = /etc/spamassassin/addrs/${local_part}@localhost
9 driver = accept
10 transport = spamcheck