Files
kumomta/docs/reference/message/_index.md
T
2025-09-09 10:38:36 +01:00

22 lines
520 B
Markdown

---
tags:
- message
---
# Message
A *message* object represents a message that is either in the process of being
received, is queued, is in the process of being delivered, or has just been
delivered.
Messages are created by the system and are then passed to your policy script
via various events when the system needs your input into acting on the message.
See Also:
* [kumo.make_message](../kumo/make_message.md)
* [kumo.inject_message](../kumo/inject_message.md)
## Available Methods { data-search-exclude }