summaryrefslogtreecommitdiff
path: root/sieve
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-11-20 12:32:10 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-11-20 12:32:10 +0000
commit44438145b55afd495bcaaf68903e50d4d17479cd (patch)
tree7a77ee994518bca728ebf82f5ce65552439471df /sieve
parent1cf12f46192a360716c7c3311acd27a74bf19883 (diff)
downloadmailutils-44438145b55afd495bcaaf68903e50d4d17479cd.tar.gz
mailutils-44438145b55afd495bcaaf68903e50d4d17479cd.tar.bz2
New file. Test script for 'header :mime' extension.
Diffstat (limited to 'sieve')
-rw-r--r--sieve/testsuite/scripts/header-mime.sv8
1 files changed, 8 insertions, 0 deletions
diff --git a/sieve/testsuite/scripts/header-mime.sv b/sieve/testsuite/scripts/header-mime.sv
new file mode 100644
index 000000000..f68eabed1
--- /dev/null
+++ b/sieve/testsuite/scripts/header-mime.sv
@@ -0,0 +1,8 @@
+# -*- sieve -*-
+# This file is part of Mailutils testsuite.
+# Copyright (C) 2002, Free Software Foundation.
+# See file COPYING for distribution conditions.
+
+if header :mime :is "Content-Description" "How doth" {
+ discard;
+}

Return to:

Send suggestions and report system problems to the System administrator.