git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Testsuite: munge for error message sizes in retry records
[exim.git]
/
test
/
scripts
/
5400-cutthrough
/
5409
1
# cutthrough_delivery preceded by recipient-verify/hold
2
need_ipv4
3
#
4
server PORT_S
5
220 ESMTP
6
EHLO
7
250 OK
8
MAIL FROM:
9
250 Sender OK
10
RCPT TO:
11
250 Recipient OK
12
DATA
13
354 Send data
14
.
15
250 OK
16
QUIT
17
250 OK
18
****
19
exim -bs -odf
20
EHLO myhost.test.ex
21
MAIL FROM:<CALLER@myhost.test.ex>
22
RCPT TO:<userx@domain.com>
23
DATA
24
Subject: test
25
26
body
27
.
28
QUIT
29
****