mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 07:16:31 +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| {
|
if errors.iter().all(|e| {
|
||||||
e.msg.to_lowercase().contains("could not resolve")
|
e.msg.to_lowercase().contains("could not resolve")
|
||||||
|
|| e.msg.to_lowercase().contains("no dns resolution results")
|
||||||
|| e.msg
|
|| e.msg
|
||||||
.to_lowercase()
|
.to_lowercase()
|
||||||
.contains("temporary failure in name resolution")
|
.contains("temporary failure in name resolution")
|
||||||
|
|||||||
Reference in New Issue
Block a user