Module: MailAuth::Status

Defined in:
lib/mailauth/result.rb

Overview

The vocabulary, matching what RFC 8601 registers so a verdict travels without translation.

Constant Summary collapse

PASS =
"pass"
FAIL =
"fail"
SOFTFAIL =
"softfail"
NEUTRAL =
"neutral"
NONE =
"none"
TEMPERROR =
"temperror"
PERMERROR =
"permerror"