summaryrefslogtreecommitdiff
path: root/sieve/testsuite
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-11-22 15:18:21 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-11-22 15:18:21 +0000
commit46ec4200c5e18160cb584db66154d8d3c64a3f0d (patch)
tree11b9ecf3dd998b331e47665a15cc9940445aac6a /sieve/testsuite
parent1ee03f04cace7d1523a9ca710b50d31ea65c9639 (diff)
downloadmailutils-46ec4200c5e18160cb584db66154d8d3c64a3f0d.tar.gz
mailutils-46ec4200c5e18160cb584db66154d8d3c64a3f0d.tar.bz2
New file. A script invoking loadable test.
Diffstat (limited to 'sieve/testsuite')
-rw-r--r--sieve/testsuite/scripts/numaddr.sv11
1 files changed, 11 insertions, 0 deletions
diff --git a/sieve/testsuite/scripts/numaddr.sv b/sieve/testsuite/scripts/numaddr.sv
new file mode 100644
index 000000000..5a85bcdf1
--- /dev/null
+++ b/sieve/testsuite/scripts/numaddr.sv
@@ -0,0 +1,11 @@
+# -*- sieve -*-
+# This file is part of Mailutils testsuite.
+# Copyright (C) 2002, Free Software Foundation.
+# See file COPYING for distribution conditions.
+
+require "test-numaddr";
+
+if numaddr [ "to", "cc" ] :over 5
+ {
+ discard;
+ }

Return to:

Send suggestions and report system problems to the System administrator.