Update because of rev 1.30 of sieve.c
[users/jgh/exim.git] / test / stdout / 0427
index fae2049960d1311568a7a8b43f66a353facf028c..6d93655ae85a16c7f3788493431182c49aeb8f02 100644 (file)
@@ -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; }
@@ -427,12 +427,12 @@ if header "x-q76total" "=?ISO-8859-1?Q?01234567890123456789012345678901234567890
 No implicit keep
 ==========
 # Sieve filter
-if header "X-Wrapped" "eins zwei drei" { discard; }
+if header "X-Wrapped" "eins zwei  drei" { discard; }
 ==========
 No implicit keep
 ==========
 # Sieve filter
-if header "x-nomimewrap" "=?iso-8859-1?q?abc def ghi?=" { discard; }
+if header "x-nomimewrap" "=?iso-8859-1?q?abc def  ghi?=" { discard; }
 ==========
 No implicit keep
 ==========