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