Path: csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!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.062 X-Spam-Evidence: '*H*': 0.88; '*S*': 0.00; 'subject:Python': 0.05; 'received:internal': 0.09; 'message- id:@webmail.messagingengine.com': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:messagingengine.com': 0.16; 'violated': 0.16; 'wrote:': 0.16; 'header:In-Reply-To:1': 0.24; 'feature': 0.24; '(new': 0.29; 'character.': 0.29; 'standards': 0.30; 'supposed': 0.31; 'file': 0.34; 'behind': 0.35; 'text': 0.35; 'but': 0.36; 'there': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'being': 0.37; 'received:66': 0.38; 'to:addr:python.org': 0.40; 'space': 0.40; 'from:no real name:2**0': 0.60; 'header:Message-Id:1': 0.61; 'real': 0.62; 'internet': 0.70; '26,': 0.72; 'jul': 0.72; 'physical': 0.72; 'subject:Gmail': 0.91 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.us; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=4A0FSpzPEEvks31Q/0piORMhVko=; b=Lqs/Pu gErUJrJNpmu8C/bP9Tx45HIDT9hB8RnBHdxqtJkroxo0Ihl1pxCW7nJhW2dr6gr+ PTT58FMbX3KCAZ5XGjeG6Isr8hgSyk885AgRuX/TX7DUg55r+DJk3PySkDZ9I+Gc eLybGq9STaJkGNoZd/gqRap1+dEfDIfm6ryS8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=4A0FSpzPEEvks31 Q/0piORMhVko=; b=pAO93TS+MJzeKDUBLhxpWnG9chAtxMif5uLIWLDMKCjw6PS fx296ZPAG1gjGPLdJbtBeqjnp6sj0ZonGtPCjxeLkYoQ0kdc1QUEqvS/J/FqNLAQ +ifckJ9bLFgWWm2pe1xGE1dVjV7xyKHOP5tIgVUafbGI5aYXr/Lkm6S2h9rI= X-Sasl-Enc: vXOLO17yu6mUOMzFK0DgxcdKUKV8CjFpQDRl7cYtDMnG 1438180953 From: random832@fastmail.us To: python-list@python.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-63a5d8c6 Subject: Re: Gmail eats Python Date: Wed, 29 Jul 2015 10:42:33 -0400 In-Reply-To: References: <201507251634.t6PGYUvo028820@fido.openend.se> <201507251704.t6PH4FNx029638@fido.openend.se> <85twsrn3ob.fsf@benfinney.id.au> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1438180956 news.xs4all.nl 2862 [2001:888:2000:d::a6]:47054 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:94736 On Sun, Jul 26, 2015, at 02:43, Ian Kelly wrote: > What Internet standard is being violated by reflowing text content in > the message body? Well, implicitly, text is only supposed to be reflowed when format=flowed is in use, and only then when each physical line of the file ends with a space character. If there were _no_ internet standard on reflowing that would be one thing (new feature whereas the standards are behind the times), but the standard for reflowing is actually well-established (RFC 2646, dated 1999) and there's no real reason for not following it.