Re: [sieve] Sieve variables and editheader

Alexey Melnikov <alexey.melnikov@isode.com> Sat, 14 January 2017 14:13 UTC

Return-Path: <alexey.melnikov@isode.com>
X-Original-To: sieve@ietfa.amsl.com
Delivered-To: sieve@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 6055B129B92 for <sieve@ietfa.amsl.com>; Sat, 14 Jan 2017 06:13:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.2
X-Spam-Level:
X-Spam-Status: No, score=-5.2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RP_MATCHES_RCVD=-3.199, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=isode.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 i5hgndojEp_U for <sieve@ietfa.amsl.com>; Sat, 14 Jan 2017 06:13:45 -0800 (PST)
Received: from statler.isode.com (Statler.isode.com [62.232.206.189]) by ietfa.amsl.com (Postfix) with ESMTP id 2B87F129B7D for <sieve@ietf.org>; Sat, 14 Jan 2017 06:13:45 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1484403224; d=isode.com; s=june2016; i=@isode.com; bh=T7CX/F9YhCfs/Wv5b/qUytzdRWlu7e/RutBpJ46p7wg=; h=From:Sender:Reply-To:Subject:Date:Message-ID:To:Cc:MIME-Version: In-Reply-To:References:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description; b=gVvKCZ3jC2oUkm2rcv/dviIU1v94D4IgGdLrOEGetkduh+XX3vl3tjK98cwim2ClWiEtoy MgH+iZd928Fv0z4mI/RNm/SesAE2Kwc0SGsqKlg5vN7a7R+fx3Lzk5uYYYzwS2GmD72B3H j2B4KgZIa/xAxYl28hvzhwmgTR2mJK8=;
Received: from [10.10.51.134] ((unknown) [85.255.236.133]) by statler.isode.com (submission channel) via TCP with ESMTPSA id <WHoyFwAY1ylt@statler.isode.com>; Sat, 14 Jan 2017 14:13:44 +0000
X-SMTP-Protocol-Errors: NORDNS PIPELINING
From: Alexey Melnikov <alexey.melnikov@isode.com>
X-Mailer: iPhone Mail (13G35)
In-Reply-To: <d6b75ac6-7273-e4fb-d406-3bc92f33aaee@andrew.cmu.edu>
Date: Sat, 14 Jan 2017 14:23:13 +0000
Message-Id: <0F10022A-6EE1-4107-85B3-61E626899216@isode.com>
References: <d6b75ac6-7273-e4fb-d406-3bc92f33aaee@andrew.cmu.edu>
To: Ken Murchison <murch@andrew.cmu.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Archived-At: <https://mailarchive.ietf.org/arch/msg/sieve/avnUszeV7JzmAiujwXoA1W7RNdQ>
Cc: Sieve mailing list <sieve@ietf.org>
Subject: Re: [sieve] Sieve variables and editheader
X-BeenThere: sieve@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: SIEVE Working Group <sieve.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/sieve>, <mailto:sieve-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/sieve/>
List-Post: <mailto:sieve@ietf.org>
List-Help: <mailto:sieve-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/sieve>, <mailto:sieve-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 14 Jan 2017 14:13:46 -0000

Hi Ken,

> On 14 Jan 2017, at 13:18, Ken Murchison <murch@andrew.cmu.edu> wrote:
> 
> All,
> 
> I'm in the process of implementing editheader in Cyrus IMAP and I'm wondering if variables are/should be allowed in header field names and/or values.

Yes, why not?

Best Regards,
Alexey