1 changed files with
29 additions and
15 deletions
|
|
|
|
@ -1361,12 +1361,35 @@
|
|
|
|
|
"body_md5": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
"cc": {
|
|
|
|
|
"type": "array",
|
|
|
|
|
"minItems": 1,
|
|
|
|
|
"items": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"date": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
"from": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
"has_exe_url": {
|
|
|
|
|
"type": "boolean"
|
|
|
|
|
},
|
|
|
|
|
"has_ipv4_url": {
|
|
|
|
|
"type": "boolean"
|
|
|
|
|
},
|
|
|
|
|
"has_ipv6_url": {
|
|
|
|
|
"type": "boolean"
|
|
|
|
|
},
|
|
|
|
|
"received": {
|
|
|
|
|
"type": "array",
|
|
|
|
|
"minItems": 1,
|
|
|
|
|
"items": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"status": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
@ -1376,39 +1399,30 @@
|
|
|
|
|
"subject_md5": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
"x_mailer": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
"url": {
|
|
|
|
|
"to": {
|
|
|
|
|
"type": "array",
|
|
|
|
|
"minItems": 1,
|
|
|
|
|
"items": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"attachment": {
|
|
|
|
|
"url": {
|
|
|
|
|
"type": "array",
|
|
|
|
|
"minItems": 1,
|
|
|
|
|
"items": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"to": {
|
|
|
|
|
"x_mailer": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
"attachment": {
|
|
|
|
|
"type": "array",
|
|
|
|
|
"minItems": 1,
|
|
|
|
|
"items": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"has_ipv6_url": {
|
|
|
|
|
"type": "boolean"
|
|
|
|
|
},
|
|
|
|
|
"has_ipv4_url": {
|
|
|
|
|
"type": "boolean"
|
|
|
|
|
},
|
|
|
|
|
"has_exe_url": {
|
|
|
|
|
"type": "boolean"
|
|
|
|
|
},
|
|
|
|
|
"message_id": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
|