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 module to inspect DMARC policies #1626

Open
colin-stubbs opened this issue Aug 3, 2024 · 0 comments
Open

Add module to inspect DMARC policies #1626

colin-stubbs opened this issue Aug 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@colin-stubbs
Copy link
Contributor

colin-stubbs commented Aug 3, 2024

Description

Checks for and parses common DMARC TXT records, e.g. _dmarc.target.domain

DMARC policies may contain email addresses for reporting destinations, typically these are software processed inboxes, but they may also be to individual humans or team inboxes.

Example TXT record:

v=DMARC1; p=reject; fo=1; rua=mailto:dmarc-rua@example.com,mailto:someone@third.party; ruf=mailto:dmarc-ruf@example.com,mailto:someone@target.domain;

I have written a module to do this and will submit a PR shortly.

@colin-stubbs colin-stubbs added the enhancement New feature or request label Aug 3, 2024
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

1 participant