Method Produced
- Namespace
- MailFathom.Domain.Emails.Authentication
- Assembly
- MailFathom.Domain.dll
Produced(string?)
Answers whether one header's authserv-id is this authority's.
public bool Produced(string? authorityIdentifier)
Parameters
authorityIdentifierstringThe identifier the header carried.
Returns
Remarks
Compared on the normalized form, because RFC 8601 writes the identifier as a domain-shaped token and a server is entitled to change its casing between messages. None matches nothing, including a header that wrote no identifier at all, so an account naming no authority cannot accidentally believe one.