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


Groups > comp.lang.python > #98558

Re: Getting response by email reply message

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Subject Re: Getting response by email reply message
Date Tue, 10 Nov 2015 09:37:40 +1100
Lines 13
Message-ID <mailman.190.1447108662.16136.python-list@python.org> (permalink)
References <79f2c622-e626-43ae-bcec-f85d394ce575@googlegroups.com> <20151109121529.2a3e7c03@bigbox.christie.dr> <CALwzidkv-OavOTPYMPGL=LRRo_O13ULCyNQqeDBCtkTYCoYgCQ@mail.gmail.com>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
X-Trace news.uni-berlin.de 1YyhE92wRr5m4DZMnj3UlgWIrbj7AapVm+/K4yQ/2xWA==
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.002
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'received:209.85.223': 0.03; 'configure': 0.04; 'nicely': 0.07; 'reason,': 0.07; 'cc:addr :python-list': 0.09; 'pop3': 0.09; 'subject:Getting': 0.09; 'suggest': 0.15; 'cc:name:python': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'poll': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; "wouldn't": 0.16; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'prevent': 0.20; 'trying': 0.22; 'am,': 0.23; 'bit': 0.23; 'smtp': 0.23; 'header:In-Reply-To:1': 0.24; "doesn't": 0.26; 'message- id:@mail.gmail.com': 0.27; 'connection': 0.30; 'getting': 0.33; 'tue,': 0.34; 'server': 0.34; 'received:google.com': 0.35; 'easiest': 0.35; 'nov': 0.35; 'community': 0.36; 'but': 0.36; 'received:209.85': 0.36; 'subject:: ': 0.37; 'things': 0.38; 'received:209': 0.38; 'your': 0.60; "you'll": 0.61; 'internet': 0.70; 'chrisa': 0.84; 'surprisingly': 0.84; 'to:none': 0.91; 'subject:response': 0.91; 'tricky': 0.93
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=1EGHVz4gETiKSht9wuq1ZY9Ab+zS0Z/HB+rXqj+dXBY=; b=Ee+qeYqD0J1C4wHd3CI1fEaTFAqjN9HWqGw9DOKnnoI8a/8A6kxpOaBJVEmN8FxYLM mgdY2LOnuAhfnd6K/7KbGT7YTnB9BwAmRoUKzS3P0I4QdyYHvKmNw5p/AxnFLpehwbZF xnqj1ZZa7/jWm2E7zKQuRKzgo01MudratxA0luOSnhFo1CZ+2JRUdpTbZXUEBq6rDwur LeHvQ4Drr30nJRTSTT5M4FfQ7WJ6LlRsQnH7maZX0zswCurMKADbKFh1/Faoy8uGjL39 rl1khJXMJTs0A8yLQY3O8A9+UgCIXkxoDGx+2Z2yidzg2E50n7xnEYAfzLtWABOjRLLq 4yMw==
X-Received by 10.107.16.84 with SMTP id y81mr767495ioi.19.1447108660530; Mon, 09 Nov 2015 14:37:40 -0800 (PST)
In-Reply-To <CALwzidkv-OavOTPYMPGL=LRRo_O13ULCyNQqeDBCtkTYCoYgCQ@mail.gmail.com>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
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>
Xref csiph.com comp.lang.python:98558

Show key headers only | View raw


On Tue, Nov 10, 2015 at 9:30 AM, Ian Kelly <ian.g.kelly@gmail.com> wrote:
> I wouldn't suggest trying to set up an SMTP server without a strong
> reason, however. These things are surprisingly tricky to configure so
> that your server doesn't get used for spam forwarding, and if you
> don't play nicely with the SMTP community then you'll find your domain
> and mail server getting added to various blacklists.

Easiest way to prevent it from forwarding spam is to make it
incoming-only. But yes, you do need to know a bit about how the
internet works; if all you want to do is poll for mail every X
minutes, a POP3 or IMAP connection is far simpler.

ChrisA

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


Thread

Getting response by email reply message zljubisic@gmail.com - 2015-11-09 08:12 -0800
  Re: Getting response by email reply message Joel Goldstick <joel.goldstick@gmail.com> - 2015-11-09 11:21 -0500
    Re: Getting response by email reply message zljubisic@gmail.com - 2015-11-09 13:45 -0800
      Re: Getting response by email reply message Laura Creighton <lac@openend.se> - 2015-11-10 06:42 +0100
        Re: Getting response by email reply message zljubisic@gmail.com - 2015-11-09 23:09 -0800
          Re: Getting response by email reply message Laura Creighton <lac@openend.se> - 2015-11-10 11:23 +0100
          Re: Getting response by email reply message Laura Creighton <lac@openend.se> - 2015-11-10 11:37 +0100
  Re: Getting response by email reply message Tim Chase <python.list@tim.thechases.com> - 2015-11-09 12:15 -0600
    Re: Getting response by email reply message zljubisic@gmail.com - 2015-11-09 13:53 -0800
      Re: Getting response by email reply message Denis McMahon <denismfmcmahon@gmail.com> - 2015-11-09 22:14 +0000
      Re: Getting response by email reply message Tim Chase <python.list@tim.thechases.com> - 2015-11-09 16:45 -0600
  Re: Getting response by email reply message Ian Kelly <ian.g.kelly@gmail.com> - 2015-11-09 15:30 -0700
    Re: Getting response by email reply message Marko Rauhamaa <marko@pacujo.net> - 2015-11-10 00:43 +0200
  Re: Getting response by email reply message Chris Angelico <rosuav@gmail.com> - 2015-11-10 09:37 +1100

csiph-web