RFC 9990: Domain-Based Message Authentication, Reporting, and Conformance (DMARC) Aggregate Reporting
- A. Brotman, Ed.
Abstract
Domain-based Message Authentication, Reporting, and Conformance (DMARC) allows for Domain Owners to request aggregate reports from receivers. This report is an XML document and contains extensible elements that allow for other types of data to be specified later. The aggregate reports can be submitted by the receiver to the Domain Owner's specified destination as declared in the associated DNS record.¶
This document obsoletes RFC 7489.¶
Status of This Memo
This is an Internet Standards Track document.¶
This document is a product of the Internet Engineering Task Force (IETF). It represents the consensus of the IETF community. It has received public review and has been approved for publication by the Internet Engineering Steering Group (IESG). Further information on Internet Standards is available in Section 2 of RFC 7841.¶
Information about the current status of this document, any
errata, and how to provide feedback on it may be obtained at
https://
Copyright Notice
Copyright (c) 2026 IETF Trust and the persons identified as the document authors. All rights reserved.¶
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
(https://
1. Introduction
A key component of Domain-based Message Authentication, Reporting, and Conformance (DMARC) [RFC9989] is the ability for Domain Owners to request that Mail Receivers provide various types of reports. These reports allow Domain Owners to have insight into which IP addresses are sending on their behalf and some insight into whether or not the volume may be legitimate.¶
These reports expose information relating to the DMARC policy, as well as the outcome of Sender Policy Framework (SPF) [RFC7208] and DomainKeys Identified Mail (DKIM) [RFC6376] validation.¶
1.1. Terminology
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here.¶
1.1.1. Notation
Certain properties of mail messages described in this document are
referenced using notation found in [RFC5598] (e.g., "RFC5322
This specification uses the Augmented Backus-Naur Form (ABNF) notation of [RFC5234] and [RFC7405].¶
1.1.2. DMARC Terminology
There are a number of terms defined in [RFC9989] that are used within this document. Understanding those definitions will aid in reading this document. The terms below are of noted interest:¶
2. Document Status
This document, in part, along with [RFC9989] and [RFC9991], obsoletes and replaces DMARC [RFC7489]. Note that errata for this document has been addressed as described in [RFC9989].¶
3. DMARC Feedback
Providing Domain Owners with visibility into how Mail Receivers implement and enforce the DMARC mechanism in the form of feedback is critical to establishing and maintaining accurate authentication deployments. When Domain Owners can see what effect their policies and practices are having, they are better willing and able to use quarantine and reject policies.¶
3.1. Aggregate Reports
The DMARC aggregate feedback report is designed to provide Domain Owners with precise insight into:¶
Aggregate DMARC feedback provides visibility into real-world mail streams that Domain Owners need in order to make informed decisions regarding the publication of a DMARC policy. When Domain Owners know what legitimate mail they are sending, what the authentication results are on that mail, and what forged Mail Receivers are getting, they can make better decisions about the policies they need and the steps they need to take to enable those policies. When Domain Owners set policies appropriately and understand their effects, Mail Receivers can act on them confidently.¶
Visibility comes in the form of daily (or more frequent) feedback reports that are originated from Mail Receivers and that contain aggregate data on message streams relevant to the Domain Owner. This information includes data about messages that passed DMARC authentication as well as those that did not.¶
A separate report MUST be generated for each DMARC Policy Domain encountered during the reporting period. See below for further explanation in Section 3.1.2 ("Handling Domains in Reports").¶
The report may include the following data:¶
Each report MUST contain data for only one DMARC Policy Domain. A single report MUST contain data for one policy configuration. If multiple configurations were observed during a single reporting period, a reporting entity MAY choose to send multiple reports; otherwise, the reporting entity SHOULD note only the final configuration observed during the period. See below for further information.¶
3.1.1. Description of the Content of the XML File
The format for these reports is defined in the XML Schema Definition (XSD) in Appendix A. The XSD includes the possible values for some of the elements below. Most of these values have a definition tied to [RFC9989].¶
The format is also described in the following sections. Each section describes a collection of sibling elements in the XML hierarchy. There are pointers to where in the hierarchy each table fits.¶
If a document does not match the specified format, the document evaluator SHOULD discard the report. The evaluator MAY choose to try to utilize some of the data; however, if the format is in question, the data may be as well. The report evaluator MAY choose to contact the report generator so that they may be alerted to an issue with the report format.¶
The column "#" specifies how many times an element may appear -- this is sometimes referred to as multiplicity. The possible values are:¶
- O:
- OPTIONAL, zero or one element¶
- R:
- REQUIRED, exactly one element¶
- *:
- OPTIONAL, zero or more elements¶
- +:
- REQUIRED, one or more elements¶
Some elements contain text meant for humans and support an optional "lang" attribute whose value indicates the language of its contents. The default value is "en". Elements supporting this optional attribute are marked with "[@lang]" at the start of their content description in the following tables.¶
3.1.1.1. XML Root Element
DMARC aggregate feedback reports have the root element "feedback" with its XML namespace set to the DMARC namespace.¶
3.1.1.2. First Level Elements
The elements in this table MUST appear in the order listed.¶
There MUST be at least one "record" element; these elements contain data stating that IP addresses were seen to have delivered messages for the Author Domain to the receiving system. For each IP address that is being reported, there will be at least one "record" element.¶
3.1.1.4. Contents of the "date_range" Element
This element describes the time range in UTC defining the reporting period of this report.¶
The "begin" and "end" elements are meant to denote the reporting period and not the first/last observed message from the reporting period. When generating reports, these reporting periods SHOULD NOT overlap. Typically, the reporting period will encompass a single UTC day, beginning at 0000UTC.¶
3.1.1.5. Contents of the "policy_published" Element
This element provides information on the DMARC Policy Record published for the Author Domain. The elements from "p" and onwards contain the discovered or default value for the DMARC policy applied.¶
Unspecified tags have their default values.¶
3.1.1.6. Contents of the "extension" Element
Use of extensions may cause elements to be added here. These elements MUST be namespaced.¶
3.1.1.7. Contents of the "record" Element
The report MUST contain one or more records stating which IP addresses were seen to have delivered messages for the Author Domain to the receiving system. For each IP address that is being reported, there will be at least one "record" element.¶
This element contains all the authentication results that were evaluated by the receiving system for the given set of messages.¶
An unlimited number of "record" elements may be specified.¶
Use of extensions may cause other elements to be added to the end of the record; such elements MUST be namespaced.¶
One record (IP, result, authentication identifiers) per tuple.¶
The elements in this table MUST appear in the order listed.¶
3.1.1.8. Contents of the "row" Element
A "row" element contains the details of the connecting system, and how many mail messages were received from it, for the particular combination of the policy evaluated.¶
3.1.1.9. Contents of the "policy_evaluated" Element
This element describes the results of applying the DMARC policy. If alignment fails and the policy applied does not match the DMARC Policy Domain's configured policy, the "reason" element MUST be included.¶
The elements in this table MUST appear in the order listed.¶
3.1.1.11. Contents of the "auth_results" Element
This element contains DKIM and SPF results, uninterpreted with respect to DMARC.¶
If validation is attempted for any DKIM signature, the results MUST be included in the report (within reason; see Section 3.1.3 ("DKIM Signatures in Aggregate Reports") below for handling numerous signatures).¶
The elements in this table MUST appear in the order listed.¶
3.1.1.13. Contents of the "spf" Element
Only the "MAIL FROM" identity (see Section 2.4 of [RFC7208]) is used in DMARC.¶
3.1.1.14. Contents of the "reason" Element
The policy override reason consists of a pre-defined override type and free-text comment; see Section 3.1.6.¶
3.1.2. Handling Domains in Reports
In the same report, there MUST be a single DMARC Policy Domain, though there could be
multiple RFC5322.From domains. Each RFC5322.From domain will create its own "record"
within the report. Consider the case where there are three domains with traffic
volume to report: example.com, foo
The first report will be for bar.example.com and contain only one "record", for
bar
3.1.3. DKIM Signatures in Aggregate Reports
Within a single message, the possibility exists that there could be multiple DKIM signatures. When validation of the message occurs, some signatures may pass, while some may not. As these pertain to DMARC, and especially to aggregate reporting, reporters may not find it clear which DKIM signatures they should include in a report. Signatures, regardless of outcome, could help the report ingester determine the source of a message. However, there is a preference as to which signatures are included.¶
A report SHOULD contain no more than 100 signatures for a given "row", in decreasing priority.¶
3.1.4. Unique Identifiers in Aggregate Reporting
There are a few places where a unique identifier is specified as part of the body of the report, the subject, and so on. These unique identifiers should be consistent per each report. Specified below, the reader will see a "Report-ID" and "unique-id". These are the fields that MUST be identical when used.¶
3.1.5. Error Element
Here are a few examples of information contained within the "error" element(s):¶
Be mindful that the "error" element is an unbounded string but should not contain an extremely large body. Provide enough information to assist the Domain Owner with understanding some issues with their authentication or DMARC Policy Record.¶
3.1.6. Policy Override Reason
The "reason" element, indicating an override of the DMARC policy, consists of a mandatory "type" element and an optional "comment" element. The "type" element MUST have one of the pre-defined values listed below. The "comment" element is an unbounded string for providing further details.¶
Possible values for the policy override type:¶
- "local_policy":
- The Mail Receiver's local policy exempted the message from being subjected to the Domain Owner's requested policy action.¶
- "mailing_list":
- Local heuristics determined that the message arrived via a mailing list, and thus authentication of the original message was not expected to succeed.¶
- "other":
- Some policy exception not covered by the other entries in this list occurred. Additional details can be found in the "comment" element.¶
- "policy
_test _mode" : - The message was exempted from application of policy by the testing mode ("t" tag) in the DMARC Policy Record.¶
- "trusted
_forwarder" : - Message authentication failure was anticipated by other evidence linking the message to a locally maintained list of known and trusted forwarders.¶
3.2. Extensions
The document format supports optional elements for extensions. The absence or existence of this section SHOULD NOT create an error when processing reports. This will be covered in Section 5 ("Extensible Reporting").¶
3.3. Changes in Policy During a Reporting Period
Note that Domain Owners or their agents may change the published DMARC Policy Record for a domain or subdomain at any time. From a Mail Receiver's perspective, this will occur during a reporting period and may be noticed during that period, at the end of that period when reports are generated, or during a subsequent reporting period, all depending on the Mail Receiver's implementation. Under these conditions, it is possible that a Mail Receiver could do any of the following:¶
Such policy changes are expected to be infrequent for any given domain, whereas more stringent policy monitoring requirements on the Mail Receiver would produce a very large burden at Internet scale. Therefore, it is the responsibility of Report Consumers (i.e., vendors) and Domain Owners to be aware of this situation and expect such mixed reports during the propagation of the new policy to Mail Receivers.¶
3.4. Report Request Discovery
A Mail Receiver discovers reporting requests when it looks up a DMARC Policy Record that corresponds to an RFC5322.From domain on received mail. The presence of the "rua" tag specifies where to send feedback.¶
3.5. Report Delivery
The Mail Receiver, after preparing a report, MUST evaluate the provided reporting URIs (see [RFC9989]) in the order given. If any of the URIs are malformed, they SHOULD be ignored. An attempt MUST be made to deliver an aggregate report to every remaining URI, up to the Receiver's limits on supported URIs.¶
If delivery is not possible because the services advertised by the published URIs are not able to accept reports (e.g., the URI refers to a service that is unreachable), the Mail Receiver MAY cache that data and try again later or MAY discard data that could not be sent.¶
Where the URI specified in a "rua" tag does not specify otherwise, a
Mail Receiver generating a feedback report SHOULD employ a secure
transport mechanism, meaning the report should be delivered over a channel
employing TLS
3.5.1. Definition of Report-ID
This identifier MUST be unique among reports to the same domain to aid receivers in identifying duplicate reports should they happen. The Report-ID value should be constructed using the following ABNF:¶
The format specified here is not very strict, as the key goal is uniqueness. In
order to create this uniqueness, the Mail Receiver may wish to use elements
such as the receiving domain, the sending domain, and a timestamp in combination.
An example string might be "1721054318
3.5.2. Email
The message generated by the Mail Receiver MUST be as described in [RFC5322] and formatted per [RFC2045]. The aggregate report itself MUST be included in one of the parts of the message, as an attachment with a corresponding media type from below. A human-readable annotation MAY be included as a body part (with a human-friendly content-type, such as "text/plain" or "text/html").¶
The aggregate data MUST be an XML file that SHOULD be subjected to
GZIP [RFC1952] compression. Declining to apply compression can cause the
report to be too large for a receiver to process (the total message size
could exceed the receiver SMTP size limit); doing the compression increases
the chances of acceptance of the report at some compute cost. The
aggregate data MUST be present using the media type "application
The following primitive tokens that are used but otherwise unspecified are taken from "Core Rules" (Appendix B.1 of [RFC5234]): DIGIT, ALPHA.¶
The extension MUST be "xml" for a plain XML file or "xml.gz" for an XML file compressed using GZIP.¶
"unique-id" allows an optional unique ID generated by the Mail Receiver to distinguish among multiple reports generated simultaneously by different sources within the same Domain Owner. A viable option may be to explore Universally Unique Identifiers (UUIDs) [RFC9562].¶
If a report generator needs to re-send a report, the system MUST use the same filename as the original report. This would allow the receiver to overwrite the data from the original or discard the second instance of the report.¶
For example, this is a sample filename for the gzip file of a
report to the Domain Owner "example.com" from the Mail Receiver
"mail
mail
No specific MIME message structure is required for the message body. It is presumed that the aggregate reporting address will be equipped to extract body parts with the prescribed media type and filename and ignore the rest.¶
Mail streams carrying DMARC feedback data MUST conform to the DMARC mechanism, thereby resulting in an aligned "pass" (see Section 4.4 of [RFC9989]). This practice minimizes the risk of Report Consumers processing fraudulent reports.¶
The RFC5322.Subject field for individual report submissions MUST conform to the following ABNF:¶
The first domain-name indicates the DNS domain name about which the report was generated. The second domain-name indicates the DNS domain name representing the Mail Receiver generating the report. The purpose of the Report-ID: portion of the field is to enable the Domain Owner to identify and ignore duplicate reports that might be sent by a Mail Receiver.¶
For instance, this is a possible Subject field for a report to the
Domain Owner "example.com" from the Mail Receiver
"mail
This transport mechanism potentially encounters a problem when feedback data size exceeds maximum allowable attachment sizes for either the generator or the consumer.¶
Optionally, the report sender MAY choose to use the same "ridtxt"
as a part or whole of the RFC5322
3.5.3. Other Methods
The specification as written allows for the addition of other registered URI schemes to be supported in later versions.¶
3.5.4. Handling of Duplicates
There may be a situation where the report generator attempts to deliver duplicate information to the receiver. This may manifest as an exact duplicate of the report or as duplicate information between two reports. In these situations, the decision of how to handle the duplicate data lies with the receiver. As noted above, the sender MUST use the same unique identifiers when sending the report. This allows the receiver to better understand when duplicates happen. Here are a few options on how to handle that duplicate information:¶
When accepting the data, it's likely that the duplicate data has not yet been noticed and is a one-off experience. Long-term duplicate data is not ideal. In the situation of a partial time frame overlap, there is no clear way to distinguish the impact of the overlap. The receiver would need to accept or reject the duplicate data in whole.¶
4. Verifying External Destinations
It is possible to specify destinations for the different reports that are outside the authority of the Domain Owner making the request. This allows domains that do not operate mail servers to request reports and have them go someplace that is able to receive and process them.¶
Without checks, this would allow a bad actor to publish a DMARC Policy Record that requests that reports be sent to a victim address and then send a large volume of mail that will fail both DKIM and SPF checks to a wide variety of destinations; the victim will in turn be flooded with unwanted reports. Therefore, a verification mechanism is included.¶
When a Mail Receiver discovers a DMARC Policy Record in the DNS, and the Organizational Domain at which that record was discovered is not identical to the Organizational Domain of the host part of the authority component of a [RFC3986] specified in the "rua" tag, the following verification steps MUST be taken:¶
For example, if the DMARC Policy Record for "blue"rua, the Organizational Domain host
extracted from the latter
Where the above algorithm fails to confirm that the external reporting was authorized by the Report Consumer, the URI MUST be ignored by the Mail Receiver generating the report. Further, if the confirming record includes a URI whose host is again different than the domain publishing that override, the Mail Receiver generating the report MUST NOT generate a report to either the original or the override URI. A Report Consumer publishes such a record in its DNS if it wishes to receive reports for other domains.¶
A Report Consumer that is willing to receive reports for any domain
can use a wildcard DNS record. For example, a TXT resource record at
"*
If the Report Consumer is overcome by volume, it can simply remove the confirming DNS record. However, due to positive caching, the change could take as long as the Time to Live (TTL) on the record to go into effect.¶
If the DNS query length is excessively long (Step 4 above), the Domain Owner may need to consider using a shorter domain name or coordinate with another party that may allow for a shorter DNS label.¶
5. Extensible Reporting
DMARC reports allow for some extensibility, as defined by future
documents that utilize DMARC as a foundation. These extensions
MUST be properly formatted XML and meant to exist within the structure
of a DMARC report. Two positions of type "<any>" are provided in the
existing DMARC structure: one at file level in an "<extension>" element
after "<policy
At file level:¶
Within the "record" element:¶
Here "arc-override" and "arc-results" are hypothetical element names defined in the extension's namespace.¶
Extension elements are optional. Any number of extensions is allowed. If a processor is unable to handle an extension in a report, it SHOULD ignore the data and continue to the next extension.¶
6. IANA Considerations
This document uses URNs to describe XML namespaces and XML schemas conforming to a registry mechanism described in [RFC3688]. Two URI assignments have been registered by the IANA.¶
6.1. Registration for the DMARC Namespace
IANA has registered the following URI in the "ns" registry within the "IETF XML Registry" group:¶
6.2. Registration for the DMARC XML Schema
IANA has registered the following URI in the "schema" registry within the "IETF XML Registry" group:¶
- URI:
- urn
:ietf :params :xml :schema :dmarc -2 .0¶ - Registrant Contact:
- The IESG (iesg@ietf.org)¶
- XML:
- See the DMARC XML schema [W3C
.REC ] [W3C-xmlschema -1 .REC ] in Appendix A of this document.¶-xmlschema -2
7. Privacy Considerations
This section discusses exposure related to DMARC aggregate reporting.¶
7.1. Report Recipients
A DMARC Policy Record can specify that reports should be sent to an intermediary operating on behalf of the Domain Owner. This is done when the Domain Owner contracts with an entity to monitor mail streams for abuse and performance issues. Receipt by third parties of such data may or may not be permitted by the Mail Receiver's privacy policy, terms of use, or other similar governing document. Domain Owners and Mail Receivers should both review and understand if their own internal policies constrain the use and transmission of DMARC reporting.¶
Some potential exists for report recipients to perform traffic analysis, making it possible to obtain metadata about the Receiver's traffic. In addition to verifying compliance with policies, Receivers need to consider that before sending reports to a third party.¶
7.2. Data Contained Within Reports
Aggregate feedback reports contain aggregated data relating to messages purportedly originating from the Domain Owner. The data does not contain any identifying characteristics about individual users. No personal information such as individual mail addresses, IP addresses of individuals, or the content of any messages is included in reports.¶
Mail Receivers should have no concerns in sending reports, as they do not contain personal information. In all cases, the data within the reports relates to the domain-level authentication information provided by mail servers sending messages on behalf of the Domain Owner. This information is necessary to assist Domain Owners in implementing and maintaining DMARC.¶
Domain Owners should have no concerns in receiving reports, as they do not contain personal information. The reports only contain aggregated data related to the domain-level authentication details of messages claiming to originate from their domain. This information is essential for the proper implementation and operation of DMARC. Domain Owners who are unable to receive reports for organizational reasons can choose to exclusively direct the reports to an external processor.¶
7.3. Feedback Leakage
Providing feedback reporting to Public Suffix Operators (PSOs) for a Public Suffix Domain (PSD) [RFC9989] can, in some cases, cause information to leak out of an organization to the PSO. This leakage could potentially be utilized as part of a program of pervasive surveillance (see [RFC7624]). There are roughly three cases to consider:¶
- Single Organization PSDs (e.g., ".mil"):
- Aggregate reports based on PSD DMARC have the potential to contain information about mail related to entities managed by the organization. Since both the PSO and the Organizational Domain Owners are common, there is no additional privacy risk for either normal or non-existent domain reporting due to PSD DMARC.¶
- Multi
-organization PSDs requiring DMARC usage (e.g., ".bank"): - Aggregate reports based on PSD DMARC will only be generated for domains that do not publish a DMARC Policy Record at the Organizational Domain or host level. For domains that do publish the required DMARC Policy Records, the feedback reporting addresses of the Organizational Domain (or hosts) will be used. The only direct risk of feedback leakage for these PSDs are for Organizational Domains that are out of compliance with PSD policy. Data on non-existent domains would be sent to the PSO.¶
- Multi
-organization PSDs not requiring DMARC usage (e.g., ".com"): - Privacy risks for Organizational Domains that have not deployed DMARC within such PSDs can be significant. For non-DMARC Organizational Domains, all DMARC feedback will be directed to the PSO if that PSO itself has a DMARC Policy Record that specifies a "rua" tag. Any non-DMARC Organizational Domain would have its feedback reports redirected to the PSO. The content of such reports, particularly for existing domains, is privacy sensitive.¶
PSOs will receive feedback on non-existent domains, which may be similar to existing Organizational Domains. Feedback related to such domains have a small risk of carrying information related to an actual Organizational Domain. To minimize this potential concern, PSD DMARC feedback MUST be limited to aggregate reports. Failure reports carry more detailed information and present a greater risk.¶
8. Security Considerations
While reviewing this document and its security considerations, it is ideal that the reader also review the Privacy Considerations section above, as well as the privacy considerations and security considerations in Sections 10 and 11 of [RFC9989].¶
8.1. Report Content as an Attack
Aggregate reports are supposed to be processed automatically. An attacker might attempt to compromise the integrity or availability of the report processor by sending malformed reports. In particular, the archive decompressor and XML parser are at risk to resource exhaustion attacks (zip bomb or XML bomb).¶
8.2. False Information
The data contained within aggregate reports may be forged. An attacker might attempt to interfere with or influence policy decisions by submitting false reports in large volume. The attacker could also be attempting to influence platform architecture decisions. A volume-based attack may also impact the ability for a Report Receiver to accept reports from other entities.¶
8.3. Disclosure of Filtering Information
While not specified in this document itself, the availability of extensions
could enable the report generator to disclose information about message
placement
9. Operational Considerations
9.2. Report Evaluation
As noted above, if a report does not match the specified format, the evaluator will likely find the contents to be in question. Alternately, the evaluator may decide to sideline those reports so they can more easily collaborate with the report generator to identify where the issues are happening.¶
It's quite likely that the data contained within the reports will be extracted and stored in a system that allows for easy reporting, dashboarding, and/or monitoring. The XML reports themselves are not human readable in bulk, and a system such as the above may aid the Domain Owner with identifying issues.¶
9.3. Report Storage
Once a report is accepted and properly parsed by the report evaluator, it is entirely up to that evaluator as to what they wish to do with the XML documents. For some domains, the quantity of reports could be fairly high, or the size of the reports themselves could be large. Once the data from the reports has been extracted and indexed, the reports seemingly have little value in most situations.¶
10. References
10.1. Normative References
- [RFC1952]
-
Deutsch, P., "GZIP file format specification version 4.3", RFC 1952, DOI 10
.17487 , , <https:///RFC1952 www >..rfc -editor .org /info /rfc1952 - [RFC2045]
-
Freed, N. and N. Borenstein, "Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies", RFC 2045, DOI 10
.17487 , , <https:///RFC2045 www >..rfc -editor .org /info /rfc2045 - [RFC2119]
-
Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10
.17487 , , <https:///RFC2119 www >..rfc -editor .org /info /rfc2119 - [RFC3688]
-
Mealling, M., "The IETF XML Registry", BCP 81, RFC 3688, DOI 10
.17487 , , <https:///RFC3688 www >..rfc -editor .org /info /rfc3688 - [RFC3986]
-
Berners-Lee, T., Fielding, R., and L. Masinter, "Uniform Resource Identifier (URI): Generic Syntax", STD 66, RFC 3986, DOI 10
.17487 , , <https:///RFC3986 www >..rfc -editor .org /info /rfc3986 - [RFC5234]
-
Crocker, D., Ed. and P. Overell, "Augmented BNF for Syntax Specifications: ABNF", STD 68, RFC 5234, DOI 10
.17487 , , <https:///RFC5234 www >..rfc -editor .org /info /rfc5234 - [RFC5321]
-
Klensin, J., "Simple Mail Transfer Protocol", RFC 5321, DOI 10
.17487 , , <https:///RFC5321 www >..rfc -editor .org /info /rfc5321 - [RFC5322]
-
Resnick, P., Ed., "Internet Message Format", RFC 5322, DOI 10
.17487 , , <https:///RFC5322 www >..rfc -editor .org /info /rfc5322 - [RFC5890]
-
Klensin, J., "Internationaliz
ed Domain Names for Applications (IDNA): Definitions and Document Framework" , RFC 5890, DOI 10.17487 , , <https:///RFC5890 www >..rfc -editor .org /info /rfc5890 - [RFC6376]
-
Crocker, D., Ed., Hansen, T., Ed., and M. Kucherawy, Ed., "DomainKeys Identified Mail (DKIM) Signatures", STD 76, RFC 6376, DOI 10
.17487 , , <https:///RFC6376 www >..rfc -editor .org /info /rfc6376 - [RFC6713]
-
Levine, J., "The 'application
/zlib' and 'application , RFC 6713, DOI 10/gzip' Media Types" .17487 , , <https:///RFC6713 www >..rfc -editor .org /info /rfc6713 - [RFC7208]
-
Kitterman, S., "Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1", RFC 7208, DOI 10
.17487 , , <https:///RFC7208 www >..rfc -editor .org /info /rfc7208 - [RFC7405]
-
Kyzivat, P., "Case-Sensitive String Support in ABNF", RFC 7405, DOI 10
.17487 , , <https:///RFC7405 www >..rfc -editor .org /info /rfc7405 - [RFC7489]
-
Kucherawy, M., Ed. and E. Zwicky, Ed., "Domain-based Message Authentication, Reporting, and Conformance (DMARC)", RFC 7489, DOI 10
.17487 , , <https:///RFC7489 www >..rfc -editor .org /info /rfc7489 - [RFC8174]
-
Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words", BCP 14, RFC 8174, DOI 10
.17487 , , <https:///RFC8174 www >..rfc -editor .org /info /rfc8174 - [RFC8601]
-
Kucherawy, M., "Message Header Field for Indicating Message Authentication Status", RFC 8601, DOI 10
.17487 , , <https:///RFC8601 www >..rfc -editor .org /info /rfc8601 - [RFC9989]
-
Herr, T., Ed. and J. Levine, Ed., "Domain-Based Message Authentication, Reporting, and Conformance (DMARC)", RFC 9989, DOI 10
.17487 , , <https:///RFC9989 www >..rfc -editor .org /info /rfc9989 - [W3C
.REC -xmlschema -1] -
Thompson, H. S., Ed., Beech, D., Ed., Maloney, M., Ed., and N. Mendelsohn, Ed., "XML Schema Part 1: Structures Second Edition", W3C Recommendation, , <https://
www >. Latest version available at https://.w3 .org /TR /2004 /REC -xmlschema -1 -20041028 / www ..w3 .org /TR /xmlschema -1 / - [W3C
.REC -xmlschema -2] -
Biron, P. V., Ed. and A. Malhotra, Ed., "XML Schema Part 2: Datatypes Second Edition", W3C Recommendation, , <https://
www >. Latest version available at https://.w3 .org /TR /2004 /REC -xmlschema -2 -20041028 / www ..w3 .org /TR /xmlschema -2 /
10.2. Informative References
- [RFC5598]
-
Crocker, D., "Internet Mail Architecture", RFC 5598, DOI 10
.17487 , , <https:///RFC5598 www >..rfc -editor .org /info /rfc5598 - [RFC7624]
-
Barnes, R., Schneier, B., Jennings, C., Hardie, T., Trammell, B., Huitema, C., and D. Borkmann, "Confidentiality in the Face of Pervasive Surveillance: A Threat Model and Problem Statement", RFC 7624, DOI 10
.17487 , , <https:///RFC7624 www >..rfc -editor .org /info /rfc7624 - [RFC9562]
-
Davis, K., Peabody, B., and P. Leach, "Universally Unique IDentifiers (UUIDs)", RFC 9562, DOI 10
.17487 , , <https:///RFC9562 www >..rfc -editor .org /info /rfc9562 - [RFC9991]
-
Jones, S., Ed. and A. Vesely, Ed., "Domain-Based Message Authentication, Reporting, and Conformance (DMARC) Failure Reporting", RFC 9991, DOI 10
.17487 , , <https:///RFC9991 www >..rfc -editor .org /info /rfc9991
Appendix C. Differences from RFC 7489
Here is a bulleted list of some of the more noticeable
Furthermore, the original DMARC specification was contained within a single document: [RFC7489]. The original document has been split into three documents: [RFC9989], this document, and [RFC9991]. This allows these pieces to potentially be altered in the future without re-opening the entire document, as well as allowing them to move through the IETF process independently.¶
Acknowledgements
Many thanks are deserved to those that helped create this document. Much of the content was created from [RFC7489] and has now been updated to be more clear and correct some outstanding issues. The IETF DMARC Working Group has spent much time working to finalize this effort, and significant contributions were made by Seth Blank, Todd Herr, Steve Jones, Scott Kitterman, Murray S. Kucherawy, Daniel Kvål, Barry Leiba, John Levine, Martijn van der Lee, Alessandro Veseley, and Matthäus Wander.¶