i-casemap-matches.sv
290 Bytes
# -*- sieve -*-
# This file is part of Mailutils testsuite.
# Copyright (C) 2002, Free Software Foundation.
# See file COPYING for distribution conditions.
require "comparator-i;ascii-casemap";
if header :comparator "i;ascii-casemap" :matches "subject" "*you, too,*"
{
discard;
}