Table of Contents

Property Threshold

Namespace
MailFathom.Application.Spam.Actions
Assembly
MailFathom.Application.dll

Threshold

Gets the score a scanner has to reach before mail is touched, or null to act on every spam verdict.

public double? Threshold { get; }

Property Value

double?

Remarks

It judges what a scanner scored, in the scanner's own scale, and it is a second reading of that score rather than a replacement for the one the verdict was reached under: labelling a message spam and moving it are different costs to get wrong, so an operator may be stricter about the second. It reaches no other stage, for the reason the classification threshold does not — a provider header carries a threshold in a scale this one knows nothing about, and a verdict resting on where the receiving server filed the message carries no score at all.