Support "G" multiplier on integer configuration values
[exim.git] / test / confs / 0180
1 # Exim test configuration 0180
2
3 # Require immense amount of disk space, expecting to fail. Can unfortunately work on big filesystems.
4 CSS=check_spool_space=400G
5
6 .include DIR/aux-var/std_conf_prefix
7
8 primary_hostname = myhost.test.ex
9
10 # ----- Main settings -----
11
12 CSS
13 message_size_limit = ${if eq {$sender_host_address}{}{100}\
14 { \
15 ${if eq {$sender_host_address}{1.2.3.4}{500}{600}}\
16 }}
17
18 # End