X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/fc20ebcb8d1efe5f102ae30c6c5f6b1acfdabe1a..d6870e76cf0b838eab1929e5d5afb486c4e7b448:/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