summaryrefslogtreecommitdiff
path: root/test/scripts/4000-scanning/4001
blob: 060e4d148ed4cf474828bcfc93cf626497710352 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# multiple messages in connection

exim -bh 127.0.0.1
EHLO mailserver.test
MAIL FROM:<sender@test.ex>
RCPT TO:<heiko@test.ex>
DATA
From: sender@test.ex
To: heiko@test.ex
Subject: test no attachment

This is a test mailing

.
MAIL FROM:<sender@test.ex>
RCPT TO:<heiko@test.ex>
DATA
From: sender@test.ex
To: heiko@test.ex
Subject: test with attachment
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="----=_MIME_BOUNDARY_000_431036"

------=_MIME_BOUNDARY_000_431036
Content-Type: text/plain

This is a test mailing
------=_MIME_BOUNDARY_000_431036
Content-Type: application/octet-stream
Content-Disposition: attachment
Content-Transfer-Encoding: BASE64

U2F0IEZlYiAyOSAxNDo1ODowMyBDRVQgMjAyMAo=

------=_MIME_BOUNDARY_000_431036--

.
MAIL FROM:<sender@test.ex>
RCPT TO:<heiko@test.ex>
DATA
From: sender@test.ex
To: heiko@test.ex
Subject: test with attachment
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="----=_MIME_BOUNDARY_000_431036"

------=_MIME_BOUNDARY_000_431036
Content-Type: text/plain

This is a test mailing
------=_MIME_BOUNDARY_000_431036
Content-Type: application/octet-stream
Content-Disposition: attachment
Content-Transfer-Encoding: BASE64

U2F0IEZlYiAyOSAxNDo1ODowMyBDRVQgMjAyMAo=

------=_MIME_BOUNDARY_000_431036--

.
MAIL FROM:<sender@test.ex>
RCPT TO:<heiko@test.ex>
DATA
From: sender@test.ex
To: heiko@test.ex
Subject: test no attachment

This is a test mailing ($(date "+%F %T"))

.
QUIT
****