Module: Verifalia::EmailValidations::EntryClassification
- Defined in:
- lib/verifalia/email_validation/entry_classification.rb
Overview
Provides values for the supported validation statuses for a job entry
.
Constant Summary collapse
- DELIVERABLE =
An
entry
marked asDeliverable
refers to an email which is deliverable. 'Deliverable'
- RISKY =
An
entry
marked asRisky
refers to an email which could be no longer valid. 'Risky'
- UNDELIVERABLE =
An
entru
marked asUndeliverable
refers to an email which is either invalid or no longer deliverable. 'Undeliverable'
- UNKNOWN =
An
entry
marked asUnknown
contains an email address whose deliverability is unknown. 'Unknown'