summaryrefslogtreecommitdiff
path: root/sieve/testsuite/scripts/rel-address.sv
blob: b8fad116ff4e1d64dbb7eb7cd5f316d32c703b84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- sieve -*-
# This file is part of Mailutils testsuite.
# Copyright (C) 2003, Free Software Foundation.
# See file COPYING for distribution conditions.

require ["relational", "comparator-i;ascii-numeric"];

if address :count "ge" :comparator "i;ascii-numeric" ["to", "cc"] ["3"]
  {
    discard;
  }

# End of rel-address.sv

Return to:

Send suggestions and report system problems to the System administrator.