From 9210b41719fa1d1a4c2646e66c7d71d8952e634b Mon Sep 17 00:00:00 2001 From: Jeremy Fleischman Date: Sat, 30 Nov 2024 16:47:51 -0600 Subject: [PATCH] Add a suggestion that people set up a separate inbox for DMARC reports --- docs/dmarc.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/dmarc.rst b/docs/dmarc.rst index a823c3a..f08b5cb 100644 --- a/docs/dmarc.rst +++ b/docs/dmarc.rst @@ -16,7 +16,8 @@ Add a ``rua`` tag +``v=DMARC1; p=none; rua=postmaster@example.com`` This instructs receiving mail servers to mail reports to -``postmaster@example.com``. +``postmaster@example.com``. Note that you may want to set up a separate mailbox +just for these autogenerated mails. If you need more detailed reports, there's a ``ruf`` tag as well.