From a63504f5c93af0b5d6fd9f82fa869eda4c1fbd6e Mon Sep 17 00:00:00 2001 From: Matt Keeley Date: Mon, 12 Aug 2024 11:35:16 -0700 Subject: [PATCH] issue 26 fix --- modules/spoofing.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/spoofing.py b/modules/spoofing.py index 3a4ace8..b14c751 100644 --- a/modules/spoofing.py +++ b/modules/spoofing.py @@ -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: