git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Corrections to spec examples - fixes bug 1196
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0242
1
# message with no terminating LF
2
need_ipv4
3
#
4
server PORT_S
5
220 Server ready
6
EHLO
7
250 OK
8
MAIL FROM
9
250 OK
10
RCPT TO
11
250 OK
12
DATA
13
354 Send more
14
.
15
250 OK
16
QUIT
17
250 OK
18
****
19
exim -odi abc@x.y.z
20
Test message\NONL\
21
****
22
server PORT_S
23
220 Server ready
24
EHLO
25
250 OK
26
MAIL FROM
27
250 OK
28
RCPT TO
29
250 OK
30
DATA
31
354 Send more
32
.
33
250 OK
34
QUIT
35
250 OK
36
****
37
exim -odi abc@x.y.z
38
Subject: Test message\NONL\
39
****