Start milestone 3
- Add functionality to query online sources (Keyservers, etc) for certificates. - Use introducers to determine which UserIDs should be fetched from online soources. Check certifications before importing certifiactes into the local cert store. - start docker image for local end-to-end testing.
This commit is contained in:
+1
-1
@@ -143,7 +143,7 @@ impl Daemon {
|
||||
if rcpt.is_none() {
|
||||
Status::Tempfail
|
||||
} else {
|
||||
context.add_recipient(rcpt.unwrap()).unwrap();
|
||||
context.add_recipient(rcpt.unwrap()).await;
|
||||
Status::Continue
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user