Script that takes as input an email saved in msg (Outlook) format and does security checks on it. Currently the following are checked: 1. SPF header 2. DKIM header 3. Sender email address
Find a file
2025-05-03 23:26:22 +02:00
.idea Add functions to get and parse SPF records 2025-05-03 23:26:22 +02:00
.gitignore Initial commit 2025-05-03 18:11:21 +00:00
LICENSE Initial commit 2025-05-03 18:11:21 +00:00
README.md Initial commit 2025-05-03 18:11:21 +00:00

pymsgcheck

Script that takes as input an email saved in msg (Outlook) format and does security checks on it. Currently the following are checked:

  1. SPF header
  2. DKIM header
  3. Sender email address