Enum SpamSignalSource
- Namespace
- MailFathom.Domain.Spam
- Assembly
- MailFathom.Domain.dll
Names where a signal was read from, which is the half of its provenance that is not the value itself.
public enum SpamSignalSource
Fields
FolderPlacement = 1The folder of the account the occurrence was stored from.
MessageHeader = 0A header the message carried when synchronization stored it.
ScannerCorpus = 2A scanner's rule corpus, named by the revision it ran under.
Remarks
A signal without this is a claim with no way to check it. Knowing that a DMARC failure came out of the message's own
Authentication-Results header rather than out of a scanner's re-evaluation after delivery is what lets an
operator decide whether to believe it.