Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #25737
| Path | csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!inn3.news.alteholz.net!easy.in-chemnitz.de!feeder.erje.net!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <d@davea.name> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.118 |
| X-Spam-Level | * |
| X-Spam-Evidence | '*H*': 0.78; '*S*': 0.01; 'list?': 0.07; 'python': 0.09; 'subject:messages': 0.09; 'guessing': 0.16; 'pair.': 0.16; 'posted,': 0.16; 'previously,': 0.16; 'threaded': 0.16; 'appears': 0.18; 'earlier': 0.21; 'nearly': 0.23; "i've": 0.23; 'linux': 0.24; 'header:User-Agent:1': 0.26; 'set.': 0.27; 'noticed': 0.28; 'mode.': 0.29; 'subject:all': 0.29; 'probably': 0.29; "i'm": 0.29; 'usually': 0.30; 'anybody': 0.32; 'to:addr:python-list': 0.33; 'wrong': 0.34; 'posting': 0.35; 'but': 0.36; 'one,': 0.37; 'some': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'other.': 0.64; 'reply': 0.66; 'header :Reply-To:1': 0.68; 'obvious': 0.71; 'received:74.208': 0.71; 'reply-to:no real name:2**0': 0.72; 'locally': 0.84; 'newbie,': 0.84; 'presumably': 0.84; 'received:74.208.4.194': 0.84; 'to:name:python': 0.84; 'serious': 0.98 |
| Date | Sat, 21 Jul 2012 06:48:29 -0400 |
| From | Dave Angel <d@davea.name> |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 |
| MIME-Version | 1.0 |
| To | PYTHON <python-list@python.org> |
| Subject | Sudden doubling of nearly all messages |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | 7bit |
| X-Provags-ID | V02:K0:bDhN97cSBvhIcgerb+d+1oUHwKJ9i3YN2GyBnAgiJsu AIkhFhsI5WAgS0TPae4swWXDUOprOho++ik18tj4e42YlB1iB9 B6n/2kGY5sVLBxVVHNK99iM7FT8I7nFkep6elqxWrpm8H8NZkx dypDoWXQBAaMdUt7PETYtW7J6Yqh2R40FNpmapk8u2ObVRN8Uc x4p5MBMwJ42/rSf95aMtNDTITlmiy66RyE3GEAhp120XaD/tBp 0D9GsBZ8oPGYh9GqOfsw145RIkJ8P6ZFOo9IFH8X9YKt8iFuH4 hb8RDCVMwYubTmcyIws+NaW4E5b2JRMZTa9LnSHcIUjIZ3Nww= = |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| Reply-To | d@davea.name |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2375.1342867739.4697.python-list@python.org> (permalink) |
| Lines | 21 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1342867739 news.xs4all.nl 6881 [2001:888:2000:d::a6]:34048 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:25737 |
Show key headers only | View raw
Has anybody else noticed the sudden double-posting of nearly all messages in the python mailing list? Previously, I've seen some messages double posted, and it was nearly always a newbie, presumably posting via some low-end gateway. But now i'm noticing nearly every message appears twice, identical datestamps, and usually one message considered a reply to the other. Deleting these locally is not only a pain, but if I get the wrong one, it messes up the threading. I'm using Thunderbird 14.0 on Linux 11.04, with mail configured for non-digest mode. I read the messages in threaded mode. Probably related, I've had a serious spate of messages are obvious Re: types, but not threaded to the original set. I'm guessing because it's because I earlier deleted one of a pair. -- DaveA
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Sudden doubling of nearly all messages Dave Angel <d@davea.name> - 2012-07-21 06:48 -0400
Re: Sudden doubling of nearly all messages "Colin J. Williams" <cjw@ncf.ca> - 2012-07-21 07:27 -0400
Re: Sudden doubling of nearly all messages Rick Johnson <rantingrickjohnson@gmail.com> - 2012-07-21 11:16 -0700
Re: Sudden doubling of nearly all messages Chris Angelico <rosuav@gmail.com> - 2012-07-22 04:25 +1000
Re: Sudden doubling of nearly all messages Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-07-22 00:20 +0000
Re: Sudden doubling of nearly all messages Chris Angelico <rosuav@gmail.com> - 2012-07-22 10:38 +1000
Re: Sudden doubling of nearly all messages Devin Jeanpierre <jeanpierreda@gmail.com> - 2012-07-21 19:07 -0400
Re: Sudden doubling of nearly all messages Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-07-22 00:27 +0000
Re: Sudden doubling of nearly all messages Chris Angelico <rosuav@gmail.com> - 2012-07-22 09:16 +1000
Re: Sudden doubling of nearly all messages Rick Johnson <rantingrickjohnson@gmail.com> - 2012-07-21 18:33 -0700
Re: Sudden doubling of nearly all messages Rick Johnson <rantingrickjohnson@gmail.com> - 2012-07-21 18:33 -0700
Re: Sudden doubling of nearly all messages Chris Angelico <rosuav@gmail.com> - 2012-07-22 11:52 +1000
Re: Sudden doubling of nearly all messages Rotwang <sg552@hotmail.co.uk> - 2012-07-22 16:12 +0100
Re: Sudden doubling of nearly all messages Rick Johnson <rantingrickjohnson@gmail.com> - 2012-07-21 11:16 -0700
Re: Sudden doubling of nearly all messages Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-07-22 00:13 +0000
Re: Sudden doubling of nearly all messages Dave Angel <d@davea.name> - 2012-07-21 20:33 -0400
csiph-web