git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
DKIM: fix crash in signing. Bug 3116
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0287
1
# ETRN serialization
2
need_ipv4
3
#
4
exim -DSERVER=server -bd -oX PORT_D
5
****
6
client 127.0.0.1 PORT_D
7
??? 220
8
ehlo rhu.barb
9
??? 250-
10
??? 250-SIZE
11
??? 250-LIMITS
12
??? 250-8BITMIME
13
??? 250-ETRN
14
??? 250-PIPELINING
15
??? 250 HELP
16
ETRN one
17
??? 250
18
ETRN one
19
??? 458
20
ETRN two
21
??? 250
22
+++ 2
23
ETRN one
24
??? 250
25
quit
26
??? 221
27
****
28
killdaemon