This commit is contained in:
Mariusz B. / mgeeky 2022-03-30 16:28:05 +02:00
parent 09938b2bf3
commit 56f3289d8c
1 changed files with 12 additions and 1 deletions

View File

@ -353,7 +353,6 @@ C:\> py decode-spam-headers.py -l tests
32 - MS Defender ATP Message Properties
33 - Message Feedback Loop
34 - End-to-End Latency - Message Delivery Time
35 - X-MS-Oob-TLC-OOBClassifiers
36 - X-IP-Spam-Verdict
37 - X-Amp-Result
38 - X-IronPort-RemoteIP
@ -421,9 +420,21 @@ C:\> py decode-spam-headers.py -l tests
100 - EOP - Bypass Focused Inbox
101 - EOP - Enhanced Filtering - SkipListedInternetSender
102 - EOP - Enhanced Filtering - ExternalOriginalInternetSender
103 - Cloudmark Analysis
104 - The Real Sender - via Authenticated-Sender
```
### HTML Report
In order to generate HTML report - use the following parameters:
```
PS> py decode-spam-headers.py headers.txt -f html -o report.html
```
### Sample run
Sample run (output structure and contents come from an outdated version of the script):