Table of Contents

Property Rescores

Namespace
MailFathom.Application.Spam.Runs
Assembly
MailFathom.Application.dll

Rescores

Gets whether mail already classified under the run's profile is scored again rather than skipped.

public bool Rescores { get; }

Property Value

bool

Remarks

Off, the run passes over a message whose record already names the terms in force and still acts on that record, which is what makes switching filing on a run that files rather than a run that re-reads a mailbox. On, every message in scope is read and scored afresh — the explicit request that re-scoring is, and the one form of this run that costs a scanner call per message however recently the message was decided.