Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / test / confs / 0420
1 # Exim test configuration 0420
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 primary_hostname = mail.test.ex
9 qualify_domain = test.ex
10
11 queue_only
12 acl_smtp_rcpt = accept
13 acl_smtp_data = accept logwrite = ${quote:h: <$h_Received:>}
14
15 received_header_text = ${if eq{$sender_address}{x@y}{}{Received: some text}}
16
17 # End