Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ajnasz/dmarc-parser
- Owner: Ajnasz
- License: mit
- Created: 2017-09-11T17:03:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-16T06:48:38.000Z (over 3 years ago)
- Last Synced: 2024-06-20T02:12:41.438Z (6 months ago)
- Topics: dmarc, dmarc-parser, dmarc-reports
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```