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