diff options
author | Axel Rau <axel.rau@chaos1.de> | 2014-03-08 20:59:24 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-03-08 21:01:55 +0000 |
commit | b9c2e32fc0c80d2ff4afb7daa782d22c5c38a229 (patch) | |
tree | da963e9fc7b912b2600a3f23e3c8d2411a7a630c /test/mail | |
parent | c27ab1df218daf0cdf9bfd0f474175c5f53f0d9c (diff) |
${utf8clean:string} expansion operator. Bug 1401
Diffstat (limited to 'test/mail')
-rw-r--r-- | test/mail/0600.CALLER | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/test/mail/0600.CALLER b/test/mail/0600.CALLER new file mode 100644 index 000000000..e9a50054e --- /dev/null +++ b/test/mail/0600.CALLER @@ -0,0 +1,45 @@ +From CALLER@the.local.host.name Tue Mar 02 09:44:33 1999 +Return-path: <CALLER@the.local.host.name> +Envelope-to: CALLER@the.local.host.name +Delivery-date: Tue, 2 Mar 1999 09:44:33 +0000 +Received: from CALLER by the.local.host.name with local-smtp (Exim x.yz) + (envelope-from <CALLER@the.local.host.name>) + id 10HmaX-0005vi-00 + for CALLER@the.local.host.name; Tue, 2 Mar 1999 09:44:33 +0000 +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. +Message-Id: <E10HmaX-0005vi-00@the.local.host.name> +From: CALLER@the.local.host.name +Date: Tue, 2 Mar 1999 09:44:33 +0000 +X-local-user: uid=CALLER_UID gid=CALLER_GID +X-body-linecount: 3 +X-message-linecount: 16 +X-received-count: 1 + +This is a test message. +It has three lines. +This is the last line. + +From CALLER@the.local.host.name Tue Mar 02 09:44:33 1999 +Return-path: <CALLER@the.local.host.name> +Envelope-to: CALLER@the.local.host.name +Delivery-date: Tue, 2 Mar 1999 09:44:33 +0000 +Received: from CALLER by the.local.host.name with local-smtp (Exim x.yz) + (envelope-from <CALLER@the.local.host.name>) + id 10HmaY-0005vi-00 + for CALLER@the.local.host.name; Tue, 2 Mar 1999 09:44:33 +0000 +Subject: second +Message-Id: <E10HmaY-0005vi-00@the.local.host.name> +From: CALLER@the.local.host.name +Date: Tue, 2 Mar 1999 09:44:33 +0000 +X-local-user: uid=CALLER_UID gid=CALLER_GID +X-body-linecount: 1 +X-message-linecount: 9 +X-received-count: 1 + +This is a second test message. + |