git://git.exim.org
/
users
/
jgh
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
appendfile: tidying
[users/jgh/exim.git]
/
test
/
scripts
/
0000-Basic
/
0606
1
# dns log long lookups
2
# Exim test configuration 0606
3
#
4
munge delay_1500
5
#
6
exim -bh 127.0.0.1
7
helo test
8
mail from:<ralph@dustyshoes.tld>
9
rcpt to:<should_log@delay1500.test.ex>
10
quit
11
****
12
#
13
#
14
exim -bh 127.0.0.1
15
helo test
16
mail from:<ralph@dustyshoes.tld>
17
rcpt to:<should_not_log@delay500.test.ex>
18
quit
19
****