# OPS-074 — Toll-free opt-out language is appended for you, and billed

> On toll-free traffic, expect the carrier to append opt-out language to outbound messages — it is billable, cannot be removed and can only be shortened.

- **Rule ID:** OPS-074
- **Layer:** Operational (`OPERATIONAL`)
- **Checks:** `outbound toll-free message bodies`
- **Severity:** MEDIUM — Usually survives review, but lowers your trust score or invites manual review.
- **When it bites:** Falls due after approval, once you are live and sending
- **How it is detected:** Not knowable before submission — reported with its deadline
- **Fix type:** Wait on an external system or a required interval
- **Required by:** AT&T
- **Applies:** Applies to every 10DLC registration.
- **Canonical URL:** https://ekas.io/rules/10dlc/operational/ops-074/

## Why this rule exists

The append lands on messages that were already at the segment boundary, so a body sized to 160 characters becomes two segments and the bill doubles with no change on your side. Teams discover it as an unexplained cost increase and go looking for a fault in their own templates, because nothing in the sending API mentions it.

## How to fix it

Size toll-free message bodies leaving room for the appended text, and include your own short opt-out line so the appended version is shortened rather than added in full. Done when a representative message still fits one segment after the append.

## Example of a compliant value

```text
Body written to ~120 characters on toll-free, with "Reply STOP to end" already present.
```

## Check this yourself

**Does a representative message still fit one segment after the carrier appends its opt-out language?**

1. Measure a real delivered message on a handset, not the body you submitted — the append is only visible there and on the invoice.
2. Include your own short opt-out line so the appended version is shortened rather than added in full.
3. Size bodies leaving room for it.

*What wrong looks like:* A body sized to 160 characters becomes two segments and the bill doubles with no change on your side. Nothing in the sending API mentions it, so the search for the fault starts in your own templates.

## Notes

Applies to the toll-free path and happens in the network. What the user has to do is measure a real delivered message rather than the one they submitted — the append is only visible on the handset and on the invoice.
