mirror of
https://github.com/MattKeeley/Spoofy.git
synced 2026-02-03 13:33:24 +00:00
remove debug comments
This commit is contained in:
@@ -66,9 +66,9 @@ class Spoofing:
|
||||
if self.aspf in [
|
||||
"r",
|
||||
"s",
|
||||
]: # Adjusted here to check for aspf before returning 1
|
||||
]:
|
||||
return 8
|
||||
return 1 # Default return 1 if aspf is not r or s
|
||||
return 1
|
||||
return 8
|
||||
if self.spf_all == "?all":
|
||||
if not self.dmarc_record:
|
||||
|
||||
Reference in New Issue
Block a user