Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / test / confs / 0181
1 # Exim test configuration 0181
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 message_size_limit = ${if eq {$sender_host_address}{}{100}\
11                      {    \
12                      ${if eq {$sender_host_address}{1.2.3.4}{500}{600}}\
13                      }}
14
15 # End