From b50c2712572c28237729165abb05bc76be4a57a6 Mon Sep 17 00:00:00 2001 From: Debjit Mandal <115482933+mystichronicle@users.noreply.github.com> Date: Thu, 13 Aug 2026 00:09:51 +0530 Subject: [PATCH] =?UTF-8?q?=E2=80=8B=E2=80=8B=E2=80=8Bfeat:=20add=20DMARC?= =?UTF-8?q?=20record=20to=20prevent=20outgoing=20email=20bounce=20?= =?UTF-8?q?=E2=80=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- domains/_dmarc.debjit.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/_dmarc.debjit.json diff --git a/domains/_dmarc.debjit.json b/domains/_dmarc.debjit.json new file mode 100644 index 0000000000..6465589ce3 --- /dev/null +++ b/domains/_dmarc.debjit.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "mystichronicle", + "email": "mystichronicle@gmail.com" + }, + "records": { + "TXT": [ + "v=DMARC1; p=none; rua=mailto:mystichronicle@gmail.com;" + ] + } +}