Table of Contents

Interface IDerivedWorkGateTelemetry

Namespace
MailFathom.Application.Spam.Gating
Assembly
MailFathom.Application.dll

Reports what the gate decided, in counts alone.

public interface IDerivedWorkGateTelemetry

Remarks

Withholding is invisible by construction: the work is never started, so without an instrument a gate that withheld everything and a mailbox that produced nothing look the same. What an operator has to be able to tell apart is a message held because a verdict called it junk, a message held because no verdict has arrived yet, and a message let through without one — the last of which is the deployment saying its scanner is not answering rather than quietly indexing spam.

Nothing recorded here is mail or derived from it. The one tag is an admission, which is MailFathom's own closed set, and the values are counts. No message identity, folder, verdict score, or address reaches an instrument from the gate.

Methods

RecordAdmission(DerivedWorkAdmission)

Records one occurrence's admission at a point where it was decided individually.

RecordDiscardedPassages(int)

Records the passages removed from one message a classification has just called junk.