Compare commits

...

No commits in common. "d4a870234b4eee6b8ccc1846eedb11a35c95facc" and "d73502b0e2f2fb56916a059b797fa255aedc8420" have entirely different histories.

View file

@ -401,8 +401,8 @@ func (r *autodiscoverRule) Evaluate(ctx context.Context, obs sdk.ObservationGett
}) })
} }
return single(sdk.CheckState{ return single(sdk.CheckState{
Status: sdk.StatusInfo, Status: sdk.StatusWarn,
Message: "No Microsoft Autodiscover endpoint found (not required for Thunderbird-style clients).", Message: "No Microsoft Autodiscover endpoint found; Outlook and other Autodiscover-based clients cannot bootstrap automatically.",
Code: "autoconfig_autodiscover_missing", Code: "autoconfig_autodiscover_missing",
}) })
} }