Enum SpamClassificationMode
- Namespace
- MailFathom.Application.Spam
- Assembly
- MailFathom.Application.dll
Says what an attempt does about an occurrence that already carries a classification.
public enum SpamClassificationMode
Fields
FirstTimeOnly = 0Leave an occurrence that already carries a classification alone.
Reclassify = 1Evaluate the occurrence again and replace whatever was recorded for it.
Remarks
The distinction exists because reclassification is an explicit operation rather than something a configuration reload sets off. A newer rule corpus, a moved threshold, or a scanner switched on all change what a classification would say, and none of them is a reason for the deployment to start re-reading mail it already decided about — that is a choice an operator makes, and this is where it is expressed.