Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #31222
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.083 |
| X-Spam-Evidence | '*H*': 0.83; '*S*': 0.00; 'accounts?': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'oct': 0.16; 'wrote:': 0.17; 'admin': 0.18; 'second': 0.24; 'header:In- Reply-To:1': 0.25; 'url:wiki': 0.26; 'am,': 0.27; 'message- id:@mail.gmail.com': 0.27; "people's": 0.29; 'url:wikipedia': 0.29; '(including': 0.30; 'gets': 0.32; 'avoiding': 0.33; 'to:addr :python-list': 0.33; 'that,': 0.34; 'received:google.com': 0.34; 'options:': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'url:org': 0.36; 'does': 0.37; 'option': 0.37; 'two': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'nothing': 0.38; 'url:en': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'first': 0.61; "you'll": 0.62; 'effective': 0.63; 'more': 0.63 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=LYw7SCn5381pc7WNOZ1XPQ8gzREyqPC4bf4JFt+KBGw=; b=fHiP0Jg63p2APqjaxgCkq+uVQ811Iow14wWlSFCNrkcq2ihsEy178XKV5tst9l+HRg Fl+eEZ7b5kVJdm0pW8S/oQXGJuRALWkr5yexPNVceWjbWaaxnHcR4uodt0/c4mYp2Bi3 VfUpOueTDHEq8R2fwn26x4VLgJ1v7P7jD13rFLyoRjIL775g9KYr3+lo6Ytp2l584bhO lfW8jHGBwQr58z4zS2X+iph9ATTWto6yVaQoWNfm+lEyDSntpf+bcHmDGLBSDXdKuAWy +Dups/rZ+332jrBhkXACIFqfPk6baATQUIPJHqaih0tqztKyqCxUrs7LhZhwncwBULiT iChA== |
| MIME-Version | 1.0 |
| In-Reply-To | <CAN1F8qXQA0oimHG63cf=m-Aw_jtp4Z-zU3K+ZmMh_Z=HsBWaNA@mail.gmail.com> |
| References | <50796ce5$0$6574$c3e8da3$5496439d@news.astraweb.com> <20121013094404.72241509d6ca6697e67d9419@gmail.com> <CAPTjJmqjz94j-PXBC-_NKgPROQA72CnEKMSL0pmQ9SxEbpHg_g@mail.gmail.com> <20121013095811.99486d56a423727c80ce7318@gmail.com> <k5clk0$9sr$1@ger.gmane.org> <CAN1F8qXQA0oimHG63cf=m-Aw_jtp4Z-zU3K+ZmMh_Z=HsBWaNA@mail.gmail.com> |
| Date | Sun, 14 Oct 2012 08:44:59 +1100 |
| Subject | Re: readline trick needed |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| 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.2144.1350164702.27098.python-list@python.org> (permalink) |
| Lines | 17 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1350164702 news.xs4all.nl 6903 [2001:888:2000:d::a6]:56333 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:31222 |
Show key headers only | View raw
On Sun, Oct 14, 2012 at 8:31 AM, Joshua Landau <joshua.landau.ws@gmail.com> wrote: > With two irritants (including 88888), is it not advisable that python-list > gets an admin to block these accounts? Even if it does nothing more than > slow them, that's something. That's what killfiles are for. You have two options: http://en.wikipedia.org/wiki/Kill_file http://bofh.ch/bofh/bsmh2.html The first option is not perfect, as you'll still see replies that quote such people's posts. The second has a few issues with local law enforcement, but other than that, is a very effective means of avoiding seeing their posts. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
readline trick needed Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-10-13 13:30 +0000
Re: readline trick needed Etienne Robillard <animelovin@gmail.com> - 2012-10-13 09:44 -0400
Re: readline trick needed Chris Angelico <rosuav@gmail.com> - 2012-10-14 00:47 +1100
Re: readline trick needed Etienne Robillard <animelovin@gmail.com> - 2012-10-13 09:58 -0400
Re: readline trick needed Roel Schroeven <roel@roelschroeven.net> - 2012-10-13 23:14 +0200
Re: readline trick needed Chris Angelico <rosuav@gmail.com> - 2012-10-14 08:44 +1100
Re: readline trick needed Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-10-13 23:13 +0100
Re: readline trick needed Chris Angelico <rosuav@gmail.com> - 2012-10-14 09:41 +1100
Re: readline trick needed Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-10-13 23:52 +0100
Re: readline trick needed Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-10-14 01:32 +0100
[on topic] Re: readline trick needed Peter Otten <__peter__@web.de> - 2012-10-16 10:30 +0200
Re: [on topic] Re: readline trick needed Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-10-16 11:27 +0000
Re: [on topic] Re: readline trick needed Robert Kern <robert.kern@gmail.com> - 2012-10-16 13:20 +0100
Re: [on topic] Re: readline trick needed Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-10-16 12:52 +0000
Re: [on topic] Re: readline trick needed Dwight Hutto <dwightdhutto@gmail.com> - 2012-10-16 10:14 -0400
[off topic], was Re: [on topic] Re: readline trick needed Peter Otten <__peter__@web.de> - 2012-10-16 16:36 +0200
Re: [off topic], was Re: [on topic] Re: readline trick needed Dwight Hutto <dwightdhutto@gmail.com> - 2012-10-16 11:14 -0400
Re: [on topic] Re: readline trick needed Ned Deily <nad@acm.org> - 2012-10-16 01:50 -0700
Re: [on topic] Re: readline trick needed Peter Otten <__peter__@web.de> - 2012-10-16 12:20 +0200
Re: [on topic] Re: readline trick needed Ned Deily <nad@acm.org> - 2012-10-16 13:44 -0700
csiph-web