Method RecordAdmission
- Namespace
- MailFathom.Application.Spam.Gating
- Assembly
- MailFathom.Application.dll
RecordAdmission(DerivedWorkAdmission)
Records one occurrence's admission at a point where it was decided individually.
void RecordAdmission(DerivedWorkAdmission admission)
Parameters
admissionDerivedWorkAdmissionWhat the gate concluded about it.
Remarks
Recorded per decision rather than per message, so a message a pass meets and withholds again reports again. That is deliberate: a sustained rate of withheld decisions is what a growing classification backlog looks like, and a count that fired once per message would fall silent exactly while the problem lasted.