summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0588
blob: 6899784281e134d6c80db093cee90b29aabe4eff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# dns log long lookups
# Exim test configuration 0606
#
munge delay_1500
#
exim -bh 127.0.0.1
helo test
mail from:<ralph@dustyshoes.tld>
rcpt to:<should_log@delay1500.test.ex>
quit
****
#
#
exim -bh 127.0.0.1
helo test
mail from:<ralph@dustyshoes.tld>
rcpt to:<should_not_log@delay500.test.ex>
quit
****