mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-10 20:42:14 +00:00
refs: https://github.com/KumoCorp/kumomta/issues/117 Could also make it possible to do eg: https://github.com/KumoCorp/kumomta/issues/142 without any explicit direct support in the product.
15 lines
372 B
Markdown
15 lines
372 B
Markdown
# set_resent_from
|
|
|
|
```lua
|
|
headers:set_resent_from(FROM)
|
|
```
|
|
|
|
{{since('dev')}}
|
|
|
|
Assign `VALUE` to the `Resent-From` header.
|
|
|
|
`VALUE` may be either a string or an [MailboxList](index.md#mailboxlist).
|
|
|
|
If you assign using a string, the string will be parsed and validated as being
|
|
compatible with [MailboxList](index.md#mailboxlist) before allowing the assigment to proceed.
|