7d3009d7d0
Add rspamd symbol descriptions from embedded/API lookup
...
Embed rspamd-symbols.json in the binary to provide human-readable
descriptions for rspamd symbols in reports. Optionally fetch fresh
symbols from a configurable rspamd API URL (--rspamd-api-url flag),
falling back to the embedded list on error. Update the frontend to
display descriptions alongside symbol names and scores.
2026-03-26 09:51:45 +07:00
76ee50a100
Make receiver hostname configurable via --receiver-hostname flag
...
Remove the package-level global hostname from parser.go.
Adds a log warning when the last Received hop doesn't match the
expected receiver hostname.
Bug: https://github.com/happyDomain/happydeliver/issues/11
2026-03-25 12:12:08 +07:00
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
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
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
86ec7a6100
By default, only check the first IP against RBL, not all chain
2025-10-27 17:56:06 +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
30f774c1fb
Expose analyzer
2025-10-20 15:13:53 +07:00