emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 5006e19856: The name in textsec-email-suspicious-p is optional


From: Lars Ingebrigtsen
Subject: master 5006e19856: The name in textsec-email-suspicious-p is optional
Date: Tue, 18 Jan 2022 07:35:40 -0500 (EST)

branch: master
commit 5006e19856ea88eb042d1af1cb05136bf2f25cd7
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    The name in textsec-email-suspicious-p is optional
    
    * lisp/international/textsec.el (textsec-email-suspicious-p): The
    name is optional.
---
 lisp/international/textsec.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/international/textsec.el b/lisp/international/textsec.el
index 55e4ce9d86..70ac1d080d 100644
--- a/lisp/international/textsec.el
+++ b/lisp/international/textsec.el
@@ -311,7 +311,7 @@ problem is returned."
     (or
      (textsec-domain-suspicious-p domain)
      (textsec-local-address-suspicious-p local)
-     (textsec-name-suspicious-p name))))
+     (and name (textsec-name-suspicious-p name)))))
 
 (provide 'textsec)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]