https://github.com/ericdaugherty/dmarc
DMARC Report Processing Tool
https://github.com/ericdaugherty/dmarc
dmarc-reports go
Last synced: 5 months ago
JSON representation
DMARC Report Processing Tool
- Host: GitHub
- URL: https://github.com/ericdaugherty/dmarc
- Owner: ericdaugherty
- License: mit
- Created: 2020-04-22T21:56:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T00:50:53.000Z (about 4 years ago)
- Last Synced: 2024-06-20T16:54:15.493Z (about 2 years ago)
- Topics: dmarc-reports, go
- Language: Go
- Size: 43.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DMARC Report Processor
[](./LICENSE)
This is a simple DMARC Report processor. It consists of multiple modules:
## Inbound
The inbound module (in /inbound) contains an AWS Lamdba function that processes inbound DMARC report emails and checks for issues. See the [Inbound README](./inbound) for details.
## Web
The web module (in /web) contains an AWS Lamdba function that serves HTML reports on the processed DMARC reports. See the [Web README](./web) for details