Method NotASpamDaemon
- Namespace
- MailFathom.Application.Spam.Scanning
- Assembly
- MailFathom.Application.dll
NotASpamDaemon(string)
Refuses to start because something answered at that address without speaking the scanner's protocol.
public static SpamScannerUnavailableException NotASpamDaemon(string endpoint)
Parameters
endpointstringThe address the probe asked.
Returns
- SpamScannerUnavailableException
The failure to raise.
Remarks
What it answered with is deliberately not quoted. The bytes are composed by a service this process does not own, and a proxy or a wrong service at that address answers with whatever it likes — including, on a port somebody pointed at the wrong container, a fragment of somebody else's traffic.
Exceptions
- ArgumentNullException
Thrown when
endpointis null.