Routers: make retry_use_local_part default true when any non-domain condition is...
[exim.git] / test / confs / 4002
CommitLineData
a60f6c07 1# Exim test configuration 4002
c11d665d
JH
2# Content-scan: spamassassin interface
3
4OPT= 127.0.0.1 7833
a60f6c07 5
d4dc049f
JH
6.include DIR/aux-var/std_conf_prefix
7
0f0c8159 8log_selector = +subject
d4dc049f 9primary_hostname = myhost.test.ex
a60f6c07 10
c11d665d
JH
11# we need to set the sender
12trusted_users = CALLER
13
14spamd_address = OPT
a60f6c07
JH
15
16# ----- Main settings -----
17
18acl_smtp_rcpt = accept
19acl_smtp_data = c_data
20
21begin acl
22
23c_data:
c11d665d
JH
24 warn
25 spam = nobody
26 warn
27 log_message = $callout_address $spam_action $spam_report
28 accept
a60f6c07
JH
29
30# ----- Routers -----
31
32begin routers
33
34r:
35 driver = redirect
36 data = :blackhole:
37
38# End