From: Robert Pluim Date: Mon, 16 Dec 2024 12:25:24 +0000 (+0100) Subject: ; * lisp/net/nsm.el (nsm-trust-local-network): Fix typo. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~192 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c14c489571988f4fede84c69254804a89b314d26;p=emacs.git ; * lisp/net/nsm.el (nsm-trust-local-network): Fix typo. --- diff --git a/lisp/net/nsm.el b/lisp/net/nsm.el index ab655dbb13b..3d0eacf4eb2 100644 --- a/lisp/net/nsm.el +++ b/lisp/net/nsm.el @@ -65,10 +65,10 @@ checked and warned against." The default suite of TLS checks in NSM is designed to follow the most current security best practices. Under some situations, -such as attempting to connect to an email server that do not +such as attempting to connect to an email server that does not follow these practices inside a school or corporate network, NSM may produce warnings for such occasions. Setting this option to -a non-nil value, or a zero-argument function that returns non-nil +a non-nil value, or a zero-argument function that returns non-nil, tells NSM to skip checking for potential TLS vulnerabilities when connecting to hosts on a local network.