return-path added in email object

pull/26/merge
Alexandre Dulaunoy 2017-09-25 20:37:02 +02:00
parent 1c3629ac3c
commit 140b55254a
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 11 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552",
"meta-category": "network",
"description": "Email object describing an email with meta-information",
"version": 4,
"version": 5,
"attributes": {
"reply-to": {
"description": "Email address the reply will be sent to",
@ -106,6 +106,14 @@
"Payload delivery"
]
},
"return-path": {
"description": "Message return path",
"misp-attribute": "text",
"ui-priority": 1,
"categories": [
"Payload delivery"
]
},
"from-display-name": {
"description": "Display name of the sender",
"misp-attribute": "email-src-display-name",
@ -129,6 +137,7 @@
"mime-boundary",
"thread-index",
"header",
"x-mailer"
"x-mailer",
"return-path"
]
}