Testsuite: regression-test for bug. Bug 2449
[exim.git] / test / scripts / 0000-Basic / 0600
1 # ${utf8clean:string}
2 #
3 # -bs to simple local delivery
4 exim -bs -odi
5 mail from:CALLER@HOSTNAME
6 rcpt to:CALLER@HOSTNAME
7 data
8 x-test-header-good1: 1234567890qwertzuiopasdfghjklyxcvbnm,.-QWERTZUIOP+*ASDFGHJKL#'YXCVBNM,.-;:_
9 x-test-header-good2: ßüöä€ÜÖÄ´ऑकजᐁᑌᑕ𫝆𫟘
10 x-test-header-too-short: Ã.Ã.Ã.ä-â\82.-Ã\9c.Ã..Ã.-Â.-à..-à¤.-à¤.-á\90.-á\91.-á..-ð«\9d..ð«\9f.
11 x-test-header-too-long: ø\88\88\88\88-ä-ø\88\88\88\88--Ã\96\84-´-à¤\91-à¤\95-à¤\9c\90\81\91\8c\91\95\80\80\80\80ð«\9f\86
12 x-test-header-too-big: -----󀀀
13 x-test-header-truncated: ã
14 Subject: This is a test message.
15
16 This is a test message.
17 It has three lines.
18 This is the last line.
19 .
20 quit
21 ****
22 exim -bs -odi
23 mail from:CALLER@HOSTNAME
24 rcpt to:CALLER@HOSTNAME
25 data
26 Subject: second
27
28 This is a second test message.
29 .
30 quit
31 ****
32 exim -q
33 ****