Changes between Version 1 and Version 2 of faq/email/add-dmarc-record
- Timestamp:
- Apr 22, 2023, 6:31:57 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/email/add-dmarc-record
v1 v2 23 23 The above example (`v=DMARC1; p=quarantine`) represents the minimal policy you can define. And, it specifies that if a message fails the test that it should be quarantined (which means sent to the spam folder) instead of rejected. 24 24 25 You may also consider adding: `ruf:emailto:you@youremail.org` which will cause any policy failures to be emailed to you. The full version would then be: `v=DMARC1; p=quarantine; ruf:emailto:you@youremail.org`.25 You may also consider adding: `ruf:emailto:you@youremail.org` which will cause any policy failures to be emailed to you. The full version would then be: `v=DMARC1; p=quarantine; ruf=emailto:you@youremail.org`. 26 26 27 27 For more options, please see the [https://tools.ietf.org/html/rfc7489#page-17 General Record Format] of the spec.