From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 2A7A820248 for ; Tue, 2 Apr 2019 00:29:56 +0000 (UTC) From: Eric Wong To: yahns-public@yhbt.net Subject: [PATCH] README: remove SMTP-based subscription info Date: Tue, 2 Apr 2019 00:29:56 +0000 Message-Id: <20190402002956.19361-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: There's no point in advertising the mlmmj subscription: Nobody's subscribed in ~5 years and I never wanted to deal with delivering mail over SMTP, anyways. The subscriber list is a point-of-centralization, anyways. Furthermore, the NNTP, Atom, and HTML interfaces all allow reading archives anonymously without needing a throwaway email address. --- README | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README b/README index 3486f2f..e672644 100644 --- a/README +++ b/README @@ -62,13 +62,6 @@ and pull requests to the open-to-all mailing list at: No subscription is necessary to post. Please Cc: all recipients as subscription is not necessary. -You may optionally subscribe by sending an email to: - - yahns-public+subscribe@yhbt.net - -We suck at delivering email, so relying on the archives might be -a better bet: - Mailing list archives browsable via HTTPS: https://yhbt.net/yahns-public/ Or NNTP: nntp://news.public-inbox.org/inbox.comp.lang.ruby.yahns Atom feed: https://yhbt.net/yahns-public/new.atom -- EW