Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / test / confs / 4008
1 # Exim test configuration 4008
2 # Content-scan: cmdline interface
3
4 .include DIR/aux-var/std_conf_prefix
5
6 log_selector = +subject
7 primary_hostname = myhost.test.ex
8
9 av_scanner = cmdline : DIR/aux-fixed/TESTNUM.script -o OPT %s : found in file : ^(\S*)
10
11 # ----- Main settings -----
12
13 acl_smtp_rcpt = accept
14 acl_smtp_data = c_data
15
16 begin acl
17
18 c_data:
19   accept !malware = * INSERT
20   deny   logwrite = malware_name $malware_name
21
22 # ----- Routers -----
23
24 begin routers
25
26 r:
27   driver = redirect
28   data = :blackhole:
29
30 # End