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