Expand description
Parsing and handling of the Authentication-Results header.
See the comment on handle_authres
for more.
Structsยง
- Dkim
Results ๐
Enumsยง
- Dkim
Result ๐
Functionsยง
- compute_
dkim_ ๐results - Use the parsed authres and the authservid candidates to compute whether DKIM passed and whether a keychange should be allowed.
- handle_
authres ๐ authres
is short for the Authentication-Results header, defined in https://datatracker.ietf.org/doc/html/rfc8601, which contains info about whether DKIM and SPF passed.- parse_
authres_ ๐headers - parse_
authservid_ ๐candidates_ config - parse_
one_ ๐authres_ header - Parses a single Authentication-Results header, like:
- remove_
comments ๐ - The headers can contain comments that look like this:
- update_
authservid_ ๐candidates - About authserv-ids
Type Aliasesยง
- Authserv
Id ๐ - Parsed
Authres ๐Headers