We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
6.2.43b.2 or earlier.
Any.
If a domain example.org has these DNS RRs:
example.org
_dmarc.example.org. IN TXT "v=DMARC1; p=reject" _dmarc.sub.example.org. IN TXT "v=DMARC1; p=quarantine"
mail receiver should interpret them as:
reject
user@example.org
quarantine
user@sub.example.org
user@other.example.org
And, sp tag should be supported along with p tag (See also RFC7489).
sp
p
Sympa's DMARC protection behaves as:
dmarc_reject
dmarc_quarantine
And, sp tag is never recognized.
The text was updated successfully, but these errors were encountered:
Merge pull request #655 from ikedas/dmarc-subdomain by ikedas
f8dd33c
DMARC protection: "p" tag is not applied to subdomains #654
Successfully merging a pull request may close this issue.
Version
6.2.43b.2 or earlier.
Installation method
Any.
Expected behavior
If a domain
example.org
has these DNS RRs:mail receiver should interpret them as:
reject
policy is applied touser@example.org
.quarantine
policy is applied touser@sub.example.org
.reject
policy is applied to other subdomains e.g.user@other.example.org
.And,
sp
tag should be supported along withp
tag (See also RFC7489).Actual behavior
Sympa's DMARC protection behaves as:
dmarc_reject
option matches againstuser@example.org
.dmarc_quarantine
option matches againstuser@sub.example.org
.user@other.example.org
.And,
sp
tag is never recognized.The text was updated successfully, but these errors were encountered: