Changes between Version 1 and Version 2 of faq/email/add-dmarc-record


Ignore:
Timestamp:
Apr 22, 2023, 6:31:57 AM (2 years ago)
Author:
Enrique Rosas
Comment:

Adjustment to the record sintax. The previous one failed in several DMARC checkers.

Legend:

Unmodified
Added
Removed
Modified
  • faq/email/add-dmarc-record

    v1 v2  
    2323The 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.
    2424
    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`.
     25You 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`.
    2626
    2727For more options, please see the [https://tools.ietf.org/html/rfc7489#page-17 General Record Format] of the spec.