Re: List of expected changes for sieve 05 draft - Forward

Randall Gellens <randy@Qualcomm.Com> Wed, 11 November 1998 22:57 UTC

Received: (from majordomo@localhost) by mail.proper.com (8.8.8/8.8.5) id OAA29569 for ietf-mta-filters-bks; Wed, 11 Nov 1998 14:57:39 -0800 (PST)
Received: from mage.qualcomm.com (mage.qualcomm.com [129.46.174.16]) by mail.proper.com (8.8.8/8.8.5) with ESMTP id OAA29565 for <ietf-mta-filters@imc.org>; Wed, 11 Nov 1998 14:57:38 -0800 (PST)
Received: from 129.46.219.133 (randy-mac.qualcomm.com [129.46.219.133]) by mage.qualcomm.com (8.8.5/1.4/8.7.2/1.14) with ESMTP id OAA02975; Wed, 11 Nov 1998 14:59:59 -0800 (PST)
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; format="flowed"
Message-Id: <v04102e5fb26fc509eb90@129.46.219.133>
In-Reply-To: <emacs-20317-13897-62847-388705@monopoly.andrew.cmu.edu>
References: <000e01be0da0$f698cc90$3a020209@mars.watson.ibm.com>
X-Mailer: QUALCOMM Eudora Pro v4.1 for Macintosh
Date: Wed, 11 Nov 1998 14:52:27 -0800
To: Tim Showalter <tjs+@andrew.cmu.edu>, ietf-mta-filters@imc.org
From: Randall Gellens <randy@Qualcomm.Com>
Subject: Re: List of expected changes for sieve 05 draft - Forward
Sender: owner-ietf-mta-filters@imc.org
Precedence: bulk

At 3:37 PM -0500 11/11/98, Tim Showalter wrote:

>> (BTW, I find it *much* more useful to use "envelopesender" than to use
>> the document header fields.  Suppose I'm subscribed to the IMAP, ACAP,
>> IMAPEXT, and MTA-FILTERS mailing lists, and someone posts something to
>> all of them.  With "envelopesender" I can sort the four copies into their
>> respective folders.  Without it, there's no way to do that.)
>
> Not true.
>
> if header ["to", "cc"] :contains ["ietf-mta-filters@imc.org"] {
> 	fileinto "INBOX.mta-filters";
> }
> if header ["to", "cc"] :contains ["imap@cac.washington.edu"] {
> 	fileinto "INBOX.imap-list";
> }
> [etc.]
>
> Or am I just completely missing something?

The message may have all four mailing lists in the address headers, in 
which case all four copies will be filed into the first folder, and 
none into the others.  I had this problem with IETF announcements that 
were cc'd to the working group lists -- I ended up with two copies in 
one folder, and none in the other.  I fixed this by looking at Sender 
and envelope sender.

Also, a message may have been bcc'd to the list.  For example, here at 
work people often send mail to a large internal list, and in order to 
avoid inadvertent reply-to-alls, the list is actually bcc'd.