mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
Adapt nicer_configuration_error to new error message
This commit is contained in:
@@ -665,6 +665,7 @@ async fn nicer_configuration_error(context: &Context, errors: Vec<ConfigurationE
|
||||
|
||||
if errors.iter().all(|e| {
|
||||
e.msg.to_lowercase().contains("could not resolve")
|
||||
|| e.msg.to_lowercase().contains("no dns resolution results")
|
||||
|| e.msg
|
||||
.to_lowercase()
|
||||
.contains("temporary failure in name resolution")
|
||||
|
||||
Reference in New Issue
Block a user