summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0290
blob: f2d69e1d0025490b24774da1af504668382a6d8f (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 -DRT= -bP receive_timeout
****
exim -DRT -bP receive_timeout
****
exim '-D RT = receive_timeout = 4s ' -bP receive_timeout
****
1
exim -DINC='.include non/absolute' -bP receive_timeout
****