# MSG-083 — STOP confirmation must state no further messages will be sent

> The confirmation must state explicitly that the consumer will receive no further messages.

- **Rule ID:** MSG-083
- **Layer:** Message content (`MESSAGE_CONTENT`)
- **Checks:** `campaign.optout_message`
- **Severity:** BLOCKING — Breaking this rule gets the submission rejected outright.
- **When it bites:** Gates approval — get this wrong and registration is refused
- **How it is detected:** AI judgement over the submitted form
- **Fix type:** Fix the field — a better value in the form clears it
- **Required by:** CTIA, FCC, TCR
- **Applies:** Applies to every 10DLC registration.
- **Canonical URL:** https://ekas.io/rules/10dlc/message-content/msg-083/

## Why this rule exists

Acknowledging the request and promising the consequence are different statements, and CTIA requires both. "We got your request" without "you will receive no more messages" leaves open whether anything actually changes.

## How to fix it

Add the forward-looking statement that no further messages will be sent, alongside the acknowledgement — CTIA requires both, and an acknowledgement alone leaves open whether anything changed.

## Example of a compliant value

```text
Acme Coffee: you have been unsubscribed and will receive no further messages. Reply HELP for help.
```
