Testsuite: handle RC tagging convention
[exim.git] / test / confs / 0524
1 # Exim test configuration 0524
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 acl_smtp_mail = check_mail
10 qualify_domain = test.ex
11
12
13 # ----- ACL -----
14
15 begin acl
16
17 check_mail:
18 accept endpass
19 message = CSA status is $csa_status
20 verify = csa
21
22 # End