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
/
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 HELP
14
MAIL FROM:<>
15
??? 250
16
RCPT TO:<"name with spaces"@test.ex>
17
??? 250
18
DATA
19
??? 354
20
Subject: test
21
22
body
23
.
24
??? 250
25
QUIT
26
??? 221
27
****
28
killdaemon