From 103fb0d6431a1d4c9222739aca4b69973bcf3ad6 Mon Sep 17 00:00:00 2001 From: Philippe PITTOLI Date: Wed, 17 Apr 2024 00:53:48 +0200 Subject: [PATCH] DMARC explanations. Still perfectible. --- src/App/Text/Explanations.purs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App/Text/Explanations.purs b/src/App/Text/Explanations.purs index f7e879d..4d06ee8 100644 --- a/src/App/Text/Explanations.purs +++ b/src/App/Text/Explanations.purs @@ -131,7 +131,8 @@ basics = HH.div_ ] , col [ expl' """ - Spam mitigation 3: Domain-based Message Authentication Reporting and Conformance (DMARC). + Spam mitigation 3: mitigate fraud (impersonators) with Domain-based Message Authentication Reporting and Conformance (DMARC). + Tell other mail servers to only accept emails from your domain which actually are coming from your domain (SPF) and sent by your mail server (DKIM). """ , expl_txt """ Last but not least, DMARC.