Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #95698
| Path | csiph.com!news.swapon.de!eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail |
|---|---|
| Return-Path | <ian.g.kelly@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.066 |
| X-Spam-Evidence | '*H*': 0.87; '*S*': 0.00; 'subject:don': 0.09; 'threads.': 0.09; 'thu,': 0.15; 'grouped': 0.16; 'subject:make': 0.16; 'threads': 0.16; 'wrote:': 0.16; '2015': 0.20; 'aug': 0.20; 'trying': 0.22; 'am,': 0.23; 'header:In-Reply-To:1': 0.24; "i've": 0.25; 'message-id:@mail.gmail.com': 0.27; 'tend': 0.27; 'nntp': 0.29; 'up.': 0.32; 'handle': 0.34; 'received:google.com': 0.35; 'protocol': 0.35; 'quite': 0.35; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'client': 0.37; 'anything': 0.38; 'to:addr:python.org': 0.40; 'forget': 0.60; 'clients': 0.61; 'needing': 0.63; 'results': 0.66; 'substitute.': 0.84; 'to:name:python': 0.84; 'edwards': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=lhi/TozRBUp7b5wH+3ba6jnJjhFCboeQKs8IpNcqt0o=; b=SrbVqnReDdy5K2MhEMUvKpAdTDEBmLPqYQ3IolffztqUtWWuBhLpzAB8Y3pC4XK3aZ 3tuMK4IRAHbDHFlhzKbPsJzUZYt1GnlQVBd6DsCRf3x/m62+WMyl+gMn2vLZkoYSxRy3 yu9NsXVfvELgCrhnG31TYSPt84U0IYqRjKBXy6+Royr0yh1A4EsQLeaT5TVIVO02w6I7 Jhuv7MPTIddpBxO0caNEAVsuQmhyLTJOyGQ0JR+sceuc/wUFtzOTTBP9FtaYRLm84Mvy GZGvwdy1PPP/7U3TRkbX6Nz/oP6UUcP6yBwp2p8yBmgejkg9gB6Bbfs6VgYXJX1SAhXv EAbQ== |
| X-Received | by 10.50.225.35 with SMTP id rh3mr16907724igc.29.1440688703639; Thu, 27 Aug 2015 08:18:23 -0700 (PDT) |
| MIME-Version | 1.0 |
| In-Reply-To | <mrn60g$524$1@reader1.panix.com> |
| References | <CAPTjJmo5+RtAsAidOGSnUEOhCnUjkzLA6wBi_MgVUvb1Tvd1wg@mail.gmail.com> <539828990.1085162.1440606979345.JavaMail.root@sequans.com> <55DE2DBB.4040106@udel.edu> <mailman.70.1440631202.11709.python-list@python.org> <mrn60g$524$1@reader1.panix.com> |
| From | Ian Kelly <ian.g.kelly@gmail.com> |
| Date | Thu, 27 Aug 2015 09:17:44 -0600 |
| Subject | Re: Please don't make unfounded legalistic demands |
| To | Python <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.78.1440688712.11709.python-list@python.org> (permalink) |
| Lines | 11 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1440688712 news.xs4all.nl 23815 [2001:888:2000:d::a6]:41348 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:95698 |
Show key headers only | View raw
On Thu, Aug 27, 2015 at 8:14 AM, Grant Edwards <invalid@invalid.invalid> wrote: > And the NNTP clients and protocol were designed from the ground up to > handle largish volumes of messages grouped into "lists" and threads. > Trying to coax that functionality out of e-mail by using list-servers > and various procmail and e-mail client tricks results is a pretty poor > substitute. Or you use a client like Gmail that just organizes messages into threads for you without the user needing to do anything at all to set it up. It works quite well, and I've been using Gmail for so long now that I tend to forget that most MUAs *don't* do this automatically.
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: Please don't make unfounded legalistic demands Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-08-27 00:19 +0100
Re: Please don't make unfounded legalistic demands Grant Edwards <invalid@invalid.invalid> - 2015-08-27 14:14 +0000
Re: Please don't make unfounded legalistic demands Ian Kelly <ian.g.kelly@gmail.com> - 2015-08-27 09:17 -0600
csiph-web