From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-3.2 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_NONE,T_DKIM_INVALID shortcircuit=no autolearn=no autolearn_force=no version=3.4.0 Received: from mail-wr0-x230.google.com (mail-wr0-x230.google.com [IPv6:2a00:1450:400c:c0c::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 4E634209FA for ; Mon, 10 Apr 2017 19:01:14 +0000 (UTC) Received: by mail-wr0-x230.google.com with SMTP id c55so81552106wrc.3 for ; Mon, 10 Apr 2017 12:01:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=godfat.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=72T2NIDU3klvPjhwPSuaYkCaBkoMm0DrNnmYyvWDifY=; b=zYQMWYZUkzVXjRukqoASgXepGgFuZw5Cx8Z45K0AszkiR3ueo6moEIfopcV7EdUdWX q2bAnTI2PtiK6hUr8K+KAuktuegbZOeaYFBfd/BoT0x26KHpIpg9Battq0ARoKaripAO u9jkmdfRa0aGGcKCsznmSvMYCU0PcmRknjK5w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=72T2NIDU3klvPjhwPSuaYkCaBkoMm0DrNnmYyvWDifY=; b=PD+jMA65tC7umEsy126preGM/rVUJ2pR+KnY04wUhnO2AUJbkSa/IMvIBlNXwxMy9k nv3lNfFVbTEMoLB8c9BX6xpTj4EYjRAXmrSZYS9Jwk0ToUMEClKbLuuBhL59szWoNmrB V2EKetzB2ouLXWO53nOHTRyYJSQdaBGM2UZjzMze5svz8czoco06yOsNYbI2IShD6ejL 2z9/ePAT4Ak3eI1FcIv5D+zcULWm3JzJrOCVe/qyPxjkTRGoqybF2+Lza1xRWlfR/DH2 M25tC1XHiH9K0G9KLPOinqRtbMykn4/HADmgOgSF8znUYX+FLuUOCNqLkJvSTAdPQNnx 2zEg== X-Gm-Message-State: AFeK/H3hOv/PEpQqd3HbTlA5sNw/eQU1EAws3PcuujYgk2l7K8YZB5n4GjdW+H8vj88XKwWcAYJfcZXJP4HVOQ== X-Received: by 10.223.148.199 with SMTP id 65mr20024542wrr.37.1491850871950; Mon, 10 Apr 2017 12:01:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.142.130 with HTTP; Mon, 10 Apr 2017 12:00:41 -0700 (PDT) In-Reply-To: <20170410173657.GA4203@starla> References: <20170410145416.GA29475@starla> <20170410173657.GA4203@starla> From: "Lin Jen-Shin (godfat)" Date: Tue, 11 Apr 2017 03:00:41 +0800 Message-ID: Subject: Re: [PATCH] README: add info about mailing list subscription To: Eric Wong Cc: kcar-public@bogomips.org Content-Type: text/plain; charset=UTF-8 List-Id: On Tue, Apr 11, 2017 at 1:36 AM, Eric Wong wrote: > I guess another question is: do you use IMAP to read mail > or webmail (or something else, POP3)? Oh, now I understand what you're saying. Unfortunately I am currently stuck with GMail, using the web interface. I could setup POP3 to receive emails into my inbox (I did so for some other accounts), but I guess I could not setup IMAP for GMail. > With nntp2imap, it might be something like: > > ==> ~/.nntp2imap/rc.yml <= > --- > groups: > - name: kcar > source: nntp://news.public-inbox.org/inbox.comp.lang.ruby.kcar > destination: imaps://username@yourserver.example.com/INBOX.kcar > ... > > That way, I would have no information about who reads the list > (especially if you use something like Tor to anonymize yourself) > > Another option might be Atom feeds; but Message-ID headers > tend to get lost when people want to reply... > > For a sysadmin, the beauty of NNTP is there's no per-client > state stored on the server itself. It's all in the client. > Same for Atom feeds. I could setup/run some daemons on my server, as long as the mails could eventually deliver to my inbox so that my regular workflow would stay the same. I don't know what could do that though. Cheers,