Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed4.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.017 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'detect': 0.07; 'tries': 0.07; 'subject:script': 0.09; 'subject:using': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:send': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'connects': 0.19; 'tests': 0.22; 'header:In-Reply- To:1': 0.27; 'host': 0.29; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; 'sep': 0.31; 'subject:the': 0.34; 'no,': 0.35; 'received:google.com': 0.35; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'address.': 0.39; 'real': 0.63; 'foreign': 0.74; 'subject:via': 0.84; '2013': 0.98 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:to :content-type; bh=KZOCGCr+tgbYzHKfyTYzkoIh0QUXvcyuh2ob+xvzq10=; b=sD8kwVretmOFOJyZcSjxPVbMlUOZ3yGPRp/ZTkjc9vaSiu51i8XIl6qW5rxSQ+Puhq 2npFzR7cdTrub5yTtklwpIftQu82TZnZja1KZ92gKP76IKklMD5PCCEAHtFoClq3s9zQ gup4PshtY9ke8cKBOMZJKOzSxMn+nYXoTZLJLbJa2FdsbJJdz5/NhaHhw04KBmS1UsEq 1Cd7VQTmInI45DeATOGugkWLKSYgUssEwI2QeZTUia/lpv4Mquh8CiMg8FXCfb3qRW2z NwZRe1VqA12Fmbb89xQzOJG1F8LM5+Yf34oalh0T/4ukk9AuQ8bdCDKh4T+l+PzUqRF4 ATsw== MIME-Version: 1.0 X-Received: by 10.221.27.73 with SMTP id rp9mr2321726vcb.29.1379454467002; Tue, 17 Sep 2013 14:47:47 -0700 (PDT) In-Reply-To: References: <305a2044-a13e-47f8-9cc1-9e3482424616@googlegroups.com> <52366466$0$29988$c3e8da3$5496439d@news.astraweb.com> <5236B356.7030308@rece.vub.ac.be> <5236BD75.5080904@rece.vub.ac.be> <5236C4B7.3070601@rece.vub.ac.be> <52379718$0$29988$c3e8da3$5496439d@news.astraweb.com> Date: Wed, 18 Sep 2013 07:47:46 +1000 Subject: Re: Tryign to send mail via a python script by using the local MTA From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1379454469 news.xs4all.nl 16012 [2001:888:2000:d::a6]:43509 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:54335 On Wed, Sep 18, 2013 at 7:42 AM, Ferrous Cranus wrote: > So the foreign MTA tests for real time connectivity with the local MTA and > it tries to detect a working host and ip address. No, the local MTA connects to the foreign MTA. ChrisA