Merge pull request #337 from samitainio/patch-2

add: [email] Added display name attribute for reply-to
pull/339/head
Alexandre Dulaunoy 2021-11-26 22:45:35 +01:00 committed by GitHub
commit 3efc8a210a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 1 deletions

View File

@ -151,6 +151,15 @@
"multiple": true,
"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": {
"categories": [
"Payload delivery"
@ -253,5 +262,5 @@
"msg"
],
"uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552",
"version": 17
"version": 18
}