fix: update dmarc to main domain and not sub domain (#200)
This commit is contained in:
@@ -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;
|
Reference in New Issue
Block a user