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