Skip to content

Commit

Permalink
issue 26 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKeeley committed Aug 12, 2024
1 parent 4094b7d commit a63504f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/spoofing.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ def is_spoofable(self):
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:
Expand Down

0 comments on commit a63504f

Please sign in to comment.