mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-23 04:38:17 +00:00
10 lines
177 B
Markdown
10 lines
177 B
Markdown
# sender
|
|
|
|
```lua
|
|
local sender = headers:sender()
|
|
```
|
|
|
|
{{since('2025.10.06-5ec871ab')}}
|
|
|
|
Parses the `Sender` header and returns it in [Mailbox](index.md#mailbox) representation.
|