happyDeliver/internal/analyzer
2025-10-18 12:26:51 +07:00
..
authentication.go Implement authentication header analysis (DKIM, DMARC, SPF) 2025-10-18 12:26:51 +07:00
dns.go Build DNS validation module (MX, SPF, DKIM, DMARC records) 2025-10-18 12:26:51 +07:00
dns_test.go Build DNS validation module (MX, SPF, DKIM, DMARC records) 2025-10-18 12:26:51 +07:00
parser.go Implement authentication header analysis (DKIM, DMARC, SPF) 2025-10-18 12:26:51 +07:00
parser_test.go Implement authentication header analysis (DKIM, DMARC, SPF) 2025-10-18 12:26:51 +07:00
rbl.go Implement RBL (DNS blacklist) checker 2025-10-18 12:26:51 +07:00
rbl_test.go Implement RBL (DNS blacklist) checker 2025-10-18 12:26:51 +07:00
spamassassin.go Implement SpamAssassin score extraction and parsing 2025-10-18 12:26:51 +07:00
spamassassin_test.go Implement SpamAssassin score extraction and parsing 2025-10-18 12:26:51 +07:00