mirror of https://github.com/MISP/PyMISP
parent
c50bbd5d1c
commit
fa95c9d84f
|
@ -269,7 +269,7 @@ class EMailObject(AbstractMISPObjectGenerator):
|
||||||
if self.encapsulated_body == body.get_content_type():
|
if self.encapsulated_body == body.get_content_type():
|
||||||
comment += " De-Encapsulated from RTF in original msg."
|
comment += " De-Encapsulated from RTF in original msg."
|
||||||
self.add_attribute("email-body",
|
self.add_attribute("email-body",
|
||||||
body.get_payload(decode=True).decode('utf8', 'surrogateescape'),
|
body.get_content(),
|
||||||
comment=comment)
|
comment=comment)
|
||||||
|
|
||||||
headers = ["{}: {}".format(k, v) for k, v in message.items()]
|
headers = ["{}: {}".format(k, v) for k, v in message.items()]
|
||||||
|
|
Loading…
Reference in New Issue