396c51974a
Extract OpenAPI schemas to separate file and move models to internal/model package
...
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
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
52f43c6bc5
Add x-align-form authentication test
2025-10-25 03:31:29 +07:00
a700db0873
Split authentication.go in one file per check
2025-10-25 03:31:29 +07:00
115da72874
Handle x-google-dkim authentication result
2025-10-25 03:31:29 +07:00
aa35ab223d
Align no DMARC authentication with on DMARC DNS record: grade C
2025-10-25 03:31:29 +07:00
c1063cb4aa
Add iprev check
2025-10-25 03:31:29 +07:00
a64b866cfa
Add grades
2025-10-24 09:56:35 +07:00
c51f8e5904
Improve authentication results
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
30f774c1fb
Expose analyzer
2025-10-20 15:13:53 +07:00