Re: [dmarc-ietf] Ticket #42 - Expand DMARC reporting URI functionality
Alessandro Vesely <vesely@tana.it> Mon, 25 January 2021 19:51 UTC
Return-Path: <vesely@tana.it>
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 905303A184B
for <dmarc@ietfa.amsl.com>; Mon, 25 Jan 2021 11:51:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.221
X-Spam-Level:
X-Spam-Status: No, score=-0.221 tagged_above=-999 required=5
tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,
DKIM_VALID_EF=-0.1, NICE_REPLY_A=-0.001, RCVD_IN_MSPIKE_H3=-0.01,
RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001]
autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1152-bit key)
header.d=tana.it
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 TokILfDl9f6O for <dmarc@ietfa.amsl.com>;
Mon, 25 Jan 2021 11:51:47 -0800 (PST)
Received: from wmail.tana.it (wmail.tana.it [62.94.243.226])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(No client certificate requested)
by ietfa.amsl.com (Postfix) with ESMTPS id 36D243A1848
for <dmarc@ietf.org>; Mon, 25 Jan 2021 11:51:46 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tana.it; s=delta;
t=1611604305; bh=mdaevzbvYDSMipWarh8jHoT2O/GXx3sdNjI+G+xDRpw=;
l=1563; h=To:References:From:Date:In-Reply-To;
b=Chv7sHA7DjOttl05wcIQpvt29sypVML7qT/FlpIeK69wt9VdS3NNUK06SypBlMFsS
KnQwCJ43M1o0GA404YuL1pVrCVNscpC1b6cw4HhBAdV5rBTr6iEQMnggf4kw6nRy5x
xP9kFY2Yd4+9S6jI9MTGjNz+oUOAHcJDT2bKtbg1DnZLEnTYA0XRh4CbA9Ant
Authentication-Results: tana.it; auth=pass (details omitted)
Original-From: Alessandro Vesely <vesely@tana.it>
Received: from [172.25.197.111] (pcale.tana [172.25.197.111])
(AUTH: CRAM-MD5 uXDGrn@SYT0/k, TLS: TLS1.3, 128bits,
ECDHE_RSA_AES_128_GCM_SHA256) by wmail.tana.it with ESMTPSA
id 00000000005DC053.00000000600F2150.00000C8D; Mon, 25 Jan 2021 20:51:44 +0100
To: John Levine <johnl@taugh.com>, dmarc@ietf.org
References: <20210124184659.12DF46C068F5@ary.qy>
From: Alessandro Vesely <vesely@tana.it>
Message-ID: <7d631821-0dbd-1ac3-5f3f-8fdc3d166a13@tana.it>
Date: Mon, 25 Jan 2021 20:51:43 +0100
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101
Thunderbird/78.6.0
MIME-Version: 1.0
In-Reply-To: <20210124184659.12DF46C068F5@ary.qy>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/dmarc/DtkAAcZe1GDmPsUTFnOw3culSVA>
Subject: Re: [dmarc-ietf] Ticket #42 - Expand DMARC reporting URI
functionality
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: Mon, 25 Jan 2021 19:51:49 -0000
On Sun 24/Jan/2021 19:46:58 +0100 John Levine wrote: > Here's a concrete proposal for https reporting: > > In draft-ietf-dmarc-aggregate-reporting, in the transport section, > between Email and Other Methods add: > > Https POST > > The message is an XML file with GZIP compression, sent with an https POST message > to the given URI as media type application/gzip. > The data SHOULD contain the filename described in Email transport > above as the filename in the gzip header. The filename helps recipient > hosts recognize duplicate reports. > > In draft-ietf-dmarc-dmarcbis section 6.3 under the rua tag, add: > > If there is more than one URI in the value, the URIs are conceptually evaluated from > left to right and each report is delivered to each URI in turn. > If a delivery to an "https:" URI succeeds, any subsequent URIs that are not "https:" are ignored. > This allows a report recipient to prefer https reports while falling back to mailto reports. Good! That's much better than any other idea we've been discussing. Say an external URI overrides a mailto:"u" with a pair https:,mailto: and the https: succeeds. Are mailto: URIs following "u" to be ignored? Answering yes eases the job of a report generator, as it is enough to produce a report and a verified list of URIs. Answering no may seem to ease the composition of DMARC records; otherwise one has to pay attention to put external URIs toward the end. Some examples are needed anyway. You'll have to revert the order in your DMARC record. Best Ale --
- [dmarc-ietf] Ticket #42 - Expand DMARC reporting … John R Levine
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Alessandro Vesely
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… John Levine
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Alessandro Vesely
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… John R Levine
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Alessandro Vesely
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Dave Crocker
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… John R Levine
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Alessandro Vesely
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… John R Levine
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Ken O'Driscoll
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Alessandro Vesely
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… John R Levine
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… John Levine
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Alessandro Vesely
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… John R Levine
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Murray S. Kucherawy
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Dotzero
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… John R Levine
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… John Levine
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Dotzero
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… John R Levine
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… John Levine
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Alessandro Vesely
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… John R Levine
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Alessandro Vesely
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… John R Levine
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Alessandro Vesely
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Todd Herr
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Hector Santos
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Alessandro Vesely
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Todd Herr
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Todd Herr
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… John Levine
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… John Levine
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Hector Santos
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Alessandro Vesely
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… John R Levine
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Michael Thomas
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… John Levine
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Michael Thomas
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Steven M Jones
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Steven M Jones
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Michael Thomas
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… John Levine
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Alessandro Vesely
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Alessandro Vesely
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… John R Levine
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… John Levine
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Michael Thomas
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… John Levine
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Michael Thomas
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… John Levine
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Michael Thomas
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Alessandro Vesely
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Alessandro Vesely
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Michael Thomas
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Alessandro Vesely
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… John Levine
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… John Levine
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Alessandro Vesely
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… John R Levine
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Murray S. Kucherawy
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Alessandro Vesely
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… Michael Thomas
- Re: [dmarc-ietf] Ticket #42 - Expand DMARC report… John R Levine