DKIM: Allow the DKIM ACL to override verification results. Bug 2186
[exim.git] / test / confs / 0457
1 # Exim test configuration 0457
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 acl_smtp_helo = helo
9 acl_smtp_mail = mail
10
11
12 # ----- ACLs -----
13
14 begin acl
15
16 helo:
17 deny message = testing deny
18
19 mail:
20 warn log_message = sender_helo_name is >$sender_helo_name<
21 deny message = testing deny
22
23 # End