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