Re: Change in I-D announcement format

mrex@sap.com (Martin Rex) Wed, 13 June 2012 09:51 UTC

Return-Path: <mrex@sap.com>
X-Original-To: ietf@ietfa.amsl.com
Delivered-To: ietf@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E723421F8427 for <ietf@ietfa.amsl.com>; Wed, 13 Jun 2012 02:51:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.249
X-Spam-Level:
X-Spam-Status: No, score=-10.249 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HELO_EQ_DE=0.35, RCVD_IN_DNSWL_HI=-8]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id b7YPlXZQ9CL3 for <ietf@ietfa.amsl.com>; Wed, 13 Jun 2012 02:51:11 -0700 (PDT)
Received: from smtpde01.sap-ag.de (smtpde01.sap-ag.de [155.56.68.170]) by ietfa.amsl.com (Postfix) with ESMTP id 83F4421F8470 for <ietf@ietf.org>; Wed, 13 Jun 2012 02:51:10 -0700 (PDT)
Received: from mail.sap.corp by smtpde01.sap-ag.de (26) with ESMTP id q5D9oxPs019114 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Wed, 13 Jun 2012 11:50:59 +0200 (MEST)
Subject: Re: Change in I-D announcement format
In-Reply-To: <006FEB08D9C6444AB014105C9AEB133F017A7C056C98@il-ex01.ad.checkpoint.com>
To: Yoav Nir <ynir@checkpoint.com>
Date: Wed, 13 Jun 2012 11:50:59 +0200
X-Mailer: ELM [version 2.4ME+ PL125 (25)]
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="US-ASCII"
Message-Id: <20120613095059.8707A1A065@ld9781.wdf.sap.corp>
From: mrex@sap.com
X-SAP: out
Cc: IETF discussion list <ietf@ietf.org>
X-BeenThere: ietf@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
Reply-To: mrex@sap.com
List-Id: IETF-Discussion <ietf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ietf>, <mailto:ietf-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/ietf>
List-Post: <mailto:ietf@ietf.org>
List-Help: <mailto:ietf-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ietf>, <mailto:ietf-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 13 Jun 2012 09:51:12 -0000

> Brian E Carpenter wrote:
>> 
>> Did I miss an announcement of the change in format of
>> I-D announcement messages?
>> 
>> There's no longer a URL for the standard .txt format.
>> That's mildly annoying for me (extra time and extra mouse clicks)
>> and must be a nuisance for anyone who processes these
>> messages automatically.

I did not see an announcement either.

I don't mind addition of URLs.  But I strongly dislike removal of URLs!
I would also appreciate if that URL was put back in.

After noticing download failures due to the lack of the URL to the TXT,
I changed my I-D download perl-script on 11-Jun-2012 to accomodate for that
unexpected change.  Since the URL is gone, I have resorted to synthesize
the URL to the TXT document myself from the unqualified filename.

   if ( $_ =~ m/^\s+Filename\s+:\s+(draft-.*\d\d\.txt)/ ) {
        push(@link, "http://tools.ietf.org/id/$1");
   }


Additionally, for some time now, I'm seeing errors trying to download
I-D TXT documents which have been superseded by a successor version
_before_ I feed the announcement EMail to my download script.

What is the purpose of the change to deny previous TXT versions of I-Ds?


Yoav Nir wrote:
> This line is not too hot either:
> 
> There's also a htmlized version available at:
> http://tools.ietf.org/html/submission.filename }}-01 

This puzzles me too.

How about adding a mailto: URL into I-D announcements to
report bugs for the software that creates them?

-Martin