Commit graph

6 commits

Author SHA1 Message Date
3161e392e8 dmarc: add support for np= non-existent subdomain policy tag
Implements parsing, scoring, CLI output, and UI display for the DMARC
np= tag (DMARCbis draft-ietf-dmarc-dmarcbis), which controls policy for
NXDOMAIN subdomains independently of sp=. The score deducts 15 points
from the base and awards them back when np= is absent (good default) or
its strength is equal to or stricter than the effective sp=/p= policy.
2026-05-18 17:03:58 +08:00
82373cdaac Redo cli_analyzer 2025-10-26 21:42:58 +07:00
d87b0cbcb0 Remove checks 2025-10-23 10:40:12 +07:00
74aee54432 Score as percentages 2025-10-21 12:52:20 +07:00
30f774c1fb Expose analyzer 2025-10-20 15:13:53 +07:00
18c2f95112 Refactor main.go 2025-10-20 15:02:14 +07:00