Early-pipe: invalidate cache on a failure of required-auth
[exim.git] / test / confs / 4004
1 # Exim test configuration 4003
2 # Content-scan: rspamd interface
3
4 .include DIR/aux-var/std_conf_prefix
5
6 log_selector = +subject
7 primary_hostname = myhost.test.ex
8
9 spamd_address = 127.0.0.1 11333 variant=rspamd
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 warn
20 spam = nobody
21 warn
22 log_message = $spam_action $spam_report
23 accept
24
25 # ----- Routers -----
26
27 begin routers
28
29 r:
30 driver = redirect
31 data = :blackhole:
32
33 # End