Testsuite: tidying
[exim.git] / test / scripts / 4000-scanning / 4001
CommitLineData
b273058b
JH
1# multiple messages in connection
2
3exim -bh 127.0.0.1
4EHLO mailserver.test
5MAIL FROM:<sender@test.ex>
6RCPT TO:<heiko@test.ex>
7DATA
8From: sender@test.ex
9To: heiko@test.ex
10Subject: test no attachment
11
12This is a test mailing
13
0f0c8159 14.
b273058b
JH
15MAIL FROM:<sender@test.ex>
16RCPT TO:<heiko@test.ex>
17DATA
18From: sender@test.ex
19To: heiko@test.ex
20Subject: test with attachment
21MIME-Version: 1.0
22Content-Type: multipart/mixed; boundary="----=_MIME_BOUNDARY_000_431036"
23
24------=_MIME_BOUNDARY_000_431036
25Content-Type: text/plain
26
27This is a test mailing
28------=_MIME_BOUNDARY_000_431036
29Content-Type: application/octet-stream
30Content-Disposition: attachment
31Content-Transfer-Encoding: BASE64
32
33U2F0IEZlYiAyOSAxNDo1ODowMyBDRVQgMjAyMAo=
34
35------=_MIME_BOUNDARY_000_431036--
36
37.
38MAIL FROM:<sender@test.ex>
39RCPT TO:<heiko@test.ex>
40DATA
41From: sender@test.ex
42To: heiko@test.ex
43Subject: test with attachment
44MIME-Version: 1.0
45Content-Type: multipart/mixed; boundary="----=_MIME_BOUNDARY_000_431036"
46
47------=_MIME_BOUNDARY_000_431036
48Content-Type: text/plain
49
50This is a test mailing
51------=_MIME_BOUNDARY_000_431036
52Content-Type: application/octet-stream
53Content-Disposition: attachment
54Content-Transfer-Encoding: BASE64
55
56U2F0IEZlYiAyOSAxNDo1ODowMyBDRVQgMjAyMAo=
57
58------=_MIME_BOUNDARY_000_431036--
59
60.
61MAIL FROM:<sender@test.ex>
62RCPT TO:<heiko@test.ex>
63DATA
64From: sender@test.ex
65To: heiko@test.ex
66Subject: test no attachment
67
68This is a test mailing ($(date "+%F %T"))
69
a60f6c07 70.
b273058b 71QUIT
a60f6c07 72****