# ${utf8clean:string}
#
# -bs to simple local delivery
exim -bs -odi
helo test
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: -----󀀀
x-test-header-truncated: 
Subject: This is a test message.

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

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