From 1a9c20c0e1f1e4cd9f8112323949f31e6c6bf8ef Mon Sep 17 00:00:00 2001 From: Riley <84996070+boolean44-repos@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:33:06 -0400 Subject: [PATCH 1/3] Update mail.boolean44.json --- domains/mail.boolean44.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/mail.boolean44.json b/domains/mail.boolean44.json index 037ce5ceb..53ac22f27 100644 --- a/domains/mail.boolean44.json +++ b/domains/mail.boolean44.json @@ -4,6 +4,7 @@ "email": "serenitypalmer10@gmail.com" }, "record": { - "MX": ["mx1.improvmx.com"] + "MX": ["mx1.improvmx.com", "mx2.improvmx.com."], + "TXT": {"v=spf1 include:spf.improvmx.com ~all"} } } From dec141b6edc7dfcb02722cac2afa8a468c2455e2 Mon Sep 17 00:00:00 2001 From: Riley <84996070+boolean44-repos@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:34:42 -0400 Subject: [PATCH 2/3] Update mail.boolean44.json --- domains/mail.boolean44.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mail.boolean44.json b/domains/mail.boolean44.json index 53ac22f27..c3985eaf2 100644 --- a/domains/mail.boolean44.json +++ b/domains/mail.boolean44.json @@ -4,7 +4,7 @@ "email": "serenitypalmer10@gmail.com" }, "record": { - "MX": ["mx1.improvmx.com", "mx2.improvmx.com."], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": {"v=spf1 include:spf.improvmx.com ~all"} } } From 1743145f1e5cc8af253e7b9bf89370a3f2e40d71 Mon Sep 17 00:00:00 2001 From: Riley <84996070+boolean44-repos@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:40:23 -0400 Subject: [PATCH 3/3] Update mail.boolean44.json --- domains/mail.boolean44.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mail.boolean44.json b/domains/mail.boolean44.json index c3985eaf2..87119aae9 100644 --- a/domains/mail.boolean44.json +++ b/domains/mail.boolean44.json @@ -5,6 +5,6 @@ }, "record": { "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": {"v=spf1 include:spf.improvmx.com ~all"} + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] } }