X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/50c99ba643be3b19677854101aca137bed084856..de7688878a997dd9efad9ab79d5fed9368886b68:/test/stdout/0427 diff --git a/test/stdout/0427 b/test/stdout/0427 index 587b02997..7e70360e3 100644 --- a/test/stdout/0427 +++ b/test/stdout/0427 @@ -251,7 +251,7 @@ No implicit keep # Sieve filter if header :matches "x-special1" "*\0*" { discard; } ========== -No implicit keep +Implicit keep ========== # Sieve filter if not header :matches "x-special1" "*\0*q" { discard; } @@ -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