Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / test / confs / 0490
1 # Exim test configuration 0490
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 acl_smtp_rcpt = accept
10 acl_smtp_data = a1
11 queue_only
12
13
14 # ----- ACL -----
15
16 begin acl
17
18 a1:
19   deny  message = body contains $body_zerocount binary zero characters
20         condition = $body_zerocount
21   accept
22
23 # End