Re: [dmarc-ietf] Definition of "value" in RFC8601

Damian Lukowski <rfc@arcsin.de> Wed, 01 April 2020 17:53 UTC

Return-Path: <rfc@arcsin.de>
X-Original-To: dmarc@ietfa.amsl.com
Delivered-To: dmarc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 4BA083A14E8 for <dmarc@ietfa.amsl.com>; Wed, 1 Apr 2020 10:53:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.098
X-Spam-Level:
X-Spam-Status: No, score=-2.098 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, HTML_MESSAGE=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=arcsin.de
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 xHCKfK546ioR for <dmarc@ietfa.amsl.com>; Wed, 1 Apr 2020 10:53:05 -0700 (PDT)
Received: from sigil.arcsin.de (sigil.arcsin.de [46.38.233.110]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 45BE73A14D7 for <dmarc@ietf.org>; Wed, 1 Apr 2020 10:53:04 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=arcsin.de; h= content-language:content-type:content-type:in-reply-to :mime-version:date:date:message-id:from:from:references:subject :subject:x-amavis-category; s=dkim01; t=1585763580; x= 1587577981; bh=dLwgFu4Gp/5Px83EzDSr6uKTIYnw0brEWUFNHPxqSPs=; b=t zvsjjb6SJqH2zaKoxIzV0P7D3pDWUpbvZPTcP/O8Fu5CIcqmajUns7TedsHNKbks 2dTEg9eAn/t9h8Xw+uFzRXmQe5X7T+xOqzP2wTc51/S+M+dv4tbuxVDi4fMYzJIy iyidlWga+rrO2pF72qSTrsOqx/5q6U90EL8x+LWikM=
X-Amavis-Category: sigil.arcsin.de; category=CleanTag
To: dmarc@ietf.org
References: <20200401164203.70DDF16DE877@ary.qy>
From: Damian Lukowski <rfc@arcsin.de>
Message-ID: <d57068dc-e966-e5c4-ba52-d9528fbb22c5@arcsin.de>
Date: Wed, 01 Apr 2020 19:52:34 +0200
MIME-Version: 1.0
In-Reply-To: <20200401164203.70DDF16DE877@ary.qy>
Content-Type: multipart/alternative; boundary="------------CA006EAA50D62346AA070F94"
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/dmarc/iiJgJEWrWeC68vBp_x_J3yKz1rA>
Subject: Re: [dmarc-ietf] Definition of "value" in RFC8601
X-BeenThere: dmarc@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Wed, 01 Apr 2020 17:53:08 -0000

>> This seems equivalent to
>>> authserv-id = sub-domain *("." sub-domain)
>>>    ; Where sub-domain is imported from 6531 for
>>>    ; any mail
> No, it's 6531 for EAI messages, and 5321 for ASCII messages.

If they are not equivalent, there must be a counterexample in which a
parser with

> authserv-id = sub-domain *("." sub-domain)
>    ; Where sub-domain is imported from 6531 for
>    ; any mail
and another parser with

> authserv-id = sub-domain *("." sub-domain)
>    ; Where sub-domain is imported from 5321 for ASCII mail
>    ; and 6531 for EAI mail.

, given identical input, disagree on the validity of the A-R header of
that input. Can you please show an example?

> EAI and ASCII mail are separate mail streams. The component that is
> parsing the A-R header had better know ahead of time whether your
> system is treating them separately.

Can you elaborate on this paragraph? Know what ahead of time? It sounds
like you agree, that the validity of an A-R header does depend on
external factors, not solely on the A-R content.