Re: [dmarc-ietf] Fwd: New Version Notification for draft-kucherawy-dkim-delegate-00.txt

"Murray S. Kucherawy" <superuser@gmail.com> Fri, 20 June 2014 22:19 UTC

Return-Path: <superuser@gmail.com>
X-Original-To: dmarc@ietfa.amsl.com
Delivered-To: dmarc@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 88B731A031C for <dmarc@ietfa.amsl.com>; Fri, 20 Jun 2014 15:19:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.999
X-Spam-Level:
X-Spam-Status: No, score=-1.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, SPF_PASS=-0.001] autolearn=ham
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 qJo0WKazkoC8 for <dmarc@ietfa.amsl.com>; Fri, 20 Jun 2014 15:19:47 -0700 (PDT)
Received: from mail-wg0-x230.google.com (mail-wg0-x230.google.com [IPv6:2a00:1450:400c:c00::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 972451A00E8 for <dmarc@ietf.org>; Fri, 20 Jun 2014 15:19:47 -0700 (PDT)
Received: by mail-wg0-f48.google.com with SMTP id n12so4201357wgh.31 for <dmarc@ietf.org>; Fri, 20 Jun 2014 15:19:46 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=QEjjFojJ7t1YHBb32wMthnQcgrHWL8IYpAa0bdN49X4=; b=UXAVqBgeRcLl5aOcOHrONsCq1XrWBFfzkLJNrzIidqc4L6yeWoX9Tz9xwatfAC6/b4 jAvJkJOa92kiFdBqgKrFvrdYSvZVC1UEWqnFzl8IC8e3Yae+SiG9pCxyVVqM+BUzHFN3 r+wc2UJCGJ/g/4MzvqwTWIrFmnWoymbaRP/JxXkFfW2jgK1P2YVaYXg/9Cg50lEdRDHU Sb6quXo5x+H6FIsriyJDlxfGnsZHf3IY0CX056Bks8e8DxutgFep+moO+DRWEwTDHks3 wva91gBsqoWQFxDaM0QzmKJIBndh+dNIfv2hRx0AUwNtOXgfQWDq56PcnU7hjkSy1P8s 4WbA==
MIME-Version: 1.0
X-Received: by 10.194.7.36 with SMTP id g4mr7692820wja.37.1403302785948; Fri, 20 Jun 2014 15:19:45 -0700 (PDT)
Received: by 10.180.19.73 with HTTP; Fri, 20 Jun 2014 15:19:45 -0700 (PDT)
In-Reply-To: <20140620213941.78722.qmail@joyce.lan>
References: <53A49DEB.6090409@altn.com> <20140620213941.78722.qmail@joyce.lan>
Date: Fri, 20 Jun 2014 15:19:45 -0700
Message-ID: <CAL0qLwYp-WwpOUyTD9KX36gqzsd1szqazPMVK2G9a0r636oeeQ@mail.gmail.com>
From: "Murray S. Kucherawy" <superuser@gmail.com>
To: John Levine <johnl@taugh.com>
Content-Type: multipart/alternative; boundary="047d7b450a7c11a5ba04fc4be464"
Archived-At: http://mailarchive.ietf.org/arch/msg/dmarc/R4ziUVToIjIiVDWhueHKsjAOQh4
Cc: Arvel Hathcock <arvel.hathcock@altn.com>, "dmarc@ietf.org" <dmarc@ietf.org>
Subject: Re: [dmarc-ietf] Fwd: New Version Notification for draft-kucherawy-dkim-delegate-00.txt
X-BeenThere: dmarc@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "Domain-based Message Authentication, Reporting, and Compliance \(DMARC\)" <dmarc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dmarc>, <mailto:dmarc-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/dmarc/>
List-Post: <mailto:dmarc@ietf.org>
List-Help: <mailto:dmarc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dmarc>, <mailto:dmarc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 20 Jun 2014 22:19:49 -0000

On Fri, Jun 20, 2014 at 2:39 PM, John Levine <johnl@taugh.com> wrote:

> I looked at the code in Mail::DKIM which is what spamassassin and
> probably every other perl DKIM application uses.  It checks the
> version number, and for some reason accepts "0.5" as well as "1", but
> nothing else.
>

"0.5" was used during early DKIM evolution within the IETF, such as:

http://tools.ietf.org/id/draft-ietf-dkim-base-05.txt

-MSK