Field SpamStatus
- Namespace
- MailFathom.Application.Spam.Signals
- Assembly
- MailFathom.Application.dll
The field carrying the verdict together with the score and the threshold it was judged against.
public const string SpamStatus = "X-Spam-Status"
Returns
- string
- The field carrying the verdict together with the score and the threshold it was judged against.
Remarks
Its shape is Yes, score=15.2 required=5.0 tests=..., which is the one deterministic source of both numbers
in the same scale. That is why an assessment is only recorded when this field carries both of them.