mirror of
https://github.com/mgeeky/decode-spam-headers.git
synced 2025-09-07 04:12:55 +02:00
Update decode-spam-headers.py
updated line 1816 indentation, otherwise the script cannot be run
This commit is contained in:
@ -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 ''
|
||||
|
||||
|
Reference in New Issue
Block a user