summaryrefslogtreecommitdiff
path: root/test/aux-fixed/4100.f
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-02-07 10:16:23 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-02-07 10:16:23 +0000
commit9ba4af2b76958e076a0c002e53ead87ed7a47a68 (patch)
tree7d0420abd15c97c46159bd629564fd612e697928 /test/aux-fixed/4100.f
parentc55a77db55ebf46a399f136eeb3a928b1e862772 (diff)
More new test committing.
Diffstat (limited to 'test/aux-fixed/4100.f')
-rw-r--r--test/aux-fixed/4100.f27
1 files changed, 27 insertions, 0 deletions
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:<"
+