Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!us.feeder.erje.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed3.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: UNSURE 0.321 X-Spam-Level: *** X-Spam-Evidence: '*H*': 0.45; '*S*': 0.09; 'charset:iso-8859-7': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:ideas': 0.16; 'wrote:': 0.17; 'non': 0.24; 'header:In- Reply-To:1': 0.25; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'gets': 0.32; 'asked': 0.33; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'whatever': 0.35; 'subject:?': 0.35; 'there': 0.35; 'but': 0.36; 'subject:: ': 0.38; 'mean': 0.38; 'to:addr:python.org': 0.39; 'deliver': 0.60; 'address': 0.60; 'subject:. ': 0.66; 'click': 0.76; 'subject:This': 0.78; '2013': 0.84; 'address..': 0.84; 'subject:Any': 0.84; 'subject:gets': 0.84; 'magical': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=F81cUZe9GUIMqEBxBsdyX/PEkAT/v6jybxHWdRqEyh0=; b=d0N05dQxa2Wmdgp9Y1WY2SUaXX7t4ST1Vrm8tk04wpQC8hSxYgLFrJ89XZCdwZXlg0 cMz2+6iG0Zyy1pBFP4wFDc80ONfXFuZ+w1RqrzMhFYR7cbONDbV1GoEuHQFET+jhdSsv eWC7HQF/fH31Dl5cc/83upgAk8Ka2M4CBbRyU94n1USGWzrTEs82DRnknPpijXumg6k6 tWrqqNe8YompBNAau9m8SBlY0sQRUjgbfSOg9cf8/PZp0gVrmFIZ9oUeHF8IJ3QdTomu eBtFqg31uY/lRoYfVGjOJmxvbHlzKFDtDQihDaKW3iTG69lYI/0KLybuxUR996PImxxQ pazA== MIME-Version: 1.0 X-Received: by 10.52.29.209 with SMTP id m17mr2442726vdh.111.1362867334123; Sat, 09 Mar 2013 14:15:34 -0800 (PST) In-Reply-To: References: Date: Sun, 10 Mar 2013 09:15:33 +1100 Subject: Re: This mail never gets delivered. Any ideas why? From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Mon, 11 Mar 2013 16:11:56 +0100 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1363014717 news.xs4all.nl 6970 [2001:888:2000:d::a6]:40783 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:41068 On Sun, Mar 10, 2013 at 8:25 AM, =CD=DF=EA=EF=F2 =C3=EA=F133=EA wrote: > mail =3D form.getvalue('mail') > > id what the user types in an html form and click submits. this can be a n= on valid email of course i just check if there is a '@' in the mail address= . > > But will the mail, gets delivered even if mail's value is invalid? I asked the postman to deliver a letter to Dreaded Batter Pudding Hurler, Bexhill-on-Sea, England 142857. Will that letter get delivered even if that address is invalid? Is email in any way magical and able to deliver mail to invalid values, whatever it is you mean by "value"? ChrisA