mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-19 10:58:17 +00:00
22 lines
520 B
Markdown
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 }
|
|
|