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

Show SPF, DMARC (and DANE) results in addition to DKIM results #1820

Open
fw23git opened this issue Oct 22, 2024 · 1 comment
Open

Show SPF, DMARC (and DANE) results in addition to DKIM results #1820

fw23git opened this issue Oct 22, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@fw23git
Copy link

fw23git commented Oct 22, 2024

Is your feature request related to a problem? Please describe.
Currently only DKIM status is shown.

Describe the solution you'd like
Please also show SPF, DMARC (and DANE) results.

Describe alternatives you've considered
Looking at the headers manually.

@the-djmaze the-djmaze added the enhancement New feature or request label Oct 27, 2024
@the-djmaze
Copy link
Owner

When fetching a message, it already returns:

{
  "spf": [
    [
      "pass",
      "[email protected]",
      "spf=pass (ORIGINATING: domain of [email protected] designates 2607:f8b0:4864:20::84a as permitted sender) [email protected]"
    ]
  ],
  "dkim": [
    [
      "pass",
      "google.com",
      "dkim=pass header.d=google.com header.s=20230601 header.b=0YPqBjKW"
    ]
  ],
  "dmarc": [
    [
      "pass",
      "google.com",
      "dmarc=pass (policy=reject) header.from=google.com"
    ]
  ]
}

So adding those in the view should be possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants