GNU bug report logs - #51733
27.1; Detect impossible email addresses better

Previous Next

Packages: emacs, gnus;

Reported by: ็ฉไธนๅฐผ Dan Jacobson <jidanni <at> jidanni.org>

Date: Wed, 10 Nov 2021 00:29:01 UTC

Severity: wishlist

Found in version 27.1

Fixed in version 29.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 51733 <at> debbugs.gnu.org, jidanni <at> jidanni.org
Subject: bug#51733: 27.1; Detect impossible email addresses better
Date: Sun, 16 Jan 2022 16:47:21 +0100
Lars Ingebrigtsen <larsi <at> gnus.org> writes:

> I think it looks like a fun little project -- it's so refreshing to have
> an actual spec to program against.  ๐Ÿ˜ธ  And I've read most of the TS
> now, so it's just a small matter of typing.
>
> But I probably won't have the time this week -- if somebody else wants
> to get in on the action, please do go ahead.

Well, it took longer to find time to start this, but I think now's a
good time.

So we'll be importing a handful of new Unicode data files, and I think
an interface like

(suspicious-email-p "C๐—‚๐—‹๐–ผ๐—…๐–พ@example.com")
=> "Confusables used in address: ๐—‚ (MATHEMATICAL SANS-SERIF SMALL I) confusable with etc etc"

would be nice.  But there's also a bunch of lower level functions that
might be nice to expose separately, like

(single-script-p "ะกirัlะต")
=> nil

but it'd be nice to group these in a single package name.  But I'm
coming up blank.  I mean, `unicode-suspicious-email-p' would be
nonsensical, because ... it's not really Unicode that's the point here.
For instance, if you have a link text like http://innocent.org but the
link goes to http://evil.com, then it'd be nice to implement something
for that, too, in this same package.  Or http://paypaI.com, for that
matter.

So does anybody have an idea for a package name, so I can start typing
away at this?  ๐Ÿ˜€

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




This bug report was last modified 3 years and 124 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.