mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-21 11:58:17 +00:00
10 lines
198 B
Markdown
10 lines
198 B
Markdown
# resent_from
|
|
|
|
```lua
|
|
local from = headers:resent_from()
|
|
```
|
|
|
|
{{since('2025.10.06-5ec871ab')}}
|
|
|
|
Parses the `Resent-From` header and returns it in [MailboxList](index.md#mailboxlist) representation.
|