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