Field MaximumFiredRules
- Namespace
- MailFathom.Application.Spam.Scanning
- Assembly
- MailFathom.Application.dll
The greatest number of fired rule names one answer carries.
public const int MaximumFiredRules = 48
Returns
- int
- The greatest number of fired rule names one answer carries.
Remarks
A corpus can fire dozens of rules on one message and a hostile message can be built to fire many. The bound is generous against a real answer and keeps one message's derived data bounded whatever the scanner returns.