Re: [Extra] Sieve REJECT and :fcc [was Re: Meeting minutes and notes from today]

Ned Freed <ned.freed@mrochek.com> Thu, 04 January 2018 17:33 UTC

Return-Path: <ned.freed@mrochek.com>
X-Original-To: extra@ietfa.amsl.com
Delivered-To: extra@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 3E017129C6C for <extra@ietfa.amsl.com>; Thu, 4 Jan 2018 09:33:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.011
X-Spam-Level:
X-Spam-Status: No, score=-2.011 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=mrochek.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lfQaxRFQUKi1 for <extra@ietfa.amsl.com>; Thu, 4 Jan 2018 09:33:31 -0800 (PST)
Received: from mauve.mrochek.com (mauve.mrochek.com [68.183.62.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BC816129C56 for <extra@ietf.org>; Thu, 4 Jan 2018 09:33:31 -0800 (PST)
Received: from dkim-sign.mauve.mrochek.com by mauve.mrochek.com (PMDF V6.1-1 #35243) id <01QNG1OLYC5C000PWS@mauve.mrochek.com> for extra@ietf.org; Thu, 4 Jan 2018 09:28:22 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mrochek.com; s=201712; t=1515086903; bh=SJSaVXaSWAWA2qkayBXSS7AlwtJwg63an8Zh/ezEUTU=; h=Cc:Date:From:Subject:In-reply-to:References:To:From; b=Wx+MyAmVspE79IHhKrhE1bSnRRhwCZ3tDoFsjBvomXPGqe0dybxRux+cD0gLrsIbA C89XzkLmOsgQ/djMgaXqbricniXFvmVbQ5ACiRwsW0IZAUDidnDdhI56UqSu5cogdj MshbbdeFYJDGXWavmsYpl2nyQQ8vvBQP91770j4M=
MIME-version: 1.0
Content-transfer-encoding: 7bit
Content-type: TEXT/PLAIN; CHARSET="us-ascii"; Format="flowed"
Received: from mauve.mrochek.com by mauve.mrochek.com (PMDF V6.1-1 #35243) id <01QNFVO5W1CW000051@mauve.mrochek.com>; Thu, 04 Jan 2018 09:28:17 -0800 (PST)
Cc: extra@ietf.org
Message-id: <01QNG1OISUGO000051@mauve.mrochek.com>
Date: Thu, 04 Jan 2018 09:25:01 -0800
From: Ned Freed <ned.freed@mrochek.com>
In-reply-to: "Your message dated Thu, 04 Jan 2018 15:47:42 +0000" <2d0523cb-5b0b-4cd0-8fd5-301ccbbc4342@gulbrandsen.priv.no>
References: <1510734636.1704307.1173072248.27572238@webmail.messagingengine.com> <C0D8D552-4B1C-49D9-8CCC-E6F57F225C1A@glyphein.mailforce.net> <1515028094.3135331.1223576440.053F86DC@webmail.messagingengine.com> <01QNFXVO7LVS000051@mauve.mrochek.com> <2d0523cb-5b0b-4cd0-8fd5-301ccbbc4342@gulbrandsen.priv.no>
To: Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
Archived-At: <https://mailarchive.ietf.org/arch/msg/extra/IfnOnFAW-zl6GKc8HMYIG4jQYTE>
Subject: Re: [Extra] Sieve REJECT and :fcc [was Re: Meeting minutes and notes from today]
X-BeenThere: extra@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: Email mailstore and eXtensions To Revise or Amend <extra.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/extra>, <mailto:extra-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/extra/>
List-Post: <mailto:extra@ietf.org>
List-Help: <mailto:extra-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/extra>, <mailto:extra-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 04 Jan 2018 17:33:33 -0000

> Ned Freed writes:
> > Making service-level copies of messages is
> > one thing, giving users a direct way to conveniently say "I didn't get this
> > message" when they actually did is quite another.

> Sieve is used for both service-level and user-level scripts, right?

And mailing list level. And head of household level. And spam filter level.
Lots of levels.

And multiple scripts can be active at once. See for example:

  https://tools.ietf.org/html/draft-degener-sieve-multiscript-00

				Ned