I have a sieve script set up which puts all mail from the info-cyrus list
into a folder using the rule

   if address :is :localpart ["to", "cc", "bcc"] "info-cyrus" {
      fileinto "INBOX.info-cyrus"; }

This works fine except for every message from Simon Matter which ends up
in my INBOX.  I used the test program in the sieve/ directory to work out
why this was happenning.  The second Received header reading upwards is
preceded by a '>'.  If the '>' is removed then it gets filtered as
expected.  An example follows.  Is this a sieve problem?  But why is the
'>' there?  I am running version 2.0.16 of the cyrus-imapd package (on
Solaris 8).

Received: from mx.de.kpnqwest.net (mx.de.kpnqwest.net [193.141.40.5])
        by lists2.andrew.cmu.edu (8.12.0.Beta16/8.12.2.Beta3) with ESMTP id 
g336n8iB021479
        for <[EMAIL PROTECTED]>; Wed, 3 Apr 2002 01:49:08 -0500 (EST)
Received: from lizard.webland.de (lizard.webland.de [194.122.76.201])
        by mx.de.kpnqwest.net (Postfix (mx08)) with ESMTP
        id 8A67261B1; Wed,  3 Apr 2002 08:49:08 +0200 (MEST)
        (envelope-from [EMAIL PROTECTED])
Received: (from uucp@localhost)
        by lizard.webland.de (8.8.8/8.8.7) id IAA17233;
        Wed, 3 Apr 2002 08:49:08 +0200 (MET DST)
>Received: from mobile.sauter-bc.com (unknown [10.1.6.21])
        by basel1.sauter-bc.com (Postfix) with ESMTP
        id C285857306; Wed,  3 Apr 2002 08:49:02 +0200 (CEST)
Received: from ch.sauter-bc.com (sup.cad.sba [10.1.200.117])
        by mobile.sauter-bc.com (Postfix) with ESMTP
        id C4FE925835; Wed,  3 Apr 2002 08:49:01 +0200 (CEST)
Message-ID: <[EMAIL PROTECTED]>
Date: Wed, 03 Apr 2002 08:49:01 +0200
From: Simon Matter <[EMAIL PROTECTED]>
Organization: Sauter AG, Basel
X-Mailer: Mozilla 4.77 [de] (X11; U; Linux 2.2.19-6.2.16 i686)
X-Accept-Language: de-CH, en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Cc: cyrus <[EMAIL PROTECTED]>
Subject: Re: your mail
References: <[EMAIL PROTECTED]>
                <[EMAIL PROTECTED]>
    <[EMAIL PROTECTED]>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=us-ascii
Sender: [EMAIL PROTECTED]
Precedence: bulk

Andreas Meyer schrieb:
>
> Hallo!

--
Richard Gilbert
Corporate Information and Computing Services
University of Sheffield, Sheffield, S10 2TN, UK
Phone: +44 114 222 3028   Fax: +44 114 222 3040

Reply via email to