8b6154c183
feat: add whitelist checks to IP blacklist endpoint and rename checks to blacklists
continuous-integration/drone/push Build is passing
2026-03-09 16:01:54 +07:00
27650a3496
feat: add raw report display to rspamd card
...
Add a collapsible Raw Report section to RspamdCard, storing the raw
X-Spamd-Result header value and displaying it like SpamAssassin's report.
2026-03-09 14:08:34 +07:00
2a2bfe46a8
fix: various small fixes and improvements
...
- Add 'skipped' to authentication result enum in OpenAPI spec
- Fix optional chaining on bimiResult.details check
- Add rbls field to AppConfig interface
- Restrict theme storage to valid 'light'/'dark' values only
- Fix null coalescing for blacklist result data
- Fix survey source to use domain instead of ip
2026-03-09 12:46:30 +07:00
55e9bcd3d0
refactor: handle DNS whitelists
...
Introduce a single DNSListChecker struct with flags to avoid code
duplication with already existing RBL checker.
2026-03-09 12:46:16 +07:00
e811d02b3b
Add rspamd as a second spam filter alongside SpamAssassin
...
continuous-integration/drone/push Build is running
Closes: #36
2026-02-23 04:01:10 +07:00
5b179e7b93
Domain alignment checks for DKIM
2025-11-03 14:58:48 +07:00
372c9c5153
Handle all options of x-aligned-from
2025-11-01 17:52:28 +07:00
bc6a6397ad
New route to check blacklist only
2025-10-31 11:15:15 +07:00
718b624fb8
Add domain only tests
2025-10-31 11:15:15 +07:00
164b2a98ab
DKIM result can be invalid
2025-10-30 10:31:59 +07:00
52f43c6bc5
Add x-align-form authentication test
2025-10-25 03:31:29 +07:00
115da72874
Handle x-google-dkim authentication result
2025-10-25 03:31:29 +07:00
8fe8581b78
Handle declined auth result
2025-10-25 03:31:29 +07:00
8b3ab541ba
Add a summary after score
2025-10-25 03:31:29 +07:00
c1063cb4aa
Add iprev check
2025-10-25 03:31:29 +07:00
3d03bfc4fa
Handle relaxed domain match
2025-10-25 03:31:29 +07:00
84a504d668
Add reverse lookup and forward confirmation
2025-10-25 03:31:29 +07:00
326abc0744
Detect SPF all mechanism
2025-10-25 03:28:44 +07:00
e5c678174c
Comprehensive DMARC record checks
2025-10-25 03:28:44 +07:00
5d335c6a6c
Add email-path checks
2025-10-25 03:28:44 +07:00
8ca4bed875
SPF check return-path
2025-10-24 09:56:35 +07:00
f6a1ea73a2
Check SPF include
2025-10-24 09:56:35 +07:00
a64b866cfa
Add grades
2025-10-24 09:56:35 +07:00
33d394a27b
Improve content analyzing and reporting
2025-10-23 18:09:23 +07:00
e77bffb04f
Improve spamassassin report
2025-10-23 18:09:23 +07:00
abfd1f0155
Add a score to DNS
2025-10-23 18:09:23 +07:00
ec1ab7886e
Rework DNS results
2025-10-23 10:40:12 +07:00
d87b0cbcb0
Remove checks
2025-10-23 10:40:12 +07:00
954a9d705e
Change RBL test to return map of ips
2025-10-21 14:42:18 +07:00
74aee54432
Score as percentages
2025-10-21 12:52:20 +07:00
dfc0eeb323
New route to perform a new analysis of the email
continuous-integration/drone/push Build is passing
2025-10-20 19:33:23 +07:00
0ac51ac06d
Use grade instead of numeral notation
2025-10-20 19:25:48 +07:00
849bdb53c5
Use base32 encoded UUID to reduce address size
2025-10-20 15:30:45 +07:00
8313fd7d98
Implement ARC header check
2025-10-20 15:08:45 +07:00
6097eb54c6
Implement BIMI checks
2025-10-20 15:08:45 +07:00
20f5b37e5e
Create test on email arrival
2025-10-20 15:08:44 +07:00
de23ae3e82
Create OpenAPI specs
2025-10-18 12:26:51 +07:00