Merge pull request #39 from MattKeeley/breakdevred-bug-fix-2

Update from subdomain to any domain after tests.
This commit is contained in:
Matt Keeley
2025-09-20 10:58:35 -07:00
committed by GitHub
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":