summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0202
blob: 0bba061e78f4c1e50138cf282c820cec349d1fde (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
# .. in header lines (SMTP and otherwise)
exim -bs
MAIL FROM:<userx@test.ex>
RCPT TO:<userx@test.ex>
DATA
..: this is legal
From: me
..
This line follows ..
.
quit
****
exim -bs
MAIL FROM:<userx@test.ex>
RCPT TO:<userx@test.ex>
DATA
From: me

..
This line follows ..
.
quit
****
exim -oi userx@test.ex
From: me
..: this really is legal
.. two dots
.
That was one dot with -oi
****
exim -oi userx@test.ex
From: me
..: this really is legal

.. two dots
.
That was one dot with -oi
****
exim -qf
****