mirror of
https://github.com/MattKeeley/Spoofy.git
synced 2026-02-03 13:33:24 +00:00
python3 spoofy.py -d cwrt.xyz
This commit is contained in:
Binary file not shown.
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user