Table of Contents

Field MaximumOriginLength

Namespace
MailFathom.Domain.Spam
Assembly
MailFathom.Domain.dll

The greatest length an origin may carry, which every one MailFathom writes is far inside.

public const int MaximumOriginLength = 128

Returns

int
The greatest length an origin may carry, which every one MailFathom writes is far inside.

Remarks

Origins are header field names, folder aliases, and corpus revisions — all short, and all MailFathom's own or the mail standard's rather than free text from a message body. The bound exists so a scanner that answered with something unexpected cannot widen a stored column, and it refuses rather than truncates for that reason.