..
analyzer.go
New route to check blacklist only
2025-10-31 11:15:15 +07:00
authentication.go
Don't look at original DKIM keys headers
2025-11-03 14:58:23 +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
Split authentication.go in one file per check
2025-10-25 03:31:29 +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
Split authentication.go in one file per check
2025-10-25 03:31:29 +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
Don't look at original DKIM keys headers
2025-11-03 14:58:23 +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
Split authentication.go in one file per check
2025-10-25 03:31:29 +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
Split authentication.go in one file per check
2025-10-25 03:31:29 +07:00
authentication_spf.go
Split authentication.go in one file per check
2025-10-25 03:31:29 +07:00
authentication_spf_test.go
Split authentication.go in one file per check
2025-10-25 03:31:29 +07:00
authentication_test.go
Add x-align-form authentication test
2025-10-25 03:31:29 +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
Add x-align-form authentication test
2025-10-25 03:31:29 +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
Split authentication.go in one file per check
2025-10-25 03:31:29 +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
Refactor DNS resolution: create an interface to have multiple implementations
2025-11-17 10:15:55 +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
Split dns.go in one file per check
2025-10-25 03:31:29 +07:00
dns_dkim_test.go
Split dns.go in one file per check
2025-10-25 03:31:29 +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
Add rspamd as a second spam filter alongside SpamAssassin
2026-02-23 04:01:10 +07:00
parser_test.go
Fix tests
2025-11-17 10:31:04 +07:00
rbl.go
rbl: support informational-only RBL entries
2026-03-07 14:24:35 +07:00
rbl_test.go
By default, only check the first IP against RBL, not all chain
2025-10-27 17:56:06 +07:00
report.go
Add rspamd as a second spam filter alongside SpamAssassin
2026-02-23 04:01:10 +07:00
report_test.go
By default, only check the first IP against RBL, not all chain
2025-10-27 17:56:06 +07:00
rspamd.go
Add rspamd as a second spam filter alongside SpamAssassin
2026-02-23 04:01:10 +07:00
scoring.go
Add rspamd as a second spam filter alongside SpamAssassin
2026-02-23 04:01:10 +07:00
spamassassin.go
Add rspamd as a second spam filter alongside SpamAssassin
2026-02-23 04:01:10 +07:00
spamassassin_test.go
Start bad spam score to B
2025-10-25 03:31:29 +07:00