From 38d309a554d34ec44d5602c273476aabd1893003 Mon Sep 17 00:00:00 2001 From: daragh Date: Fri, 20 Oct 2023 00:32:56 +0100 Subject: [PATCH] nix fmt --- applications/email.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/email.nix b/applications/email.nix index 0d50c4b..820aee0 100644 --- a/applications/email.nix +++ b/applications/email.nix @@ -145,12 +145,12 @@ in { { record = "_dmarc.${cfg.domain}."; r_type = "TXT"; - # p : quarantine => sends to spam, reject => never sent + # p : quarantine => sends to spam, reject => never sent # rua : mail that receives reports about DMARC activity # pct : percentage of unathenticated messages that DMARC stops # adkim : alignment policy for DKIM, s => Strict, subdomains arent allowed, r => relaxed, subdomains allowed # aspf : alignment policy for SPF, s => Strict, subdomains arent allowed, r => relaxed, subdomains allowed - # sp : DMARC policy for subdomains, none => no action, reports to rua, quarantine => spam, reject => never sent + # sp : DMARC policy for subdomains, none => no action, reports to rua, quarantine => spam, reject => never sent value = ''"v=DMARC1; p=quarantine; rua=mailto:mailman@skynet.ie; pct=100; adkim=s; aspf=s; sp=none"''; }