Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!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.015 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'list?': 0.07; 'only,': 0.07; 'source.': 0.07; 'subject:Question': 0.07; 'collier': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'mailman': 0.10; '(other': 0.16; 'checking,': 0.16; 'fine.': 0.16; 'gpg': 0.16; 'quoted': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'usenet': 0.16; 'email addr:python.org,': 0.16; 'wrote:': 0.18; 'all,': 0.19; '>>>': 0.22; 'select': 0.22; 'header:User-Agent:1': 0.23; 'text.': 0.24; 'versions': 0.24; 'switch': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'subject:list': 0.30; 'that.': 0.31; 'indentation': 0.31; 'though.': 0.31; 'option': 0.32; 'another': 0.32; 'text': 0.33; 'says': 0.33; 'subject:mailing': 0.33; 'fri,': 0.33; 'plain': 0.33; 'noticed': 0.34; 'johnson': 0.35; 'but': 0.35; 'there': 0.35; 'html,': 0.36; 'shows': 0.36; 'url:org': 0.36; 'should': 0.36; 'two': 0.37; 'thank': 0.38; 'version,': 0.38; 'window': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'rather': 0.38; 'does': 0.39; '12,': 0.39; 'sure': 0.39; 'to:addr:python.org': 0.39; 'mailing': 0.39; 'either': 0.39; 'received:org': 0.40; 'most': 0.60; 'tell': 0.60; 'new': 0.61; 'field': 0.63; 'happen': 0.63; 'more': 0.64; 'email name:python-list': 0.65; 'skip:\xe2 10': 0.65; 'worth': 0.66; 'reply': 0.66; 'copies.': 0.68; 'frequently': 0.68; 'mail.': 0.69; '8bit%:43': 0.74; 'jul': 0.74; 'mail"': 0.84; 'url:tk': 0.95; '2013': 0.98 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dave Angel Subject: Re: Question about mailing list rules Date: Fri, 12 Jul 2013 10:58:26 -0400 References: <51DF46D5.5050605@Gmail.com> <51DFDDF1.3040309@Gmail.com> <51DFF5CE.2060403@Gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: 174.32.174.30 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 In-Reply-To: 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: 48 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1373641124 news.xs4all.nl 15919 [2001:888:2000:d::a6]:48733 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:50529 On 07/12/2013 08:34 AM, Chris “Kwpolska” Warrick wrote: > On Fri, Jul 12, 2013 at 2:25 PM, Devyn Collier Johnson > wrote: >> >>> >>> One more thing Devyn should do is watch the “To:” field and make sure >>> it says python-list@python.org, because the above message was sent to >>> Chris only, and that is not what should happen most of the time. >>> Another option is to use Reply All, but it will make old Usenet hags >>> angry, because they would get two copies. In Thunderbird, use Reply-List, rather than Reply-All, and it'll go to the right place. Still worth checking, though. >>> >>> -- >>> Kwpolska | GPG KEY: 5EAAEA16 >>> stop html mail | always bottom-post >>> http://asciiribbon.org | http://caliburn.nl/topposting.html >> >> Thank you and sorry about that. >> >> Kwpolska, I noticed your email shows "stop html mail" at the bottom. I have >> Thunderbird setup to use HTML mail. Are my emails coming up as plain text or >> HTML on this mailing list? >> >> Devyn Collier Johnson > > Apparently, it comes in plaintext. Mailman does not say that it > removed HTML, so it should be fine. Either way, there should be a > switch in the new message window to set what should be sent. > I only see one message from Devyn, and it's not the one quoted here. But the one I do see is in plain text. The safest way to tell (other than noticing that indentation randomly goes away, or that things are missing, or ...) is to view the source. In Thunderbird, select the message, then View->MessageSource. Then search in that for html. Frequently there's two versions of the message, one text and one html. What you want is a single version, text. -- DaveA.