${utf8clean:string} expansion operator. Bug 1401
[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 Subject: This is a test message.
14
15 This is a test message.
16 It has three lines.
17 This is the last line.
18 .
19 quit
20 ****
21 exim -bs -odi
22 mail from:CALLER@HOSTNAME
23 rcpt to:CALLER@HOSTNAME
24 data
25 Subject: second
26
27 This is a second test message.
28 .
29 quit
30 ****
31 exim -q
32 ****