package public-suffix

  1. Overview
  2. Docs
Public suffix of domain name suffixes in OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

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

Description

Public suffix of domain name suffixes 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 (4)

  1. dune >= "3.20.0"
  2. curl
  3. domain-name
  4. ocaml >= "4.08.0"

Dev Dependencies (2)

  1. dmarc = version & with-test
  2. alcotest >= "1.4.0" & with-test

Used by (1)

  1. dmarc

Conflicts

None