snowdriftcoop / snowdrift

Infrastructure for Snowdrift.coop. This is a MIRROR of https://gitlab.com/snowdrift/snowdrift. Your issue reports and merge requests are welcome, but they will be moved to gitlab.com. You are encouraged to start there instead!
https://snowdrift.coop
GNU Affero General Public License v3.0
92 stars 36 forks source link

URL shortening #303

Closed pharpend closed 9 years ago

pharpend commented 9 years ago

I subscribed to the mailing list, and got this email:

Mailing list subscription confirmation notice for mailing list Discuss

We have received a request from 173.192.170.78 for subscription of
your email address, "peter@harpending.org", to the
discuss@lists.snowdrift.coop mailing list.  To confirm that you want
to be added to this mailing list, simply reply to this message,
keeping the Subject: header intact.  Or visit this web page:

    http://lists.snowdrift.coop/mailman/confirm/discuss/7a5e0e551f001793b1f954b3064a9a568e10b24c

Or include the following line -- and only the following line -- in a
message to discuss-request@lists.snowdrift.coop:

    confirm 7a5e0e551f001793b1f954b3064a9a568e10b24c

Note that simply sending a `reply' to this message should work from
most mail readers, since that usually leaves the Subject: line in the
right form (additional "Re:" text in the Subject: is okay).

If you do not wish to be subscribed to this list, please simply
disregard this message.  If you think you are being maliciously
subscribed to the list, or have any other questions, send them to
discuss-owner@lists.snowdrift.coop.

The text is wrapped, presumably in consideration for those of us who use text-based mail clients. The URL is very long though, so many terminal emulators won't display it in one line, and therefore won't pick it up.

chreekat commented 9 years ago
  1. This is Mailman's doing.
  2. The url is 94 chars long. It's true that if someone is on a terminal emulator with a window that fits less than 94 chars, it will be annoyingly split. Is that the case for you?
  3. Someone using a text-based mail client will probably be more than capable of using the second method of confirming, which is to respond to the email. With mutt that's five whole keys: "r:wqy"

On Sat, Apr 18, 2015 at 05:53:41PM -0700, Peter Harpending wrote:

I subscribed to the mailing list, and got this email:

Mailing list subscription confirmation notice for mailing list Discuss

We have received a request from 173.192.170.78 for subscription of
your email address, "peter@harpending.org", to the
discuss@lists.snowdrift.coop mailing list. To confirm that you want
to be added to this mailing list, simply reply to this message,
keeping the Subject: header intact. Or visit this web page:

http://lists.snowdrift.coop/mailman/confirm/discuss/7a5e0e551f001793b1f954b3064a9a568e10b24c

Or include the following line -- and only the following line -- in a
message to discuss-request@lists.snowdrift.coop:

confirm 7a5e0e551f001793b1f954b3064a9a568e10b24c

Note that simply sending a `reply' to this message should work from
most mail readers, since that usually leaves the Subject: line in the
right form (additional "Re:" text in the Subject: is okay).

If you do not wish to be subscribed to this list, please simply
disregard this message. If you think you are being maliciously
subscribed to the list, or have any other questions, send them to
discuss-owner@lists.snowdrift.coop.

The text is wrapped, presumably in consideration for those of us who use text-based mail clients. The URL is very long though, so many terminal emulators won't display it in one line, and therefore won't pick it up.

— Reply to this email directly or view it on GitHub.*

chreekat commented 9 years ago

I'm gonna close this. The first thing we'll do to improve the state of Mailman-related systems is to upgrade to Mailman 3, which will probably change everything!