Skip to content

[FEATURE] Add Email Sender Reputation Scoring #992

Description

@Aharshi3614

Problem Statement

The system treats all senders equally, without considering sender reputation. A known malicious sender should trigger immediate spam classification, while trusted senders should have lower spam scores.

Proposed Solution

Implement a sender reputation system that tracks email addresses and domains:

Each sender starts with neutral score (50)

Positive feedback (marking as ham) increases score

Negative feedback (marking as spam) decreases score

Suspicious patterns (spoofing, mismatch) decrease score

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions