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
/
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 285 LAST
20
*data 285
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
sudo exim -odi -bS
29
EHLO
30
MAIL FROM:<sender@dom>
31
RCPT TO:<usery>
32
RCPT TO:<userz>
33
DATA
34
Some message text.
35
.
36
QUIT
37
****
38
#
39
#