[Exchange Server] Add conditional override when from address differs from sender address & minor enhancements - #11002
Merged
Conversation
🚀 Benchmarks reportTo see the full report comment with |
|
💚 Build Succeeded
|
SimonKoetting
marked this pull request as ready for review
September 4, 2024 15:13
|
Pinging @elastic/sec-windows-platform (Team:Security-Windows Platform) |
marc-gr
approved these changes
Sep 5, 2024
|
Package microsoft_exchange_server - 1.1.0 containing this change is available at https://epr.elastic.co/search?package=microsoft_exchange_server |
harnish-crest-data
pushed a commit
to chavdaharnish/integrations
that referenced
this pull request
Feb 4, 2025
…from sender address & minor enhancements (elastic#11002) * change mustache set to copy_from * add conditional deletion of event.original * change email.local_id to be generated from network-message-id * add conditional override of originalfrom address * prepare PR
harnish-crest-data
pushed a commit
to chavdaharnish/integrations
that referenced
this pull request
Feb 5, 2025
…from sender address & minor enhancements (elastic#11002) * change mustache set to copy_from * add conditional deletion of event.original * change email.local_id to be generated from network-message-id * add conditional override of originalfrom address * prepare PR
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


[Exchange Server] Add conditional override when from address differs from sender address & minor enhancements
Minor enhancements:
switched to copy_from instead of using {{{}}} in set
tag preserve_original_event where ignored so far
adjust email.local_id to use network-message-id, as this is a unique ID and ECS requires a unique ID
Modifying email.from.address in case header includes a different mail then was used (e.g. ticket system sending on behalf of a user)