fix: update dmarc to main domain and not sub domain (#200)

This commit is contained in:
KM Koushik
2025-08-23 22:30:20 +10:00
committed by GitHub
parent 060165b449
commit 8ce5e4b2dd
3 changed files with 15 additions and 14 deletions

View File

@@ -0,0 +1,3 @@
-- Reset all dmarcAdded to false since previous verification logic was incorrect
-- DMARC should be checked on main domain, not subdomain
UPDATE "Domain" SET "dmarcAdded" = false WHERE "dmarcAdded" = true;