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.3.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.3-py3-none-any.whl (6.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: simple-dmarc-parser-1.0.3.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.3.tar.gz
Algorithm Hash digest
SHA256 d30a413bb9eff1ac55f195561bce317d2c9ccd419a9a2fe91e6eae3ee15c2cb4
MD5 c19543f9e3458fa2fcf466c57ad78dfe
BLAKE2b-256 220679a10faa6ec9a97513ea625cd77f779d64e84684359547a091abc3a3fdaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simple_dmarc_parser-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 681caa9652c3fcfeea724997804b24673c8821f199338fa74c4f5556c375c694
MD5 4000dee7e993cffc1307b8b641526133
BLAKE2b-256 70de2fa640c9cf3ef1db7921bf29740b87536939c6b6bfd02cfad749295b52df

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