The name in textsec-email-suspicious-p is optional

* lisp/international/textsec.el (textsec-email-suspicious-p): The
name is optional.
This commit is contained in:
Lars Ingebrigtsen 2022-01-18 13:34:39 +01:00
parent ce63f91025
commit 5006e19856

View file

@ -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)