summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0600
blob: 9d5e67b5b984a678fb32e3f3f9b8a41d5d72652e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# ${utf8clean:string}
#
# -bs to simple local delivery
exim -bs -odi
mail from:CALLER@HOSTNAME
rcpt to:CALLER@HOSTNAME
data
x-test-header-good1: 1234567890qwertzuiopasdfghjklyxcvbnm,.-QWERTZUIOP+*ASDFGHJKL#'YXCVBNM,.-;:_
x-test-header-good2: ßüöä€ÜÖÄ´ऑकजᐁᑌᑕ𫝆𫟘
x-test-header-too-short: �.�.�.ä-�.-Ü.�..�.-�.-�..-�.-�.-�.-�.-�..-�..�.
x-test-header-too-long: �����-ä-�����--Ö-Ä-´-ऑ-क-ज-ᐁ-ᑌ-ᑕ-�����𫟆
x-test-header-too-big: ����-----󀀀
Subject: This is a test message.

This is a test message.
It has three lines.
This is the last line.
.
quit
****
exim -bs -odi
mail from:CALLER@HOSTNAME
rcpt to:CALLER@HOSTNAME
data
Subject: second

This is a second test message.
.
quit
****
exim -q
****