Property SpamScannerUnavailable
- Namespace
- MailFathom.Domain.Failures
- Assembly
- MailFathom.Domain.dll
SpamScannerUnavailable
Gets subcategory 1, availability: the spam scanner this deployment configured could not be reached while the host was starting.
public static MailFathomErrorCode SpamScannerUnavailable { get; }
Property Value
Remarks
A third code inside the same subcategory, and the one whose absence is quietest. A spam scanner does not fail closed — a classification reached without it is weaker rather than refused — so a deployment whose sidecar is absent would keep classifying from headers alone and report nothing an operator would notice, while their own configuration said a scanner was consulted. Startup refuses instead, and the message names the configuration key rather than the address, for the reason the code above gives.