From 9ba4af2b76958e076a0c002e53ead87ed7a47a68 Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Tue, 7 Feb 2006 10:16:23 +0000 Subject: More new test committing. --- test/aux-fixed/4100.f | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 test/aux-fixed/4100.f (limited to 'test/aux-fixed/4100.f') diff --git a/test/aux-fixed/4100.f b/test/aux-fixed/4100.f new file mode 100644 index 000000000..5f6c4cd31 --- /dev/null +++ b/test/aux-fixed/4100.f @@ -0,0 +1,27 @@ +# Exim filter + +testprint "subject = >$h_subject:<" +testprint "raw subject = >$rh_subject:<" +testprint "to = >$h_to:<" +testprint "raw to = >$rheader_to:<" + +testprint "rX-8: >$rh_X-8:<" +testprint "bX-8: >$bh_X-8:<" +testprint " X-8: >$h_X-8:<" + +testprint "rX-9: >$rh_X-9:<" +testprint "bX-9: >$bh_X-9:<" +testprint " X-9: >$h_X-9:<" + +testprint "rX-10: >$rh_X-10:<" +testprint "bX-10: >$bh_X-10:<" +testprint " X-10: >$h_X-10:<" + +headers charset "UTF-8" +testprint " X-8: >$h_X-8:<" +testprint " X-9: >$h_X-9:<" +testprint " X-10: >$h_X-10:<" + +headers charset "ISO-8859-1//IGNORE" +testprint " X-8: >$h_X-8:<" + -- cgit v1.2.3