Commit 46ec4200 46ec4200c5e18160cb584db66154d8d3c64a3f0d by Sergey Poznyakoff

New file. A script invoking loadable test.

1 parent 1ee03f04
1 # -*- sieve -*-
2 # This file is part of Mailutils testsuite.
3 # Copyright (C) 2002, Free Software Foundation.
4 # See file COPYING for distribution conditions.
5
6 require "test-numaddr";
7
8 if numaddr [ "to", "cc" ] :over 5
9 {
10 discard;
11 }