From ef7a3fb399c72eda3184d6e98da34d3a28a57293 Mon Sep 17 00:00:00 2001 From: retoor Date: Sat, 4 Oct 2025 17:13:12 +0200 Subject: [PATCH] New document. --- spam_detection_heuristic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spam_detection_heuristic.md b/spam_detection_heuristic.md index 9f3843f..3ca6e41 100644 --- a/spam_detection_heuristic.md +++ b/spam_detection_heuristic.md @@ -1,4 +1,4 @@ -# Email Scam Detection Heuristic +## Email Scam Detection Heuristic This application is vibe coded based on spam data. I've had a fight with a 'hacker' and since then it bombards my repository server with fake accounts. I exported this data to AI to recognize patterns and it found some. I translated that to code with safety margin. Then, I've added tests and calculated accuracy. This is good for now.