mirror of
https://github.com/KumoCorp/kumomta.git
synced 2026-08-21 08:01:14 +00:00
14 lines
338 B
Markdown
14 lines
338 B
Markdown
# address_list
|
|
|
|
```lua
|
|
local address_list = header.address_list
|
|
```
|
|
|
|
{{since('2025.10.06-5ec871ab')}}
|
|
|
|
Reading the `address_list` field will attempt to interpret the contents of the
|
|
header as an [AddressList](../headermap/index.md#addresslist).
|
|
|
|
If the header value is not compatible with this representation, a lua error
|
|
will be raised.
|