git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Make batch delivery work for files and pipes set up by redirection.
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0367
1
# Multiple messages down one SMTP connection
2
need_ipv4
3
#
4
exim -odq userx@domain1
5
Test message 1
6
****
7
exim -odq userx@domain1
8
Test message 2
9
****
10
exim -odq userx@domain1
11
Test message 3
12
****
13
exim -odq userx@domain1
14
Test message 4
15
****
16
server PORT_S
17
220 ESMTP
18
EHLO
19
250-OK
20
250 HELP
21
MAIL
22
250 OK
23
RCPT
24
250 OK
25
DATA
26
354 More...
27
.
28
250 OK
29
MAIL
30
250 OK
31
RCPT
32
250 OK
33
DATA
34
354 More...
35
.
36
250 OK
37
MAIL
38
250 OK
39
RCPT
40
250 OK
41
DATA
42
354 More...
43
.
44
250 OK
45
MAIL
46
250 OK
47
RCPT
48
250 OK
49
DATA
50
354 More...
51
.
52
250 OK
53
QUIT
54
220 OK
55
****
56
exim -qqf
57
****
58
no_msglog_check