This seems to be a bug:
OLD:
dmarc-uri = URI [ "!" 1*DIGIT [ "k" / "m" / "g" / "t" ] ]
; "URI" is imported from [URI]; commas (ASCII
; 0x2c) and exclamation points (ASCII 0x21)
; MUST be encoded; the numeric portion MUST fit
; within an unsigned 64-bit integer
NEW:
dmarc-uri = URI [ "!" 1*DIGIT [ "k" / "m" / "g" / "t" ] ]
; "URI" is imported from [URI]; commas (ASCII
; 0x2c), exclamation points (ASCII 0x21), and
; semicolons (ASCII 0x3b) MUST be percent-encoded;
; the numeric portion MUST fit within an unsigned
; 64-bit integer
Is it equivalent to have, say, rua=mailto:[email protected]%[email protected] and
[email protected], mailto:[email protected]?
Is the following meant to to be allowed?
mailto:[email protected]?subject=Formal%20specification%2c%20URI
Ale
_______________________________________________
dmarc mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/dmarc