Skip to main content

A Python script that processes DMARC reports from a mailbox and gives a basic summary.

Project description

simple-dmarc-parser

simple-dmarc-parser is a basic Python script that reads the contents of an IMAP mailbox, seeks out DMARC RUA reports, downloads and parses them in aggregate to provide a basic summary of passes and failures.

Function

The script will print any DMARC reports which had a failed result, so that you can review them. A summary will also be printed at the end by default, which shows how many reports had a pass/fail result from each provider, how many pass/fail results were found for each IP address, and how many pass/fail results were found for each domain.

The summary can be disabled if you only want to see failures. See the usage section for appropriate options.

Installation

It's recommended that you install simple-dmarc-parser via pip so that it is available on the system:

pip install simple-dmarc-parser

Usage

The script reads all unread messages in the mailbox provided, so you should only use this with a dedicated DMARC RUA address. simple-dmarc-parser does not process RUF reports.

simple-dmarc-parser accepts command line arguments, a config file, or it can prompt you for the IMAP server information.

Run simple-dmarc-parser -h for command line argument options. Or, just run simple-dmarc-parser and you will be prompted for the appropriate information. Your password will not be shown as you enter it.

A config file option is recommended for any sort of automation so that your credentials aren't potentially exposed in process lists. See the example config file, place it in an appropriate location with sensible permissions, and run using simple-dmarc-parser --config /path/to/config

Use the delete messages option with caution. Messages deleted with this option are not put in a deleted folder. They are immediately removed from the IMAP server with no option for recovery.

Automatic Reports

You can use cron to run simple-dmarc-parser regularly and send you its output via email, or whatever source you can send to via the command line.

For example, the following cron entry running on your mail server will result in nightly DMARC summaries being sent by cron to the user running the job:

0 0 * * * simple-dmarc-parser --config /path/to/config

If you prefer a version that only notifies you on errors, you can use this example script. Make sure you have mailutils installed, put the script in root's home directory, and install the following cronjob as root:

0 0 * * * /root/dmarc_report.sh

The script assumes your configuration is in /etc/simple-dmarc-parser.conf (make sure silent is true), and it will send its report to the root user on the local system. If you wish to send to send the reports off-system, change "root" to a full email address.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simple-dmarc-parser-1.0.2.tar.gz (5.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

simple_dmarc_parser-1.0.2-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

Details for the file simple-dmarc-parser-1.0.2.tar.gz.

File metadata

  • Download URL: simple-dmarc-parser-1.0.2.tar.gz
  • Upload date:
  • Size: 5.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.9.0 Windows/10

File hashes

Hashes for simple-dmarc-parser-1.0.2.tar.gz
Algorithm Hash digest
SHA256 3a2434fe44e0662db5246e653940595bb7992b92a1d1b041575a689e8b6c8b96
MD5 b72d4882535e084389a81d6cb8a6b99e
BLAKE2b-256 7413207fc9a28135d41acaea4a962b9a970e498536c27ff13585727d40cd2a4f

See more details on using hashes here.

File details

Details for the file simple_dmarc_parser-1.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for simple_dmarc_parser-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 05198f80b33ff5d724d3a5b7059628fe084a6a542e306e35a08ba520d422c33d
MD5 d71170aac66694a0f0dfad0bad2bc676
BLAKE2b-256 a3134f865db3148936949907b25bdb9c1f06614d98bf76913e3835b0ac937b39

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page