issue 26 fix

This commit is contained in:
Matt Keeley
2024-08-12 11:35:16 -07:00
parent 4094b7d60b
commit a63504f5c9

View File

@@ -30,6 +30,8 @@ class Spoofing:
elif self.spf_record is None:
if self.p is None:
return 0
elif self.p == "none":
return 4
else:
return 8
elif self.spf_dns_queries > 10 and self.p is None: