Network.DomainAuth.Types
Description
Type for Message Authentication Status (http://www.ietf.org/rfc/rfc5451.txt).
- data DAResult
- = DAPass
- | DAHardFail
- | DASoftFail
- | DANeutral
- | DAFail
- | DATempError
- | DAPermError
- | DANone
- | DAPolicy
- | DANxDomain
- | DADiscard
- | DAUnknown
Documentation
The result of domain authentication. For more information, see http://www.ietf.org/rfc/rfc5451.txt.