Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed3.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.024 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'correct,': 0.09; 'subject:position': 0.09; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:Add': 0.16; 'followed': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'cc:addr:python.org': 0.22; 'headers': 0.24; 'stick': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; 'header,': 0.31; 'supposed': 0.32; "i'd": 0.34; 'test': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'subject:?': 0.36; 'too': 0.37; 'pm,': 0.38; "you're": 0.61; 'edwards': 0.91; 'to:none': 0.92 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:cc :content-type; bh=3gAlXiXoim5GomTCbQANkyjQjd9FYto3cMNpH4zJbBo=; b=LIS82PwvTa3CSBMZ9pk2iIBg346xGkr6aEJyIo29N3rPnUAZzVlBBF/NogEtLz+hX7 jaK5CvGzWaHdi6Lxy3MQWAli8e5IiSBzwLCr7gsZQhzyoP8HG6uX8/Il4pqdFwjArnat bEroROjBweCRH2OXxbs96Iu5iUwE3299NLRvdoVJKN7i8fLNO976nrnyZcalyK4LXrwN OwccNy5bvfpoQw25IqTQ+Wd5JfZij4buS9HgkdHI9W7qIW5KFh2HMpKWVMNk5+8M95Ac FAGvRDU5IUYsjK7Qwza50OaJbc2PezkQZD72/xUpa2tWpsL9IC8JGfEZjFOBQAiyJ45D BkzA== MIME-Version: 1.0 X-Received: by 10.220.249.6 with SMTP id mi6mr2946395vcb.33.1399556854713; Thu, 08 May 2014 06:47:34 -0700 (PDT) In-Reply-To: References: <536A4BF7.6040000@arskom.com.tr> Date: Thu, 8 May 2014 23:47:34 +1000 Subject: Re: Add "Received:" header to email msg in correct position? From: Chris Angelico Cc: "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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1399556856 news.xs4all.nl 2967 [2001:888:2000:d::a6]:55853 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:71101 On Thu, May 8, 2014 at 11:28 PM, Grant Edwards wrote: > I also don't remember off the top of my head what you're > supposed to do with headers that get too long (I think you just stick > in a \r\n followed by some whitespace and then continue the header, > but I'd have to look that up and then test it). That would be correct, fwiw. ChrisA