git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'CHUNKING'
[exim.git]
/
test
/
scripts
/
5500-PRDR
/
5591
1
# PRDR and CHUNKING transmission
2
need_ipv4
3
no_msglog_check
4
#
5
# Two recipients, accepted by full PRDR response sequence
6
server PORT_S
7
220 Server ready
8
EHLO
9
250-hiya matey
10
250-PRDR
11
250-CHUNKING
12
250 OK
13
MAIL FROM:<> PRDR
14
250 OK
15
RCPT TO
16
250 OK
17
RCPT TO
18
250 OK
19
BDAT 317 LAST
20
*data 317
21
353 prdr responses coming up
22
250 first rcpt was good
23
250 second rcpt was good
24
250 OK, overall
25
QUIT
26
250 OK
27
****
28
exim -odi -f sender_gets_replaced usery userz
29
Some message text.
30
****
31
#
32
#