Skip to content

no_reply

The address is a no-reply sender

noreply, donotreply, mailer-daemon and their kin are addresses mail is sent from and never read at; this weight is added on top of the role weight.

risk weight
+20
dataset
role-types
reads from
role_type
verdict reason
no_reply

What it means

The shape is recognised by pattern — as the whole username or as a delimited token, so noreply-billing counts — even when the open role list lacks the spelling, and it forces role true with role_type no_reply. A role address scores 30; a no-reply one 50.

It reads from role_type and comes with the no_reply verdict reason, placed before role.

What to do

Never mail it: replies are discarded by design. The default sending policy blocks on it.

Example response

{
    "email": "[email protected]",
    "deliverable": "risky",
    "reason": "no_reply",
    "role": true,
    "role_type": "no_reply",
    "risk_score": 50,
    "risk_signals": [
        {
            "signal": "no_reply",
            "weight": 20,
            "dataset": "role-types"
        }
    ]
}

Abbreviated: a real answer carries all 46 fields, listed in the verify-email reference. The risk_signals entry shown is the one this signal adds; the weights of every entry in the list sum to risk_score.

Related

markdown version: /docs/signals/no_reply.md