Re: [iola-conversion-tool] Trimming Whitespace from the beginning of DISCUSS and COMMENT

Ole Laursen <olau@iola.dk> Thu, 01 March 2012 20:30 UTC

Return-Path: <olau@iola.dk>
X-Original-To: iola-conversion-tool@ietfa.amsl.com
Delivered-To: iola-conversion-tool@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0048921E8032 for <iola-conversion-tool@ietfa.amsl.com>; Thu, 1 Mar 2012 12:30:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.796
X-Spam-Level:
X-Spam-Status: No, score=-2.796 tagged_above=-999 required=5 tests=[AWL=0.181, BAYES_00=-2.599, FM_FORGED_GMAIL=0.622, RCVD_IN_DNSWL_LOW=-1]
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 KYjYWx+wbzDT for <iola-conversion-tool@ietfa.amsl.com>; Thu, 1 Mar 2012 12:30:39 -0800 (PST)
Received: from mail-vw0-f44.google.com (mail-vw0-f44.google.com [209.85.212.44]) by ietfa.amsl.com (Postfix) with ESMTP id C646A21E82FB for <iola-conversion-tool@ietf.org>; Thu, 1 Mar 2012 12:30:36 -0800 (PST)
Received: by vbbez10 with SMTP id ez10so975834vbb.31 for <iola-conversion-tool@ietf.org>; Thu, 01 Mar 2012 12:30:34 -0800 (PST)
Received-SPF: pass (google.com: domain of olau@iola.dk designates 10.52.96.70 as permitted sender) client-ip=10.52.96.70;
Authentication-Results: mr.google.com; spf=pass (google.com: domain of olau@iola.dk designates 10.52.96.70 as permitted sender) smtp.mail=olau@iola.dk
Received: from mr.google.com ([10.52.96.70]) by 10.52.96.70 with SMTP id dq6mr10945702vdb.124.1330633834342 (num_hops = 1); Thu, 01 Mar 2012 12:30:34 -0800 (PST)
Received: by 10.52.96.70 with SMTP id dq6mr9298736vdb.124.1330633834251; Thu, 01 Mar 2012 12:30:34 -0800 (PST)
MIME-Version: 1.0
Received: by 10.52.156.18 with HTTP; Thu, 1 Mar 2012 12:30:14 -0800 (PST)
In-Reply-To: <7CEB8F9D-5024-4276-BCDD-8FB7EDE8570D@vigilsec.com>
References: <9783DA0B-4717-476B-8806-F26A1A415802@vigilsec.com> <4F4D4129.3020908@nostrum.com> <4F4F5E66.1090804@levkowetz.com> <7CEB8F9D-5024-4276-BCDD-8FB7EDE8570D@vigilsec.com>
From: Ole Laursen <olau@iola.dk>
Date: Thu, 01 Mar 2012 21:30:14 +0100
Message-ID: <CANb2OvL5bmaWoNoXkTLtn7Q5crNVe+WYaTMctuj9gA69sUVUcA@mail.gmail.com>
To: Russ Housley <housley@vigilsec.com>
Content-Type: text/plain; charset="ISO-8859-1"
X-Gm-Message-State: ALoCoQk8UdhmqKn6GeTKYhDypXSSj3xqah9FzZ9nt2/UG+gA+IfgdlEVj9RC0Ru+rdxqJ8CxEO5g
Cc: Henrik Levkowetz <henrik@levkowetz.com>, iola-conversion-tool@ietf.org, Robert Sparks <rjsparks@nostrum.com>
Subject: Re: [iola-conversion-tool] Trimming Whitespace from the beginning of DISCUSS and COMMENT
X-BeenThere: iola-conversion-tool@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Discussion of the IOLA / DB Schema Conversion Tool Project <iola-conversion-tool.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/iola-conversion-tool>, <mailto:iola-conversion-tool-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/iola-conversion-tool>
List-Post: <mailto:iola-conversion-tool@ietf.org>
List-Help: <mailto:iola-conversion-tool-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/iola-conversion-tool>, <mailto:iola-conversion-tool-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 01 Mar 2012 20:30:40 -0000

2012/3/1 Russ Housley <housley@vigilsec.com>:
> NEW: https://datatracker.ietf.org/doc/draft-ietf-netext-pmip-lr/ballot/
>
> OLD: https://datatracker.ietf.org/doc/draft-ietf-csi-dhcpv6-cga-ps/ballot/

Right. sorry about that!

It's trying to guard against an empty looking but actually
white-spacing containing comment being considered a comment even
though it's empty. But if I change it so it only removes white space
from the end instead of from both ends, I guess we're good.


Ole