Table of Contents

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

authorityIdentifier string

The identifier the header carried.

Returns

bool

true when the header was produced by the server this account believes.

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.