Module authres

Source
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.
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ยง

AuthservId ๐Ÿ”’
ParsedAuthresHeaders ๐Ÿ”’