Table of Contents

Field MaximumObservationLength

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

The greatest length an observation may carry before it is shortened to it.

public const int MaximumObservationLength = 512

Returns

int
The greatest length an observation may carry before it is shortened to it.

Remarks

This one truncates rather than refusing, because the value is whatever a mail server chose to write and refusing it would discard a whole classification over a verbose header. Enough is kept for the result and its reason to be readable, and what a longer header holds beyond that is repetition of the properties already recorded as their own signals.