Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1a.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.031 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'cc:addr:python-list': 0.11; '24,': 0.16; 'adam': 0.16; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'hits.': 0.16; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; 'library': 0.18; 'cc:addr:python.org': 0.22; 'skip': 0.24; 'cc:2**0': 0.24; 'subject:/': 0.26; 'header:In- Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'python.org': 0.32; 'point.': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'subject:?': 0.36; 'searching': 0.37; 'starting': 0.37; 'generating': 0.39; 'taking': 0.65; 'reply': 0.66; 'replybot': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=8OyK/eyGyshf/qo5WK06WFW0gn6U/wHk5yXR/dk3Tyk=; b=iLlloB+5ZZ+jlzEsBHQmHCps49S4Q0+ydy2buhBJT2ZPeiayYYkUo0w4KIpCnCHk9R pvbrmveu0nwMvyGGYIjYZL33sRP52jBTWfJZKS6lvqO3ZHUWo8foBfKK5pKGMISJva+q uZ9riKNOhTlncDOqu2sEhMJ9O5osH/we0UE/Mq2gC/9ThBkkhHoXW64sTIeS2wzYCIro u4Bb22hm86Yd0PNNQE6JLgWvstvr49LpcihIPf95KakoXmOF5q+iyOmOx4exZK5q4oJt 16URNZPHOjVn832oZIMgfCJjd2yi2RlXLLv/2CWPscKXIoQAv0YvLGV4HHs/FhRGEcnN B4xw== MIME-Version: 1.0 X-Received: by 10.43.62.204 with SMTP id xb12mr425810icb.51.1403612055354; Tue, 24 Jun 2014 05:14:15 -0700 (PDT) Sender: skip.montanaro@gmail.com In-Reply-To: <515o7bx07o.ln2@news.ducksburg.com> References: <515o7bx07o.ln2@news.ducksburg.com> Date: Tue, 24 Jun 2014 07:14:15 -0500 X-Google-Sender-Auth: GPv6Uiad-WT94_ULOd6KLNqW2pM Subject: Re: Standard way to generate mail/news reply? From: Skip Montanaro To: Adam Funk Content-Type: text/plain; charset=UTF-8 Cc: Python 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: 1403612058 news.xs4all.nl 2955 [2001:888:2000:d::a6]:49521 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:73543 On Tue, Jun 24, 2014 at 6:46 AM, Adam Funk wrote: > Is there some standard library or code for taking an e-mail or > newsgroup message & generating a reply to it? You might try searching for "mail reply" on pypi.python.org. That will return a number of hits. I know the python.org replybot is there and used frequently. It might be a good starting point. Skip