about summary refs log tree commit homepage
path: root/TODO
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-02-17 10:32:22 +0000
committerEric Wong <e@80x24.org>2023-02-17 11:14:12 +0000
commit0e5aa2985e0f4ba7316429bb8a5d06530eb7dfe5 (patch)
treecaefa51f06f1c3f598e94900e907191300922af6 /TODO
parent8170778730527f250297e054afe316b07fd79981 (diff)
downloadpublic-inbox-0e5aa2985e0f4ba7316429bb8a5d06530eb7dfe5.tar.gz
Nowadays, mutt defaults to Message-IDs with `/' in them :<
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 1537179e..77453eba 100644
--- 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