Method Unknown
- Namespace
- MailFathom.Domain.Emails.Authentication
- Assembly
- MailFathom.Domain.dll
Unknown(SenderTrustPolicyRevision)
Records that this deployment recognizes nobody in the message.
public static SenderTrust Unknown(SenderTrustPolicyRevision policyRevision)
Parameters
policyRevisionSenderTrustPolicyRevisionThe policy that was applied.
Returns
- SenderTrust
The verdict.
Remarks
It covers every way of arriving there: no author was authenticated, the author's authentication failed, or an author authenticated and nothing this deployment knows names them. Those differ in what the receiving server established rather than in what this deployment decided, so they stay on SenderAuthentication instead of being folded in here.