Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 597012 - Encode + in mailing list subscription URI
Summary: Encode + in mailing list subscription URI
Status: RESOLVED FIXED
Alias: None
Product: Websites
Classification: Unclassified
Component: Gentoo Website (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Website Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-13 06:59 UTC by Michał Górny
Modified: 2016-10-14 11:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-10-13 06:59:40 UTC
https://www.gentoo.org/get-involved/mailing-lists/

The 'subscribe' URLs are alike:

  gentoo-user+subscribe@lists.gentoo.org

However, '+' stands for space in urlencode, so (some?) mail clients get a space there instead. We should probably use %2B instead.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-10-13 07:00:26 UTC
Sorry, I meant:

  mailto:gentoo-user+subscribe@lists.gentoo.org

(and it would be changed to:

  mailto:gentoo-user%2Bsubscribe@lists.gentoo.org

)
Comment 2 Alex Legler (RETIRED) archtester gentoo-dev Security 2016-10-14 11:45:51 UTC
> Summary: Mailing list subscription URL malformed

Malformed, no. RFC 6068 makes it optional: "'+' characters MAY be encoded as %2B."

I've done it for the few list links where it didn't take a lot of effort. I won't go to great lengths to set this encoding domain wide though.