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

Description

DMARC implementation in OCaml

Published: 29 Nov 2025

README

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.

Dependencies (10)

  1. dns >= "6.1.3"
  2. uri >= "4.2.0"
  3. lwt >= "5.4.2"
  4. dune >= "2.9.0"
  5. logs >= "0.7.0"
  6. public-suffix
  7. dkim >= "0.9.0"
  8. uspf >= "0.2.0"
  9. mrmime >= "0.5.0"
  10. ocaml >= "4.08.0"

Dev Dependencies (1)

  1. alcotest >= "1.4.0" & with-test

Conflicts

None