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. - Parses a single Authentication-Results header, like:
- remove_
comments ๐The headers can contain comments that look like this: - About authserv-ids
Type Aliasesยง
- Authserv
Id ๐ - Parsed
Authres ๐Headers