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: 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: References: <50796ce5$0$6574$c3e8da3$5496439d@news.astraweb.com> <20121013094404.72241509d6ca6697e67d9419@gmail.com> <20121013095811.99486d56a423727c80ce7318@gmail.com> Date: Sun, 14 Oct 2012 08:44:59 +1100 Subject: Re: readline trick needed From: Chris Angelico 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Sun, Oct 14, 2012 at 8:31 AM, Joshua Landau 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