]> Sergey Matveev's repositories - public-inbox.git/commitdiff
xt/lei-auth-fail: use valid label name
authorEric Wong <e@80x24.org>
Sun, 29 Jan 2023 22:58:35 +0000 (22:58 +0000)
committerEric Wong <e@80x24.org>
Mon, 30 Jan 2023 06:42:40 +0000 (06:42 +0000)
Uppercase characters aren't allowed for labels due to Xapian
boolean limitations, so we need to use lowercase labels.

Fixes: 27015c3365fd0690 (lei_input: disallow uppercase characters for labels, 2021-10-31)

No differences found