mirror of https://github.com/MISP/mail_to_misp
fix: missing variable
parent
dd0d127f8c
commit
65cd921a25
|
@ -139,6 +139,8 @@ class Mail2MISP():
|
|||
self.misp_event.publish()
|
||||
|
||||
self._find_inline_forward()
|
||||
else:
|
||||
self.clean_email_body = ''
|
||||
self._find_attached_forward()
|
||||
|
||||
def process_body_iocs(self, email_object=None):
|
||||
|
|
Loading…
Reference in New Issue