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 = {