Table of Contents

Method RecordDiscardedPassages

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

RecordDiscardedPassages(int)

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

void RecordDiscardedPassages(int passageCount)

Parameters

passageCount int

How many passages, and the vectors hanging off them, the removal reached.

Remarks

A number above zero here is mail that was chunked and embedded before anybody scored it, which is the one case the ordering cannot prevent. A deployment whose classification has caught up records zeroes and nothing else.