mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-21 11:58:17 +00:00
10 lines
187 B
Markdown
10 lines
187 B
Markdown
# reply_to
|
|
|
|
```lua
|
|
local to = headers:reply_to()
|
|
```
|
|
|
|
{{since('2025.10.06-5ec871ab')}}
|
|
|
|
Parses the `Reply-To` header and returns it in [AddressList](index.md#addresslist) representation.
|