mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-20 11:28:17 +00:00
12 lines
219 B
Markdown
12 lines
219 B
Markdown
# bcc
|
|
|
|
```lua
|
|
local bcc = headers:bcc()
|
|
```
|
|
|
|
{{since('2025.10.06-5ec871ab')}}
|
|
|
|
Parses the `Bcc` header from the headermap and returns the corresponding
|
|
[AddressList](index.md#addresslist) representation of the header.
|
|
|