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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'differently': 0.07; 'rfc': 0.09; '-tkc': 0.16; 'document)': 0.16; 'from:addr:python.list': 0.16; 'from:addr:tim.thechases.com': 0.16; 'from:name:tim chase': 0.16; 'headers.': 0.16; 'message-id:@tim.thechases.com': 0.16; 'received:70.251': 0.16; 'received:dsl.rcsntx.swbell.net': 0.16; 'received:rcsntx.swbell.net': 0.16; 'received:swbell.net': 0.16; 'stuff,': 0.16; 'thanks,': 0.18; '(or': 0.18; 'flags': 0.22; 'mention': 0.23; 'split': 0.23; 'header:User-Agent:1': 0.26; '[1]': 0.27; '[2]': 0.27; 'subject:/': 0.28; 'noticed': 0.28; 'source': 0.29; "i'm": 0.29; 'sense': 0.31; '(and': 0.32; 'url:python': 0.32; 'anybody': 0.32; 'curious': 0.33; 'to:addr :python-list': 0.33; 'me?': 0.33; 'stores': 0.35; 'subject:?': 0.35; 'but': 0.36; 'url:org': 0.36; 'url:library': 0.36; "didn't": 0.36; 'anything': 0.36; 'some': 0.38; 'url:docs': 0.38; 'to:addr:python.org': 0.39; 'subject:-': 0.40; 'help': 0.40; 'different': 0.63; 'insight': 0.71; 'received:50.22': 0.84; 'to:name:python': 0.84 Date: Thu, 30 Aug 2012 12:49:36 -0500 From: Tim Chase User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111120 Icedove/3.1.16 MIME-Version: 1.0 To: Python Subject: mailbox.mbox Status/X-Status flags RFC? Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - boston.accountservergroup.com X-AntiAbuse: Original Domain - python.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tim.thechases.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 25 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1346348911 news.xs4all.nl 6892 [2001:888:2000:d::a6]:44868 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:28136 Playing around with mailbox.mbox, I noticed the flag get split across Status/X-Status headers. I dug into the source and read at [1] to see the *how* but I'm curious as to the *why*. When I pulled up RFC-4155[2] (mbox), it didn't seem to mention anything about the Status/X-Status stuff, and the MaildirMessage stores flags differently (and with different meanings). Anybody have some insight (or an RFC document) that would help this make sense to me? Thanks, -tkc [1] http://docs.python.org/library/mailbox.html#mboxmessage [2] http://tools.ietf.org/html/rfc4155