DMARC/URI: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< DMARC
Created page with "{{fmt/title|DMARC URI}} ==About== A DMARC URI is any URI which is formatted in a way that can be understood by the DMARC protocol. The [https://datatracker.ietf.org/d..." |
No edit summary |
||
| Line 4: | Line 4: | ||
The [https://datatracker.ietf.org/doc/html/rfc7489#section-6.4 official definition] of this format is very obtuse, but "<code>mailto:{{arg|email address}}</code>" seems to work. | The [https://datatracker.ietf.org/doc/html/rfc7489#section-6.4 official definition] of this format is very obtuse, but "<code>mailto:{{arg|email address}}</code>" seems to work. | ||
==Official== | |||
dmarc-uri = URI [ "!" 1*DIGIT [ "k" / "m" / "g" / "t" ] ] | |||
; "URI" is imported from <nowiki>[</nowiki>[https://datatracker.ietf.org/doc/html/rfc7489#ref-URI URI]]; commas (ASCII | |||
; 0x2C) and exclamation points (ASCII 0x21) | |||
; MUST be encoded; the numeric portion MUST fit | |||
; within an unsigned 64-bit integer | |||
Latest revision as of 20:42, 16 August 2022
|
DMARC URI
|
{{#set: page title=DMARC URI }}
About
A DMARC URI is any URI which is formatted in a way that can be understood by the DMARC protocol.
The official definition of this format is very obtuse, but "mailto:<email address>" seems to work.
Official
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
