git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Testsuite: perl version oddity
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0420
1
# received_header_text
2
exim -bd -DSERVER=server -oX PORT_D
3
****
4
#
5
client 127.0.0.1 PORT_D
6
??? 220
7
helo client.test.ex
8
??? 250
9
mail from:<x@y>
10
??? 250
11
rcpt to:<x@y>
12
??? 250
13
data
14
??? 354
15
Message.
16
.
17
??? 250
18
mail from:<a@b>
19
??? 250
20
rcpt to:<x@y>
21
??? 250
22
data
23
??? 354
24
Message.
25
.
26
??? 250
27
quit
28
??? 221
29
****
30
killdaemon