From a2440b95844218c354d910f2b6c186929f5d8273 Mon Sep 17 00:00:00 2001 From: "Mariusz B. / mgeeky" Date: Sun, 17 Oct 2021 19:05:31 +0200 Subject: [PATCH] update --- phishing/README.md | 1 + phishing/decode-spam-headers.py | 1 + 2 files changed, 2 insertions(+) diff --git a/phishing/README.md b/phishing/README.md index 112c6f2..3c88017 100644 --- a/phishing/README.md +++ b/phishing/README.md @@ -32,6 +32,7 @@ - `ARC-Authentication-Results` - `X-MSFBL` - `X-Ovh-Spam-Reason` + - `X-VR-SPAMCAUSE` - `X-VR-SPAMSCORE` - and more... diff --git a/phishing/decode-spam-headers.py b/phishing/decode-spam-headers.py index 7b73872..2e61ec3 100644 --- a/phishing/decode-spam-headers.py +++ b/phishing/decode-spam-headers.py @@ -270,6 +270,7 @@ class SMTPHeadersAnalysis: 'X-MSFBL', 'X-Ovh-Spam-Reason', 'X-VR-SPAMSCORE', + 'X-VR-SPAMCAUSE', ) auth_result = {