Table of Contents

Method IsRecognized

Namespace
MailFathom.Application.Spam.Signals
Assembly
MailFathom.Application.dll

IsRecognized(string?)

Reports whether a header field carries a provider's spam verdict.

public static bool IsRecognized(string? fieldName)

Parameters

fieldName string

The header field name, in any case.

Returns

bool

true when the field is one this system reads a verdict from.

Remarks

Compared without regard to case, because a header field name is case-insensitive by RFC 5322 and mail servers write these four in several casings.