Truncate delay when peer closes connection. Bug 348
[exim.git] / test / scripts / 0000-Basic / 0202
CommitLineData
59371ea7
PH
1# .. in header lines (SMTP and otherwise)
2exim -bs
3MAIL FROM:<userx@test.ex>
4RCPT TO:<userx@test.ex>
5DATA
6..: this is legal
7From: me
8..
9This line follows ..
10.
11quit
12****
13exim -bs
14MAIL FROM:<userx@test.ex>
15RCPT TO:<userx@test.ex>
16DATA
17From: me
18
19..
20This line follows ..
21.
22quit
23****
24exim -oi userx@test.ex
25From: me
26..: this really is legal
27.. two dots
28.
29That was one dot with -oi
30****
31exim -oi userx@test.ex
32From: me
33..: this really is legal
34
35.. two dots
36.
37That was one dot with -oi
38****
39exim -qf
40****