From 9befc1368218f1662fd3e876b514262a18bfb9a1 Mon Sep 17 00:00:00 2001 From: Tony Finch Date: Fri, 8 Feb 2008 11:36:54 +0000 Subject: A test for the encoded-character extention. --- test/stdout/0427 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/stdout/0427') diff --git a/test/stdout/0427 b/test/stdout/0427 index 6d93655ae..7e70360e3 100644 --- a/test/stdout/0427 +++ b/test/stdout/0427 @@ -259,6 +259,12 @@ if not header :matches "x-special1" "*\0*q" { discard; } No implicit keep ========== # Sieve filter +require "encoded-character"; +if not header :matches "x-special1" "*${hex:00}*" { discard; } +========== +Implicit keep +========== +# Sieve filter if not header :matches "x-special2" "\\?*\\*" { discard; } ========== No implicit keep -- cgit v1.2.3