Make {bounce,warn}_message_file expanded. Bug 2522
[exim.git] / test / confs / 4010
... / ...
CommitLineData
1# Exim test configuration 4010
2# Content-scan: fsecure interface
3
4.include DIR/aux-var/std_conf_prefix
5
6log_selector = +subject
7primary_hostname = myhost.test.ex
8
9av_scanner = fsecure : DIR/eximdir/fsec_sock
10
11# ----- Main settings -----
12
13acl_smtp_rcpt = accept
14acl_smtp_data = c_data
15
16begin acl
17
18c_data:
19 accept !malware = <; * OPT
20 deny logwrite = malware_name $malware_name
21
22# ----- Routers -----
23
24begin routers
25
26r:
27 driver = redirect
28 data = :blackhole:
29
30# End