Merge pull request #330 from samitainio/patch-1

chg: [email] add a `bcc` field, `reply-to` can be multiple
pull/332/head
Alexandre Dulaunoy 2021-10-23 10:34:36 +02:00 committed by GitHub
commit a611505428
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 1 deletions

View File

@ -9,6 +9,16 @@
"multiple": true,
"ui-priority": 0
},
"bcc": {
"categories": [
"Payload delivery"
],
"description": "Blind carbon copy",
"disable_correlation": true,
"misp-attribute": "email-dst",
"multiple": true,
"ui-priority": 1
},
"cc": {
"categories": [
"Payload delivery"
@ -120,6 +130,7 @@
],
"description": "Email address the reply will be sent to",
"misp-attribute": "email-reply-to",
"multiple": true,
"ui-priority": 1
},
"return-path": {
@ -224,5 +235,5 @@
"msg"
],
"uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552",
"version": 16
"version": 17
}