mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-13 05:52:13 +00:00
11 lines
179 B
Markdown
11 lines
179 B
Markdown
# remove_all_named
|
|
|
|
```lua
|
|
headers:remove_all_named(NAME)
|
|
```
|
|
|
|
{{since('2025.10.06-5ec871ab')}}
|
|
|
|
Removes all headers which equal (case insensitively) `NAME` from the header map.
|
|
|