On Sun, Mar 15, 2015 at 11:53 AM, Alessandro Vesely <ves...@tana.it> wrote:

> 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:a...@example.com%...@example.com
> and
> rua=mail...@example.com, mailto:b...@example.com?
>
> Is the following meant to to be allowed?
>    mailto:dmarc@ietf.org?subject=Formal%20specification%2c%20URI
>

Section 2.2 of RFC3986 lists semi-colon as a reserved character that has to
be percent-encoded in these URLs.  We don't need to repeat it here, I think.

-MSK
_______________________________________________
dmarc mailing list
dmarc@ietf.org
https://www.ietf.org/mailman/listinfo/dmarc

Reply via email to