Field MaximumNameLength
- Namespace
- MailFathom.Domain.Spam
- Assembly
- MailFathom.Domain.dll
The greatest length a signal name may carry.
public const int MaximumNameLength = 128
Returns
- int
- The greatest length a signal name may carry.
Remarks
Names are method names from RFC 8601 (spf, dkim, dmarc), header field names, folder aliases,
and scanner rule names. All are short by construction, so an over-long one is a malformed source rather than a
long name, and it is refused instead of shortened.