mirror of
https://github.com/MattKeeley/Spoofy.git
synced 2026-02-03 13:33:24 +00:00
issue 26 fix
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user