mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-20 11:28:17 +00:00
524fdd87af
This helps link together related things in the docs
22 lines
357 B
Markdown
22 lines
357 B
Markdown
---
|
|
tags:
|
|
- bounce
|
|
---
|
|
# kcli bounce-cancel
|
|
|
|
|
|
Cancels an admin bounce entry.
|
|
|
|
Cancelling the entry prevents it from matching new messages. It cannot retroactively un-bounce messages that it already matched and bounced.
|
|
|
|
|
|
**Usage:** `kcli bounce-cancel --id <ID>`
|
|
|
|
## Options
|
|
|
|
|
|
* `--id <ID>` — The id field of the bounce entry that you wish to cancel
|
|
|
|
|
|
|