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

Arnt Gulbrandsen <arnt@gulbrandsen.priv.no> Thu, 04 January 2018 15:47 UTC

Return-Path: <arnt@gulbrandsen.priv.no>
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 495E01271DF for <extra@ietfa.amsl.com>; Thu, 4 Jan 2018 07:47:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2
X-Spam-Level:
X-Spam-Status: No, score=-2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=gulbrandsen.priv.no
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 hnKcVBIlue-D for <extra@ietfa.amsl.com>; Thu, 4 Jan 2018 07:47:45 -0800 (PST)
Received: from strange.aox.org (strange.aox.org [80.244.248.170]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 477911270AB for <extra@ietf.org>; Thu, 4 Jan 2018 07:47:45 -0800 (PST)
Received: from fri.gulbrandsen.priv.no (localhost [127.0.0.1]) by strange.aox.org (Postfix) with ESMTP id 5EF5AFA0003; Thu, 4 Jan 2018 15:47:43 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gulbrandsen.priv.no; s=mail; t=1515080863; bh=wFcrAX69fM2lopkvuCjwr8tcpdQFzas2EtWaxwQliSI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sg3DiBt5eTJSunHMjPsZWLHHYBpPEHi26rCu6cOk9xu8L5+XsSUFdFoCApkp8KJSw Zm28tEgbH1kyfM6yZ174nRx7336R1r0VF0iPgzs9YDZ9OlfoGUcdQ6OOe9n5KLlRg3 RVexbCBaVnqfPI+XDCHD3URS9lrI7FLbM+Obu/nA=
Received: from arnt@gulbrandsen.priv.no by fri.gulbrandsen.priv.no (Archiveopteryx 3.2.0) with esmtpsa id 1515080862-7408-22429/11/34; Thu, 4 Jan 2018 15:47:42 +0000
From: Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
To: extra@ietf.org
Date: Thu, 04 Jan 2018 15:47:42 +0000
User-Agent: Trojita/v0.5-9-g8961725; Qt/4.8.6; X11; Linux; Devuan GNU/Linux 1.0 (jessie)
Mime-Version: 1.0
Message-Id: <2d0523cb-5b0b-4cd0-8fd5-301ccbbc4342@gulbrandsen.priv.no>
In-Reply-To: <01QNFXVO7LVS000051@mauve.mrochek.com>
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>
Content-Type: text/plain; charset="utf-8"; format="flowed"
Archived-At: <https://mailarchive.ietf.org/arch/msg/extra/vYbDGBQjdsx2ZyFiLf3Zlim8jUY>
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 15:47:47 -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?

Arnt