bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#51733: 27.1; Detect impossible email addresses better


From: Eli Zaretskii
Subject: bug#51733: 27.1; Detect impossible email addresses better
Date: Tue, 18 Jan 2022 20:48:46 +0200

These two tests seem to reveal a bug in the implementation:

  (should (textsec-name-suspicious-p
           "\N{LEFT-TO-RIGHT MARK}\N{LEFT-TO-RIGHT MARK}Lars Ingebrigtsen"))
  (should (textsec-name-suspicious-p
               "\N{LEFT-TO-RIGHT MARK}\N{RIGHT-TO-LEFT MARK}\N{LEFT-TO-RIGHT 
MARK}\N{RIGHT-TO-LEFT MARK}\N{LEFT-TO-RIGHT MARK}Lars Ingebrigtsen")))

LRM and RLM are stateless controls, so they shouldn't be flagged as
suspicious, AFAIU.





reply via email to

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