Re: [apps-discuss] I-D Action: draft-ietf-appsawg-rfc5451bis-04.txt

Barry Leiba <barryleiba@computer.org> Thu, 23 May 2013 17:04 UTC

Return-Path: <barryleiba.mailing.lists@gmail.com>
X-Original-To: apps-discuss@ietfa.amsl.com
Delivered-To: apps-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E165E21F9008 for <apps-discuss@ietfa.amsl.com>; Thu, 23 May 2013 10:04:24 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.967
X-Spam-Level:
X-Spam-Status: No, score=-101.967 tagged_above=-999 required=5 tests=[AWL=0.011, BAYES_00=-2.599, FM_FORGED_GMAIL=0.622, NO_RELAYS=-0.001, USER_IN_WHITELIST=-100]
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 cIZikXIb570q for <apps-discuss@ietfa.amsl.com>; Thu, 23 May 2013 10:04:14 -0700 (PDT)
Received: from mail-vb0-x234.google.com (mail-vb0-x234.google.com [IPv6:2607:f8b0:400c:c02::234]) by ietfa.amsl.com (Postfix) with ESMTP id 1D04F21F90C3 for <apps-discuss@ietf.org>; Thu, 23 May 2013 09:56:51 -0700 (PDT)
Received: by mail-vb0-f52.google.com with SMTP id p12so1432637vbe.25 for <apps-discuss@ietf.org>; Thu, 23 May 2013 09:56:48 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=oHzafDBCL7gsy+XlTs2rKXyWsIBD+Oqix0u7nOVVbRs=; b=0l1tF46DclxBM9MBp7yTIGXrLWJRWOeqjHR3dRRFmronLwa2/7sVIjSLcTocMwtUTd g/QQ7jpJ8IDBLQE9Jdy6exM0IZgGKjg5o+Cl1HD8MiJnLbkBTL2MYjGaS5xjaNlMrFxp GGrgVfSElVOMIYPu+jtiMqsHbjfgWOUGXWyUw3um/91f0PtHcXH5cSNhIjZ04fwCppKm 04NevAdbjXQm/j56BBwSJPSHKA9nK8Sce9WJfhFvCXtRy1f+N4P+KcuDDBl5AVPgGSJe v0Cao+iuSfeBsbLQPNvr5IulRsOFZmI/1u9Y7aM6VQ8yn4YAqFmRYgJKqzpK6oquFspN n4FQ==
MIME-Version: 1.0
X-Received: by 10.221.9.70 with SMTP id ov6mr5927393vcb.72.1369328208405; Thu, 23 May 2013 09:56:48 -0700 (PDT)
Sender: barryleiba.mailing.lists@gmail.com
Received: by 10.58.6.233 with HTTP; Thu, 23 May 2013 09:56:48 -0700 (PDT)
In-Reply-To: <519E3A24.3090502@bbiw.net>
References: <20130523154124.25978.qmail@joyce.lan> <519E3A24.3090502@bbiw.net>
Date: Thu, 23 May 2013 12:56:48 -0400
X-Google-Sender-Auth: dSd-chXgtY3uo32BCMK5uwcFxuA
Message-ID: <CAC4RtVAkqRKVb0G_vEh-iDFTJO4KnQmKMeGaqs4ad1HZpMq+3w@mail.gmail.com>
From: Barry Leiba <barryleiba@computer.org>
To: Dave Crocker <dcrocker@bbiw.net>
Content-Type: text/plain; charset="ISO-8859-1"
Cc: John Levine <johnl@taugh.com>, "apps-discuss@ietf.org" <apps-discuss@ietf.org>, Alessandro Vesely <vesely@tana.it>
Subject: Re: [apps-discuss] I-D Action: draft-ietf-appsawg-rfc5451bis-04.txt
X-BeenThere: apps-discuss@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: General discussion of application-layer protocols <apps-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/apps-discuss>
List-Post: <mailto:apps-discuss@ietf.org>
List-Help: <mailto:apps-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 23 May 2013 17:04:25 -0000

On Thu, May 23, 2013 at 11:47 AM, Dave Crocker <dcrocker@bbiw.net> wrote:
> On 5/23/2013 8:41 AM, John Levine wrote:
>>>>
>>>> I believe the change from:
>>>>
>>>> authres-header = "Authentication-Results:" [CFWS] authserv-id
>>>>         [ CFWS version ]
>>>
>>>
>>> Note that in bis-04 it is:
>>>
>>> authres-header = "Authentication-Results:" [CFWS] authserv-id
>>>         [ [CFWS] authres-version ]
>>
>>
>> You're right. Adding the brackets is clearly a mistake since it makes
>> it impossible to tell where the authserv-id ends and the
>> authres-version starts.
>
>
> huh?

I think John means that the change makes the second CFWS optional, and
that can't be.

Barry