summaryrefslogtreecommitdiff
path: root/sieve/testsuite/scripts/rel-header.sv
blob: 1421efb2c5aab82f984af0b2986858b6c4dc2ad7 (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 header :count "gt" ["received"] ["2"]
  {
    discard;
  }

# End of rel-address.sv

Return to:

Send suggestions and report system problems to the System administrator.