Commit 46ec4200 46ec4200c5e18160cb584db66154d8d3c64a3f0d by Sergey Poznyakoff

New file. A script invoking loadable test.

1 parent 1ee03f04
# -*- 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;
}