Expand description
Parsing and handling of the Authentication-Results header.
See the comment on handle_authres
for more.
Structsยง
- DkimResults ๐
Enumsยง
- DkimResult ๐
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ยง
- AuthservId ๐
- ParsedAuthresHeaders ๐