happyDeliver/pkg/analyzer
Pierre-Olivier Mercier 16b7dcb057
Some checks failed
continuous-integration/drone/push Build is failing
Incorporate DNSWL (whitelist) grade into blacklist scoring
CalculateScore now accepts a forWhitelist flag to handle whitelist
scoring logic separately. The final blacklist grade combines both
RBL and DNSWL results using MinGrade for a more accurate reputation
assessment.
2026-03-26 10:36:27 +07:00
..
analyzer.go Incorporate DNSWL (whitelist) grade into blacklist scoring 2026-03-26 10:36:27 +07:00
authentication.go Rebalance authentication score: SPF/DKIM/DMARC as core, penalties for optional results 2026-03-26 10:13:37 +07:00
authentication_arc.go Split authentication.go in one file per check 2025-10-25 03:31:29 +07:00
authentication_arc_test.go Make receiver hostname configurable via --receiver-hostname flag 2026-03-25 12:12:08 +07:00
authentication_bimi.go Split authentication.go in one file per check 2025-10-25 03:31:29 +07:00
authentication_bimi_test.go Make receiver hostname configurable via --receiver-hostname flag 2026-03-25 12:12:08 +07:00
authentication_dkim.go Don't look at original DKIM keys headers 2025-11-03 14:58:23 +07:00
authentication_dkim_test.go Make receiver hostname configurable via --receiver-hostname flag 2026-03-25 12:12:08 +07:00
authentication_dmarc.go Split authentication.go in one file per check 2025-10-25 03:31:29 +07:00
authentication_dmarc_test.go Make receiver hostname configurable via --receiver-hostname flag 2026-03-25 12:12:08 +07:00
authentication_iprev.go Split authentication.go in one file per check 2025-10-25 03:31:29 +07:00
authentication_iprev_test.go Make receiver hostname configurable via --receiver-hostname flag 2026-03-25 12:12:08 +07:00
authentication_spf.go Filter Received-SPF header by receiver hostname 2026-03-26 10:13:37 +07:00
authentication_spf_test.go Make receiver hostname configurable via --receiver-hostname flag 2026-03-25 12:12:08 +07:00
authentication_test.go Make receiver hostname configurable via --receiver-hostname flag 2026-03-25 12:12:08 +07:00
authentication_x_aligned_from.go Add x-align-form authentication test 2025-10-25 03:31:29 +07:00
authentication_x_aligned_from_test.go Make receiver hostname configurable via --receiver-hostname flag 2026-03-25 12:12:08 +07:00
authentication_x_google_dkim.go Split authentication.go in one file per check 2025-10-25 03:31:29 +07:00
authentication_x_google_dkim_test.go Make receiver hostname configurable via --receiver-hostname flag 2026-03-25 12:12:08 +07:00
content.go Add one-click unsubscribe detection and warning 2026-02-23 00:15:17 +07:00
content_test.go Add multilingual unsubscribe keywords for link detection 2026-02-23 00:15:17 +07:00
dns.go Fix DKIM headers retrieval 2026-03-26 10:13:28 +07:00
dns_bimi.go Split dns.go in one file per check 2025-10-25 03:31:29 +07:00
dns_bimi_test.go Split dns.go in one file per check 2025-10-25 03:31:29 +07:00
dns_dkim.go Parse DKIM-Signature headers directly in AnalyzeDNS 2026-03-25 12:12:08 +07:00
dns_dkim_test.go Parse DKIM-Signature headers directly in AnalyzeDNS 2026-03-25 12:12:08 +07:00
dns_dmarc.go Split dns.go in one file per check 2025-10-25 03:31:29 +07:00
dns_dmarc_test.go Split dns.go in one file per check 2025-10-25 03:31:29 +07:00
dns_fcr.go Split dns.go in one file per check 2025-10-25 03:31:29 +07:00
dns_mx.go Split dns.go in one file per check 2025-10-25 03:31:29 +07:00
dns_resolver.go Refactor DNS resolution: create an interface to have multiple implementations 2025-11-17 10:15:55 +07:00
dns_spf.go Handle RFC6652 2025-11-07 14:09:05 +07:00
dns_spf_test.go Handle RFC6652 2025-11-07 14:09:05 +07:00
dns_test.go Split dns.go in one file per check 2025-10-25 03:31:29 +07:00
headers.go Add MIME-Version recommended header check 2026-03-07 12:14:53 +07:00
headers_test.go Fix tests 2025-11-17 10:31:04 +07:00
parser.go Make receiver hostname configurable via --receiver-hostname flag 2026-03-25 12:12:08 +07:00
parser_test.go Make receiver hostname configurable via --receiver-hostname flag 2026-03-25 12:12:08 +07:00
rbl.go Incorporate DNSWL (whitelist) grade into blacklist scoring 2026-03-26 10:36:27 +07:00
rbl_test.go refactor: handle DNS whitelists 2026-03-09 12:46:16 +07:00
report.go Incorporate DNSWL (whitelist) grade into blacklist scoring 2026-03-26 10:36:27 +07:00
report_test.go Add rspamd symbol descriptions from embedded/API lookup 2026-03-26 09:51:45 +07:00
rspamd-symbols-README.md Add rspamd symbol descriptions from embedded/API lookup 2026-03-26 09:51:45 +07:00
rspamd-symbols.json Add rspamd symbol descriptions from embedded/API lookup 2026-03-26 09:51:45 +07:00
rspamd.go Add rspamd symbol descriptions from embedded/API lookup 2026-03-26 09:51:45 +07:00
rspamd_symbols.go Add rspamd symbol descriptions from embedded/API lookup 2026-03-26 09:51:45 +07:00
rspamd_test.go Add rspamd symbol descriptions from embedded/API lookup 2026-03-26 09:51:45 +07:00
scoring.go Incorporate DNSWL (whitelist) grade into blacklist scoring 2026-03-26 10:36:27 +07:00
spamassassin.go Return nil from spam analyzers when primary headers are missing 2026-03-25 12:12:08 +07:00
spamassassin_test.go Start bad spam score to B 2025-10-25 03:31:29 +07:00