mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-21 11:58:17 +00:00
12 lines
218 B
Markdown
12 lines
218 B
Markdown
# message_id
|
|
|
|
```lua
|
|
local message_id = headers:message_id()
|
|
```
|
|
|
|
{{since('2025.10.06-5ec871ab')}}
|
|
|
|
Parses the `Message-Id` header, and if present, returns the id string.
|
|
Returns `nil` if `Message-Id` is not present.
|
|
|