Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ajnasz/dmarc-parser


https://github.com/ajnasz/dmarc-parser

dmarc dmarc-parser dmarc-reports

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# DMARC Parser

Parses Google DMARC report and reports if some tests not passed.

## Build

```
go install
```

## Usage
Read from standard input:

```
zcat google.com!example.com!123456786543!1234567876543.zip | dmarc-report
```

Read from file:

```
dmarc-report -fileName google.com!example.com!123456786543!1234567876543.xml
```