Field MaximumSignals
- Namespace
- MailFathom.Domain.Spam
- Assembly
- MailFathom.Domain.dll
The greatest number of signals one classification records.
public const int MaximumSignals = 64
Returns
- int
- The greatest number of signals one classification records.
Remarks
A scanner corpus can fire dozens of rules on one message and a provider can write several headers, so the bound is generous against both while keeping one message's derived data bounded. Whatever produces more signals than this keeps the first of them, because a record that refused the message outright would lose the verdict as well.