Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed2.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.029 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'subject:Python': 0.06; 'booth': 0.09; 'rewrite': 0.09; 'subject:script': 0.09; '23,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:mails': 0.16; 'fix': 0.17; 'wrote:': 0.18; 'command': 0.22; 'error': 0.23; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; 'that.': 0.31; 'idea,': 0.31; 'yes.': 0.31; 'received:google.com': 0.35; 'subject:Simple': 0.36; "i'll": 0.36; 'subject:?': 0.36; 'should': 0.36; 'checks': 0.38; 'to:addr :python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'tell': 0.60; 'different': 0.65; 'jul': 0.74; 'protocol,': 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=rnZlYcilDOGJ/brxtkyHKlbEYrj4qu0dIVzA4cVb2WM=; b=kexpycN2WTAIt6ZR6KAeqgI/0feUGVNBD/gyReLxNn1Lk05/1AvzvgWp69oTCb27t/ q66rTClAyV9Lq70SfySigsppQmzTJ2ocknzmBwi0aEpUHqMdCdoYidtZXLLAOalWYkBz qrIu0rwU38F9gQpwst4h5X4lkpawHOVG/lvtGwPkx+g3YeYhFM/ZzSPPHAxO7kYWc2f/ Q6dr81pIiL/UxkLFAYCjEnqEmPalUVEUwkA55Cwjxnt+i9oNYZoZegalC7iI3EVT7/wk Fb7hjXT/Xy2sCEjREmIkOxGYhAOPsxLWKXstcililzsyfL5eM8Y1M8D0R3j5J3XZ9y8o FRhQ== MIME-Version: 1.0 X-Received: by 10.221.4.4 with SMTP id oa4mr12482661vcb.70.1374615450625; Tue, 23 Jul 2013 14:37:30 -0700 (PDT) In-Reply-To: References: <368qu85msgfhuk2j2s13qj0bqn4rkcint9@4ax.com> <51ED3CEB.1070706@gmail.com> Date: Wed, 24 Jul 2013 07:37:30 +1000 Subject: Re: Simple Python script as SMTP server for outgoing e-mails? 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1374615453 news.xs4all.nl 15890 [2001:888:2000:d::a6]:45015 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:51099 On Tue, Jul 23, 2013 at 8:06 PM, Duncan Booth wrote: > Excellent idea, I'll tell the email forwarding service to rewrite their > system immediately. Yes. If they are using your domain in the MAIL FROM command and not using your mail servers, then yes, you should tell them, and use a different service until they fix that. It is not SPF's fault. It is a fundamental error of protocol, which SPF checks are highlighting. ChrisA