mirror of https://github.com/MISP/misp-modules
parent
9f315f1728
commit
2dde6e8757
|
@ -42,7 +42,7 @@ def handler(q=False):
|
|||
# request data is always base 64 byte encoded
|
||||
data = base64.b64decode(request["data"])
|
||||
|
||||
email_object = EMailObject(pseudofile=BytesIO(data), attach_original_mail=True, standalone=False)
|
||||
email_object = EMailObject(pseudofile=BytesIO(data), attach_original_email=True, standalone=False)
|
||||
|
||||
# Check if we were given a configuration
|
||||
config = request.get("config", {})
|
||||
|
|
Loading…
Reference in New Issue