mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-19 19:08:17 +00:00
14 lines
381 B
Markdown
14 lines
381 B
Markdown
# authentication_results
|
|
|
|
```lua
|
|
local authentication_results = header.authentication_results
|
|
```
|
|
|
|
{{since('2025.10.06-5ec871ab')}}
|
|
|
|
Reading the `authentication_results` field will attempt to interpret the contents of the
|
|
header as an [Authentication Result](../authenticationresult.md).
|
|
|
|
If the header value is not compatible with this representation, a lua error
|
|
will be raised.
|