From 0008beb07d2abb092bee0fafee290a79cadc3afe Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 01 Apr 2025 22:56:07 +0800 Subject: [PATCH] HTTP: Clarify 400 colon page --- templates/400_colon.tmpl | 2 +- diff --git a/templates/400_colon.tmpl b/templates/400_colon.tmpl index 6d8ec25937fed03a11c3bc7ba7bb60820ecbba0b..0b60331e7fb5c5ea28dbec529742d8fdc3e8731d 100644 --- a/templates/400_colon.tmpl +++ b/templates/400_colon.tmpl @@ -14,7 +14,7 @@ {{- template "header" . -}}

400 Bad Request

We recently switched URL schemes. Previously “:” was used as our URL group separator, but because OpenSMTPD does not implement local-part address quoting properly, we’re unable to include “:” in URLs properly, hence we use “-” now.

-

As a precaution in case visitors get confused, this page was set up. You should probably replace all “:”s with “-”s in the URL bar.

+

As a precaution in case visitors get confused, this page was set up. You should probably replace the “:”s with “-”s in the URL bar. If there are colons in the URL that is not the group separator—that’ an edge case that we’ll fix later.


Lindenii Forge
-- 2.48.1