mirror of https://github.com/MISP/misp-objects
add: [email] Added display name attribute for reply-to
parent
629b61fd6e
commit
9178943a75
|
@ -151,6 +151,15 @@
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
|
"reply-to-display-name": {
|
||||||
|
"categories": [
|
||||||
|
"Payload delivery"
|
||||||
|
],
|
||||||
|
"description": "Display name of the email address the reply will be sent to",
|
||||||
|
"misp-attribute": "email-dst-display-name",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
"return-path": {
|
"return-path": {
|
||||||
"categories": [
|
"categories": [
|
||||||
"Payload delivery"
|
"Payload delivery"
|
||||||
|
@ -253,5 +262,5 @@
|
||||||
"msg"
|
"msg"
|
||||||
],
|
],
|
||||||
"uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552",
|
"uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552",
|
||||||
"version": 17
|
"version": 18
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue