Addresses this deployment has stopped mailing. Engagement rules skip them; password resets, invites and verification mails still go out, because those are asked for by the person themselves. Addresses are stored one-way and shown masked.
{summary.length > 0 && ({note}
)} {total === 0 ? ({reason || applied ? 'Nothing matches that filter.' : 'No addresses are suppressed.'}
) : ( <>| Address | Reason | Detail | Channel | Since |
|---|---|---|---|---|
{r.address_masked
? {r.address_masked}
: not recorded}
|
{REASON_LABEL[r.reason] || r.reason} | {r.detail || ''} | {r.channel} | {new Date(r.created_at).toLocaleString()} |