A test for the encoded-character extention.
[exim.git] / test / scripts / 0000-Basic / 0427
index 39e1655e5802e43204584e2097ba283b77c8f2eb..8613b2b777fa1828637be2e6da93768a4b9b2780 100644 (file)
@@ -311,6 +311,13 @@ exim -bf test-data <aux-fixed/TESTNUM.message
 ****
 catwrite test-data
 # Sieve filter
+require "encoded-character";
+if not header :matches "x-special1" "*${hex:00}*" { discard; }
+****
+exim -bf test-data <aux-fixed/TESTNUM.message
+****
+catwrite test-data
+# Sieve filter
 if not header :matches "x-special2" "\\?*\\*" { discard; }
 ****
 exim -bf test-data <aux-fixed/TESTNUM.message