happyDeliver/internal
Pierre-Olivier Mercier 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
..
api Extract OpenAPI schemas to separate file and move models to internal/model package 2026-04-09 18:36:27 +07:00
app dmarc: add support for np= non-existent subdomain policy tag 2026-05-18 17:03:58 +08:00
config Add paginated test history listing with disable option 2026-04-09 18:05:06 +07:00
lmtp Prepend Return-Path header when receiving email 2025-10-23 18:09:23 +07:00
receiver Make receiver hostname configurable via --receiver-hostname flag 2026-03-25 12:12:08 +07:00
storage Extract OpenAPI schemas to separate file and move models to internal/model package 2026-04-09 18:36:27 +07:00
utils Extract OpenAPI schemas to separate file and move models to internal/model package 2026-04-09 18:36:27 +07:00
version Create a package to store the version number 2025-10-26 21:54:00 +07:00