Merge pull request #2 from ScriptIdiot/patch-1

Update decode-spam-headers.py
This commit is contained in:
Mariusz Banach
2021-11-21 10:26:48 -04:00
committed by GitHub

View File

@ -1813,7 +1813,7 @@ class SMTPHeadersAnalysis:
@staticmethod
def gethostbyname(name, important = True):
name = name.lower()
name = name.lower()
if not important or options['dont_resolve'] or len(name) == 0:
return ''