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
/
0332
1
# routing delay in message on existing connection (queue run)
2
need_ipv4
3
#
4
exim -odi -odqs ok@no.delay
5
Message 1
6
****
7
exim -odi -odqs delay@test.again.dns ok@no.delay
8
Message 2
9
****
10
server PORT_S
11
220 ESMTP
12
EHLO
13
250-OK
14
250-HELP
15
250 PIPELINING
16
MAIL FROM:
17
250 Sender OK
18
RCPT TO:
19
250 Recipient OK
20
DATA
21
354 Go ahead
22
.
23
250 OK
24
MAIL FROM:
25
250 Sender OK
26
RCPT TO:
27
250 Recipient OK
28
DATA
29
354 Go ahead
30
.
31
250 OK
32
QUIT
33
250 OK
34
****
35
exim -q -d-all+route
36
****