Path: csiph.com!usenet.pasdenom.info!news.franciliens.net!fdn.fr!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.053 X-Spam-Evidence: '*H*': 0.89; '*S*': 0.00; '16,': 0.03; 'failing': 0.07; 'modified': 0.07; 'security.': 0.09; 'jan': 0.12; 'programs.': 0.14; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'option:': 0.16; 'wrote:': 0.18; 'help.': 0.21; '>>>': 0.22; 'saying': 0.22; 'to:name:python-list@python.org': 0.22; 'certainly': 0.24; 'headers': 0.24; 'header': 0.24; "i've": 0.25; 'possibly': 0.26; 'push': 0.26; 'header:In-Reply-To:1': 0.27; 'andrew': 0.30; 'message-id:@mail.gmail.com': 0.30; 'another': 0.32; 'charge': 0.33; 'fri,': 0.33; "can't": 0.35; 'one,': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'much.': 0.36; 'done': 0.36; 'behind': 0.37; 'turn': 0.37; 'sometimes': 0.38; 'security,': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'skip:u 10': 0.60; 'read': 0.60; "you're": 0.61; 'such': 0.63; 'note:': 0.66; 'believe': 0.68; 'obvious': 0.74; 'gain': 0.79; '2015': 0.84; 'lean': 0.84; 'lying': 0.84; 'sorry.': 0.91; 'enhancement': 0.95 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=r68M5Rrf/wrq87gjqmar9D88iWC3F+zt0qCOKboY8UY=; b=vYrLYXXmDN4jrGN2YqhfEm41js9MvESBl9jkTBSTuBWaUZ18x9N6LEEZuSYijMpfI5 cWc2ublKdsm3DJ52FXy4JZCV5w9xzAU014wUUdTAdVvMONAj45Rjh/6tC4jMAH1JKWjF iW+3fD1c0hpEm+BQjEJhF6KjSZEHm3avHrzwpDz33T+FXIGQajDoqBCIqoXTlcGTC9Pf iFfZbr48nmNr5+rKF3H4fT4UDRzGZdcxVnCmP/Rm4manwhcb57yZImDrVG+LYptFvZ8S 0TKrm1q2FDZ4vfvKyj4bKzNB+wL8/elAL51dwqI3vEj4vEUJ6kuIpiszHOTXF5WIdD4p OZ/g== MIME-Version: 1.0 X-Received: by 10.42.95.12 with SMTP id d12mr13568426icn.12.1421391485449; Thu, 15 Jan 2015 22:58:05 -0800 (PST) In-Reply-To: <54B86D32.8010207@r3dsolutions.com> References: <54ABB88A.7070504@r3dsolutions.com> <54ABC52A.1050507@davea.name> <54ABE383.3020801@r3dsolutions.com> <54AC97D9.4010504@r3dsolutions.com> <54ACAA04.60801@r3dsolutions.com> <54ADC99F.3020405@stoneleaf.us> <54B44A64.7010105@r3dsolutions.com> <54b4aded$0$2738$c3e8da3$76491128@news.astraweb.com> <54B5B486.7080406@r3dsolutions.com> <54B72D32.3090209@r3dsolutions.com> <54b77d4a$0$2738$c3e8da3$76491128@news.astraweb.com> <54B86D32.8010207@r3dsolutions.com> Date: Fri, 16 Jan 2015 17:58:05 +1100 Subject: Re: Comparisons and sorting of a numeric class.... From: Chris Angelico To: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1421391492 news.xs4all.nl 2911 [2001:888:2000:d::a6]:52147 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:83869 On Fri, Jan 16, 2015 at 12:45 PM, Andrew Robinson wrote: >>> I don't have a setting on my email to turn off html. Sorry. Can't help. >> >> You are using Thunderbird. You certainly do have such a setting. > > It's nice to know that you read and believe what you see in an email header. > Note: Headers are sometimes modified by sysadmins who actually care about > security. > > PPS: If there is a way to turn off HTML in this email program -- it is not > obvious -- and I have looked. > I've done my best not to push any HTML enhancement buttons... You do have another option: Change email programs. Or lean on whoever is in charge of this one, saying that it's failing in a significant way. Also, what security do your sysadmins gain by lying about mail clients? Stripping the header would gain just as much. Lying just makes your network uncooperative at best, and possibly will be seen as malicious. If you're using a mail client with known vulnerabilities, *FIX THAT*, don't try to hide behind a fallacious header. Otherwise it's not security, it's laziness. ChrisA