remove debug comments

This commit is contained in:
Matt Keeley
2024-10-13 16:33:29 -07:00
parent c9392a9aa9
commit 36ceed829a

View File

@@ -66,9 +66,9 @@ class Spoofing:
if self.aspf in [
"r",
"s",
]: # Adjusted here to check for aspf before returning 1
]:
return 8
return 1 # Default return 1 if aspf is not r or s
return 1
return 8
if self.spf_all == "?all":
if not self.dmarc_record: