Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add email SMTP envelope fields #2413

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

mjwolf
Copy link
Contributor

@mjwolf mjwolf commented Dec 7, 2024

Add fields to represent SMTP envelope values for "MAIL FROM" and "RCPT TO" values.

These values are from the SMTP transmission protocol/envelope, and may be different than what is present in email headers. This can be useful for detecting spoofing, or tracking the true recipients of email.

  • Have you signed the contributor license agreement? y
  • Have you followed the contributor guidelines? y
  • For proposing substantial changes or additions to the schema, have you reviewed the RFC process? y
  • If submitting code/script changes, have you verified all tests pass locally using make test? y
  • If submitting schema/fields updates, have you generated new artifacts by running make and committed those changes? y
  • Is your pull request against main? Unless there is a good reason otherwise, we prefer pull requests against main and will backport as needed. y
  • Have you added an entry to the CHANGELOG.next.md? y

Closes #2351

Add fields to represent SMTP envelope values for "MAIL FROM" and "RCPT TO" values.

These values are from the SMTP transmission protocol/envelope, and may be different than what is present in
email headers.  This can be useful for detecting spoofing, or tracking the true recipients of email.
@mjwolf mjwolf requested a review from a team as a code owner December 7, 2024 23:50
Copy link

github-actions bot commented Dec 7, 2024

Documentation changes preview: https://ecs_bk_2413.docs-preview.app.elstc.co/diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add email.mailfrom.address to email fields
1 participant