git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Hurd: errno really uses more than a short-sized value. Bug 2476
[exim.git]
/
test
/
scripts
/
5400-cutthrough
/
5404
1
# cutthrough_delivery with MAIL SIZE=
2
need_ipv4
3
munge loopback
4
#
5
server PORT_S
6
220 ESMTP
7
EHLO
8
250-OK
9
250 SIZE 65536
10
MAIL FROM:<fred@myhost.test.ex> SIZE=1123
11
250 Sender OK
12
RCPT TO:
13
250 Recipient OK
14
DATA
15
354 Send data
16
.
17
250 OK
18
QUIT
19
250 OK
20
****
21
exim -bs
22
EHLO myhost.test.ex
23
MAIL FROM:<fred@myhost.test.ex> SIZE=99
24
RCPT TO:<userx@domain.com>
25
DATA
26
27
.
28
QUIT
29
****
30
# End