Skip to content

Commit

Permalink
fix(Mimecast): fix issue on email.from.address
Browse files Browse the repository at this point in the history
  • Loading branch information
squioc committed Jan 9, 2025
1 parent 6021049 commit 6454e75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
4 changes: 0 additions & 4 deletions Mimecast/mimecast-email-security/ingest/parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ stages:

email.message_id: "{{parse_event.message.messageId.lstrip('<').rstrip('>')}}"
email.subject: "{{parse_event.message.subject}}"
email.from.address:
[
"{{parse_event.message.senderEnvelope or parse_event.message.senderHeader}}",
]

mimecast.siem.rejection.code: "{{parse_event.message.rejectionCode}}"
mimecast.siem.rejection.info: "{{parse_event.message.rejectionInfo}}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,7 @@
"name": "tpsreport.docx"
}
}
],
"from": {
"address": [
"null"
]
}
]
},
"mimecast": {
"siem": {
Expand Down

0 comments on commit 6454e75

Please sign in to comment.