Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #73543

Re: Standard way to generate mail/news reply?

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 <skip.montanaro@gmail.com>
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 <skip@pobox.com>
To Adam Funk <a24061@ducksburg.com>
Content-Type text/plain; charset=UTF-8
Cc Python <python-list@python.org>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.11215.1403612058.18130.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Tue, Jun 24, 2014 at 6:46 AM, Adam Funk <a24061@ducksburg.com> 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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Standard way to generate mail/news reply? Adam Funk <a24061@ducksburg.com> - 2014-06-24 12:46 +0100
  Re: Standard way to generate mail/news reply? Skip Montanaro <skip@pobox.com> - 2014-06-24 07:14 -0500
    Re: Standard way to generate mail/news reply? Adam Funk <a24061@ducksburg.com> - 2014-06-26 10:37 +0100

csiph-web