This commit is contained in:
Hocuri
2022-10-14 16:10:18 +02:00
parent 4c80eb51dc
commit 255d24ac69
2 changed files with 72 additions and 56 deletions

View File

@@ -188,11 +188,7 @@ pub enum Config {
/// Space-separated list of all the authserv-ids which we believe
/// may be the one of our email server.
///
/// When checking DKIM and SPF, our email server adds the results in an
/// Authentication-Results... TODO documentation
///
/// See https://github.com/deltachat/deltachat-core-rust/issues/3507 for more
/// info about the Authentication-Results header.
/// See [update_authservid_candidates](`crate::authres_handling::update_authservid_candidates`).
AuthservidCandidates,
}