Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Laura Creighton Newsgroups: comp.lang.python Subject: Re: Getting response by email reply message Date: Tue, 10 Nov 2015 06:42:04 +0100 Lines: 16 Message-ID: References: <79f2c622-e626-43ae-bcec-f85d394ce575@googlegroups.com> <83cc2194-ca24-4c44-b5a0-ee6e7b0a8077@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de Y5iedaaM/dICCjicsEAZHAt7IWfbQFffIp8kN2XCfFCg== 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; 'cc:addr:python-list': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'subject:Getting': 0.09; 'url:github': 0.09; 'psf': 0.12; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'laura': 0.18; '2015': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; 'assuming': 0.22; 'voting': 0.22; 'mon,': 0.24; 'received:se': 0.29; 'cc:no real name:2**1': 0.29; "i'm": 0.30; 'so,': 0.35; 'nov': 0.35; 'subject:: ': 0.37; 'really': 0.37; 'two': 0.37; 'charset:us- ascii': 0.37; 'why': 0.39; 'header:Message-Id:1': 0.61; 'no.': 0.62; 'email addr:gmail.com': 0.62; 'yes': 0.62; 'reply': 0.68; 'email,': 0.69; 'mail.': 0.75; 'header:In-reply-to:1': 0.84; 'subject:response': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=openend.se; s=default; t=1447134126; bh=+bl6my2Eo2Yfv04KlOCQDPlD7ZpuM8/C5/tqbdzgdPQ=; h=To:cc:From:Subject:In-reply-to:References:Date:From; b=q331Fw2V3Wh8WbUma3fZdPhCONw+D/KwKEyNOsil9lLpn7o3Kg+lNw0GNXi6LG9Av JmsNGOC6pthDmnySL7xv9xLjZ+yGumGrOtx1l9EssYnOLZ7e2RBJJBGIgOilEvJ5Q+ 2LuHbAVLdvw7FfoW/3EdJ/i+2c7uoMGt8wbt9sQ4= In-reply-to: <83cc2194-ca24-4c44-b5a0-ee6e7b0a8077@googlegroups.com> Comments: In-reply-to zljubisic@gmail.com message dated "Mon, 09 Nov 2015 13:45:32 -0800." Content-ID: <11080.1447134124.1@fido> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [82.96.5.2]); Tue, 10 Nov 2015 06:42:06 +0100 (CET) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:98574 In a message of Mon, 09 Nov 2015 13:45:32 -0800, zljubisic@gmail.com write= s: >> I'm assuming this is a website. If so, why not use a form with a check= box? > >One of ideas is to put two url's in the email, one for yes and the other = one for no. > >I am also thinking about reading/parsing the reply mail. > >Regards. If what you really need is a voting application, you can look at https://github.com/mdipierro/evote which the PSF uses for its elections. Laura