Commit graph

31 commits

Author SHA1 Message Date
f1b9ac1e27 Fix spamassassin report details
Some checks are pending
continuous-integration/drone/push Build is running
2025-10-20 09:27:42 +07:00
fedb80f7d4 Expose analyzer 2025-10-20 07:40:52 +07:00
01569d1b21 Refactor authentication.go 2025-10-19 18:39:21 +07:00
78c070cdcf Implement ARC header check 2025-10-19 18:26:37 +07:00
74866d210c Implement BIMI checks 2025-10-19 18:11:23 +07:00
35ff54b2e1 go mod tidy
All checks were successful
continuous-integration/drone/push Build is passing
2025-10-19 16:42:34 +07:00
fd5054f886 Update module golang.org/x/net to v0.46.0 2025-10-19 16:42:34 +07:00
50b72bb492 Add an auto-cleanup worker 2025-10-19 16:42:34 +07:00
19d9c6c859 Update dependency @hey-api/openapi-ts to v0.85.2 2025-10-19 16:42:34 +07:00
37babf1ad6 Add CI/CD 2025-10-19 16:42:34 +07:00
aa0d571d77 Add an auto-cleanup worker 2025-10-19 16:42:34 +07:00
6dce13cf51 Update dependency @hey-api/openapi-ts to v0.85.2 2025-10-19 16:42:34 +07:00
d178c1c440 Update module github.com/quic-go/quic-go to v0.54.1 [SECURITY] 2025-10-19 16:42:34 +07:00
f327733009 Add renovate.json 2025-10-19 16:42:34 +07:00
9d80e5e401 Create test on email arrival 2025-10-19 16:42:34 +07:00
7049e2d012 Add LMTP server 2025-10-19 16:42:34 +07:00
ef433bfbe5 Refactor main.go 2025-10-19 16:42:34 +07:00
54ad0e1151 Implement web ui 2025-10-19 16:42:34 +07:00
b96af8349d Web UI setup 2025-10-19 16:42:34 +07:00
4f0d0a7e83 Add AIO Dockerfile 2025-10-19 16:42:34 +07:00
7161eaaafd Glue things together 2025-10-19 15:47:38 +07:00
449a8a2c67 Handle config, parse flags 2025-10-19 15:47:38 +07:00
338a07a577 Build report generation system with JSON output 2025-10-18 12:26:51 +07:00
900c951f8f Implement deliverability scoring algorithm with weighted factors 2025-10-18 12:26:51 +07:00
b26e56d4af Create content analysis module (HTML parsing, link validation) 2025-10-18 12:26:51 +07:00
8f53e5a8a5 Implement RBL (DNS blacklist) checker 2025-10-18 12:26:51 +07:00
505cbae9af Build DNS validation module (MX, SPF, DKIM, DMARC records) 2025-10-18 12:26:51 +07:00
98d1ae135d Implement SpamAssassin score extraction and parsing
- Parses common SpamAssassin headers (X-Spam-Status, X-Spam-Score, X-Spam-Report, etc.)
- Extracts spam score, threshold, and triggered tests
- Implements scoring algorithm (0-2 points) based on:
  - Score ≤ 0: 2.0 points (excellent)
  - Score < threshold: 1.5-2.0 points (good)
  - Score < 2× threshold: 1.0 point (borderline)
  - Score < 3× threshold: 0.5 points (poor)
  - Score ≥ 3× threshold: 0.0 points (spam)
- Generates detailed checks for significant spam tests (score > 1.0)
- Provides actionable advice based on severity levels
2025-10-18 12:26:51 +07:00
9ae0bc21b7 Implement authentication header analysis (DKIM, DMARC, SPF) 2025-10-18 12:26:51 +07:00
de23ae3e82 Create OpenAPI specs 2025-10-18 12:26:51 +07:00
ce32953c25 Initial commit 2025-10-17 15:25:29 +07:00