From 6f73019deabd04703cbac25d49b7787e2f15513d Mon Sep 17 00:00:00 2001 From: retoor Date: Sat, 4 Oct 2025 17:14:09 +0200 Subject: [PATCH] Update. --- 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 3ca6e41..9f3843f 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.