]> Sergey Matveev's repositories - public-inbox.git/commit
newswww: only accept ASCII digits as article numbers
authorEric Wong <e@80x24.org>
Tue, 4 Jun 2019 02:04:30 +0000 (02:04 +0000)
committerEric Wong <e@80x24.org>
Tue, 4 Jun 2019 10:06:18 +0000 (10:06 +0000)
commitaf3d2366e9c2096bc927f7dce66cd024bc866b51
treed1a52197443c4fdbc9b16f729a9bd9f58b86d6d0
parent63636d78c9c1aba31c4141460b0012ffee96ff53
newswww: only accept ASCII digits as article numbers

Non-ASCII digits aren't specified in RFC3977 for article numbers;
so don't waste a trip to SQLite only to turn up empty.
lib/PublicInbox/NewsWWW.pm