Re: [Extra] imap4rev2 route

Alexey Melnikov <alexey.melnikov@isode.com> Wed, 11 December 2019 13:39 UTC

Return-Path: <alexey.melnikov@isode.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 EE30C120850 for <extra@ietfa.amsl.com>; Wed, 11 Dec 2019 05:39:29 -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, SPF_HELO_NONE=0.001, 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 j2xPoLKAM6-F for <extra@ietfa.amsl.com>; Wed, 11 Dec 2019 05:39:28 -0800 (PST)
Received: from statler.isode.com (Statler.isode.com [62.232.206.189]) by ietfa.amsl.com (Postfix) with ESMTP id 0C22C12021C for <extra@ietf.org>; Wed, 11 Dec 2019 05:39:27 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1576071567; d=isode.com; s=june2016; i=@isode.com; bh=aO+YxuJr26HxRjdzWTbpsPWThPpDRz0gWSMYUmdylps=; 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=CT+4ld0wKUyc6QEasvfS8G5HZVuwPTwbAUXymHbVAbow8LB27zX9OOt3SMu8/UToecj1YN 6eCQpHjLjFieE9y87PhnuMJoQgEDz6cj2qXGOZcmbJKbrdEU8snBTYNlRo+nbUueeRRF7k Z3rolv0ze8aNBskfEEDbMoRtWdLjQIQ=;
Received: from [172.20.1.215] (dhcp-215.isode.net [172.20.1.215]) by statler.isode.com (submission channel) via TCP with ESMTPSA id <XfDxjwB8pw0t@statler.isode.com>; Wed, 11 Dec 2019 13:39:27 +0000
To: Timo Sirainen <timo@sirainen.com>, extra@ietf.org
References: <97DD9939-085B-40FA-844D-056A418ABC01@sirainen.com>
From: Alexey Melnikov <alexey.melnikov@isode.com>
Message-ID: <3c0f5ae6-ae0b-1455-dd59-d46560abf5ff@isode.com>
Date: Wed, 11 Dec 2019 13:39:07 +0000
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.0
In-Reply-To: <97DD9939-085B-40FA-844D-056A418ABC01@sirainen.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Transfer-Encoding: 7bit
Content-Language: en-GB
Archived-At: <https://mailarchive.ietf.org/arch/msg/extra/roPPcipmodQRIz35hygIt3ud3Bw>
Subject: Re: [Extra] imap4rev2 route
X-BeenThere: extra@ietf.org
X-Mailman-Version: 2.1.29
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: Wed, 11 Dec 2019 13:39:30 -0000

Hi Timo,

On 10/12/2019 21:53, Timo Sirainen wrote:

>> addr-adl        = nstring
>>                      ; Holds route from [RFC-5322] route-addr if
>>                      ; non-NIL
> RFC 5322 doesn't have "route-addr". It has "obs-route".
Good catch!
> Should we in general make it a bit more obvious that the route is completely obsolete and neither server nor clients need to support this field? I was thinking of getting rid of it in Dovecot and just making it always NIL.

I think the answer to this is whether or not you want to preserve 
fidelity of very old messages. I agree there is no reason to generate 
source route, but I am not sure that IMAP4rev2 is the right place to 
deprecate its use.

Best Regards,

Alexey