Commit graph

9 commits

Author SHA1 Message Date
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
8a10eef2f5 Add custom logo URL configuration option
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is failing
Bug: https://github.com/happyDomain/happydeliver/issues/6
2026-01-24 21:42:42 +08:00
86ec7a6100 By default, only check the first IP against RBL, not all chain 2025-10-27 17:56:06 +07:00
faf860f4a1 New option to configure ratelimit 2025-10-26 21:42:58 +07:00
76de5f60d6 Add survey capability 2025-10-26 21:42:58 +07:00
4304784796 Add an auto-cleanup worker 2025-10-20 15:08:45 +07:00
3867fa36a2 Add LMTP server 2025-10-20 15:02:14 +07:00
449a8a2c67 Handle config, parse flags 2025-10-19 15:47:38 +07:00