mirror of
https://github.com/KumoCorp/kumomta.git
synced 2026-09-07 08:00:56 +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.
|