]> git.ipfire.org Git - thirdparty/public-inbox.git/commitdiff
TODO: handle more cases of unencoded slashes
authorEric Wong <e@80x24.org>
Fri, 17 Feb 2023 10:32:22 +0000 (10:32 +0000)
committerEric Wong <e@80x24.org>
Fri, 17 Feb 2023 11:14:12 +0000 (11:14 +0000)
Nowadays, mutt defaults to Message-IDs with `/' in them :<

TODO

diff --git a/TODO b/TODO
index 1537179e536f2c50709eae629b6ee39ee822764c..77453eba27ac87418c31a26f5ed0cf9fba336464 100644 (file)
--- a/TODO
+++ b/TODO
@@ -75,6 +75,9 @@ all need to be considered for everything we introduce)
 * use REQUEST_URI properly for CGI / mod_perl2 compatibility
   with Message-IDs which include '%' (done?)
 
+* handle unencoded slashes from user-generated URLs properly
+  https://public-inbox.org/meta/20230217085255.xcsaoozloz2yuxil@pengutronix.de/
+
 * better test cases, make faster by reusing more setup
   code across tests