mirror of https://github.com/MISP/misp-objects
allow several subjects or sender for email objects
parent
3b9aaaf79d
commit
6380007b10
|
@ -57,7 +57,8 @@
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"categories": [
|
"categories": [
|
||||||
"Payload delivery"
|
"Payload delivery"
|
||||||
]
|
],
|
||||||
|
"multiple": true
|
||||||
},
|
},
|
||||||
"screenshot": {
|
"screenshot": {
|
||||||
"description": "Screenshot of email",
|
"description": "Screenshot of email",
|
||||||
|
@ -141,7 +142,8 @@
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"categories": [
|
"categories": [
|
||||||
"Payload delivery"
|
"Payload delivery"
|
||||||
]
|
],
|
||||||
|
"multiple": true
|
||||||
},
|
},
|
||||||
"return-path": {
|
"return-path": {
|
||||||
"description": "Message return path",
|
"description": "Message return path",
|
||||||
|
@ -157,7 +159,8 @@
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"categories": [
|
"categories": [
|
||||||
"Payload delivery"
|
"Payload delivery"
|
||||||
]
|
],
|
||||||
|
"multiple": true
|
||||||
},
|
},
|
||||||
"email-body": {
|
"email-body": {
|
||||||
"description": "Body of the email",
|
"description": "Body of the email",
|
||||||
|
|
Loading…
Reference in New Issue