DKIM: Allow the DKIM ACL to override verification results. Bug 2186
[exim.git] / test / confs / 0488
1 # Exim test configuration 0488
2
3 SERVER=
4
5 .include DIR/aux-var/std_conf_prefix
6
7 primary_hostname = myhost.test.ex
8
9 # ----- Main settings -----
10
11 acl_smtp_rcpt = a1
12 queue_only
13
14
15 # ----- ACL -----
16
17 begin acl
18
19 a1:
20 warn message = X-1: first\nX-2: second\nX-3: third
21 warn message = X-1: first
22 warn message = X-4: continued\n with some more text
23 accept
24
25 # End