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