package spf
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module SpfSource
OCaml bindings to libspf2. It is strongly recommended that a patched libspf2 with fixes sent to the SPF-devel mailing list is used instead of the current official libspf2 release (version 1.2.9).
The type of SPF server instances.
The DNS scheme to be used by SPF.
The type of SPF requests.
The type of SPF responses.
The type of SPF comments.
The type of SPF reason.
The type of SPF results.
Exception raised by SPF functions in case of errors.
check_helo spf addr helo performs an SPF check on address addr on the SPF record for the HELO name helo using SPF server spf.
check_helo spf addr from performs an SPF check on address addr on the SPF record of the domain of the MAIL FROM address from.
Extracts the Received-SPF header value from an response.
Extracts the comment part of the Received-SPF header value from an response.