Commit graph

13 commits

Author SHA1 Message Date
396c51974a Extract OpenAPI schemas to separate file and move models to internal/model package
All checks were successful
continuous-integration/drone/push Build is passing
Split api/openapi.yaml schemas into api/schemas.yaml so structs can be
generated independently from the API server code. Models now generate
into internal/model/ via oapi-codegen, with the server referencing them
through import-mapping. Moved PtrTo helper to internal/utils and removed
storage.ReportSummary in favor of model.TestSummary.
2026-04-09 18:36:27 +07:00
2fcee1b885 Return nil from spam analyzers when primary headers are missing
Bug: https://github.com/happyDomain/happydeliver/issues/11
2026-03-25 12:12:08 +07:00
e811d02b3b Add rspamd as a second spam filter alongside SpamAssassin
Some checks are pending
continuous-integration/drone/push Build is running
Closes: #36
2026-02-23 04:01:10 +07:00
255027d00b Start bad spam score to B 2025-10-25 03:31:29 +07:00
a64b866cfa Add grades 2025-10-24 09:56:35 +07:00
e77bffb04f Improve spamassassin report 2025-10-23 18:09:23 +07:00
eb210e7bed Align spamassassin report 2025-10-23 18:09:23 +07:00
866cf2e5db Refactor spam score 2025-10-23 18:09:23 +07:00
d87b0cbcb0 Remove checks 2025-10-23 10:40:12 +07:00
74aee54432 Score as percentages 2025-10-21 12:52:20 +07:00
0ac51ac06d Use grade instead of numeral notation 2025-10-20 19:25:48 +07:00
1fa7af4c2b Fix spamassassin report details 2025-10-20 15:13:53 +07:00
30f774c1fb Expose analyzer 2025-10-20 15:13:53 +07:00
Renamed from internal/analyzer/spamassassin.go (Browse further)