package dmarc
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Dmarc.DKIMSource
Source
type t = | Pass of {dkim : Dkim.signed Dkim.t;domain_key : Dkim.domain_key;
}| Fail of {dkim : Dkim.signed Dkim.t;domain_key : Dkim.domain_key;
}| Temperror of {dkim : Dkim.signed Dkim.t;
}| Permerror of {dkim : Dkim.signed Dkim.t;field_name : Mrmime.Field_name.t;value : Unstrctrd.t;error : error;
}| Neutral of {field_name : Mrmime.Field_name.t;value : Unstrctrd.t;
}