package dmarc

  1. Overview
  2. Docs
DMARC support in OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dmarc-0.0.1.tbz
sha256=928a0fae3b890cfcadb0d26937035c97abcad8f566c6ff91a468ad9918d34db9
sha512=69e5517a2b217bd357dcd8cfe9b0e6c19dacff12d59c51acdb3e295dabb05c5e6e3b1bb59cacc54783d5007f9fda8ab3084c933996d09932fad351b95eccae72

doc/README.html

OCaml implementation of DMARC

A little library to verify incoming emails according DMARC policy. We can analyze also Authentication-Results and generate this field for an email. We don't filter emails according a DMARC policy nor be able to respond a DMARC report as a DMARC service should. The purpose of this library is primarily to analyze emails and generate an Authentication-Results field for an SMTP server.