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
/
0579
1
# local-part with space, esmtp reception
2
#
3
exim -DSERVER=server -bd -oX PORT_D
4
****
5
#
6
client 127.0.0.1 PORT_D
7
??? 220
8
EHLO test
9
??? 250-
10
??? 250-
11
??? 250-
12
??? 250-
13
??? 250-
14
??? 250 HELP
15
MAIL FROM:<>
16
??? 250
17
RCPT TO:<"name with spaces"@test.ex>
18
??? 250
19
DATA
20
??? 354
21
Subject: test
22
23
body
24
.
25
??? 250
26
QUIT
27
??? 221
28
****
29
killdaemon