python3 spoofy.py -d cwrt.xyz

This commit is contained in:
Matt Keeley
2025-09-20 10:57:55 -07:00
parent d5ee18239c
commit f121c7ef78
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -88,7 +88,7 @@ class Spoofing:
return 7 if self.aspf in ["r", "s"] else 0
if self.sp in ["quarantine", "reject"]:
return 2
return 2 if self.aspf in ["r", "s"] else 7
return 2 if self.aspf in ["r", "s"] else 0
if self.p in ["quarantine", "reject"]:
if self.sp == "none":