mirror of
https://github.com/mgeeky/decode-spam-headers.git
synced 2024-11-22 10:31:38 +01:00
Update decode-spam-headers.py
updated line 1816 indentation, otherwise the script cannot be run
This commit is contained in:
parent
c914583797
commit
eddfb5516f
@ -1813,7 +1813,7 @@ class SMTPHeadersAnalysis:
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def gethostbyname(name, important = True):
|
def gethostbyname(name, important = True):
|
||||||
name = name.lower()
|
name = name.lower()
|
||||||
if not important or options['dont_resolve'] or len(name) == 0:
|
if not important or options['dont_resolve'] or len(name) == 0:
|
||||||
return ''
|
return ''
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user