summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0290
blob: 204fa1e1b3fe0b70f7143680762075b317b02dce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# .include and macro tests
exim -bP local_interfaces message_size_limit recipients_max remote_sort_domains receive_timeout
****
exim -DOPT= -bP receive_timeout
****
exim -DOPT -bP receive_timeout
****
exim '-D OPT = receive_timeout = 4s ' -bP receive_timeout
****
1
exim -DINC='.include_if_exists non/absolute' -bP receive_timeout
****