From 56eee4f39d80f746e8d3b0e6b65bfb4151226843 Mon Sep 17 00:00:00 2001 From: mgeeky Date: Thu, 4 Nov 2021 15:40:45 +0100 Subject: [PATCH] updates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbac051..1867dd4 100644 --- a/README.md +++ b/README.md @@ -654,7 +654,7 @@ ANALYSIS: - HTML formatted output (when used with colors) is not working at the moment. Need to rewrite loggic that translates ANSI colors into HTML colors. - `getOffice365TenantNameById(tenantID)` method is not yet finished, I know of a few ways to map Office365 Tenant GUID into Tenant Name but couldn't yet establish a stable way to do so. - +- `Authentication-Results` header is not yet completely parsed - gotta include `reason` processing and other fields according to [Microsoft documentation](https://docs.microsoft.com/en-us/microsoft-365/security/office-365-security/anti-spam-message-headers?view=o365-worldwide) ---