[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Invalid 'In-Reply-To' in the reply button's 'mailto:' link
From: |
Tim Lee |
Subject: |
Re: Invalid 'In-Reply-To' in the reply button's 'mailto:' link |
Date: |
Mon, 29 Mar 2021 23:54:03 +0800 |
> For example, the web interface seems to generate incorrect 'mailto:'
> links such as this:
>
> mailto:xyz@example.com?In-Reply-To=20210329xxxxxx&Subject=Example
>
> The correct link should look like this:
>
> mailto:xyz@example.com?In-Reply-To=<20210329xxxxxx>&Subject=Example
You can observe the above by comparing the valid 'mailto:' links
generated by the Debian mailing list archives
(e.g. https://lists.debian.org/debian-user/1994/01/msg00000.html)
with the incorrect 'mailto:' links generated by GNU's mailing list archives
(e.g. https://lists.gnu.org/archive/html/mailman/2021-03/msg00012.html).