Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #105832

Re: Threading is foobared?

Path csiph.com!feeder.erje.net!2.eu.feeder.erje.net!newsfeed.kamp.net!newsfeed.kamp.net!fu-berlin.de!uni-berlin.de!not-for-mail
From Tim Golden <mail@timgolden.me.uk>
Newsgroups comp.lang.python
Subject Re: Threading is foobared?
Date Sun, 27 Mar 2016 11:29:14 +0100
Lines 25
Message-ID <mailman.76.1459074560.28225.python-list@python.org> (permalink)
References <56f74d00$0$1620$c3e8da3$5496439d@news.astraweb.com> <8560w8d2w3.fsf@benfinney.id.au> <1459059941.1944713.560644738.2587A129@webmail.messagingengine.com>
Mime-Version 1.0
Content-Type text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding 7bit
X-Trace news.uni-berlin.de k33PzHjy33lkpMAZZMX8xw+Jiq4FC0IKBBsrc3cW9Dsw==
Return-Path <mail@timgolden.me.uk>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.004
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'broken': 0.03; 'upgraded': 0.05; 'thread': 0.10; 'mailman': 0.10; 'assume': 0.11; '(at': 0.13; 'complained': 0.16; 'from:addr:timgolden.me.uk': 0.16; 'from:name:tim golden': 0.16; 'fwiw': 0.16; 'message- id:@timgolden.me.uk': 0.16; 'received:74.55.86': 0.16; 'received:74.55.86.74': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'received:smtp.webfaction.com': 0.16; 'received:webfaction.com': 0.16; 'threading': 0.16; 'tjg': 0.16; 'usenet': 0.16; 'wrote:': 0.16; 'archive': 0.18; 'to:name:python- list@python.org': 0.20; 'meant': 0.22; 'gateway': 0.22; 'sat,': 0.23; 'header:In-Reply-To:1': 0.24; 'discussion': 0.24; "i've": 0.25; 'header:User-Agent:1': 0.26; "doesn't": 0.26; 'appear': 0.26; 'least': 0.27; 'host': 0.28; 'short,': 0.29; "i'm": 0.30; 'that.': 0.30; 'posts': 0.30; 'standards': 0.30; 'point': 0.33; "i'll": 0.33; 'weeks': 0.34; 'list': 0.34; 'python.org': 0.35; 'lists.': 0.35; 'replaced': 0.35; 'reply.': 0.35; 'but': 0.36; 'possible': 0.36; 'to:addr:python-list': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'two': 0.37; 'version': 0.38; 'wrong': 0.38; 'mailing': 0.38; 'received:192': 0.39; 'rather': 0.39; 'to:addr:python.org': 0.40; 'some': 0.40; 'ago.': 0.61; 'charset:windows-1252': 0.62; 'lose': 0.63; 'mar': 0.65; 'news': 0.68; 'from:addr:mail': 0.70; '26,': 0.72; 'saw': 0.77; 'complaint': 0.84; 'involved.': 0.91; 'wholesale': 0.97
User-Agent Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1
In-Reply-To <1459059941.1944713.560644738.2587A129@webmail.messagingengine.com>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.21
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>
Xref csiph.com comp.lang.python:105832

Show key headers only | View raw


On 27/03/2016 07:25, Random832 wrote:
> On Sat, Mar 26, 2016, at 23:18, Ben Finney wrote:
>> What you've demonstrated is that at least one host is violating
>> communication standards by altering existing reference fields on
>> messages in transit.
>
> The usenet gateway relays posts that originated on the mailing list to
> usenet with their *Message-ID* replaced wholesale with
> "<mailman.*.python-list@python.org>" - 90% of the time when I've traced
> a broken thread this has been to blame, and I've complained at least
> twice of this before, once not two weeks ago.

And I apologise because I saw that complaint and had meant to reply. In 
short, it's not the list owners who manage the gateway but rather the 
mailman administrators for the whole of the python.org lists. I do 
remember some discussion / explanation of possible problems when the 
mailman version was upgraded a few months ago. I'll try to dig those out 
and follow up with the people involved.

FWIW I assume the issue is with the mail -> news gateway as I see no 
problems with the mailing list threading (at least using TB on Windows) 
and the archive doesn't appear to lose threading either AFAICT. Please 
feel free to point out if I'm wrong about that.

TJG

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Threading is foobared? Steven D'Aprano <steve@pearwood.info> - 2016-03-27 14:01 +1100
  Re: Threading is foobared? Ben Finney <ben+python@benfinney.id.au> - 2016-03-27 14:18 +1100
  Re: Threading is foobared? Random832 <random832@fastmail.com> - 2016-03-27 02:25 -0400
  Re: Threading is foobared? Tim Golden <mail@timgolden.me.uk> - 2016-03-27 11:29 +0100
  Re: Threading is foobared? "Sven R. Kunze" <srkunze@mail.de> - 2016-03-29 12:26 +0200
    Re: Threading is foobared? Steven D'Aprano <steve@pearwood.info> - 2016-03-30 10:43 +1100
      Re: Threading is foobared? "Sven R. Kunze" <srkunze@mail.de> - 2016-03-30 10:37 +0200
  Re: Threading is foobared? Rob Gaddi <rgaddi@highlandtechnology.invalid> - 2016-03-29 23:54 +0000
    Re: Threading is foobared? Random832 <random832@fastmail.com> - 2016-03-29 23:34 -0400

csiph-web