Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #7138
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.006 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'bind': 0.09; 'hostname': 0.09; 'subject:string': 0.09; 'pm,': 0.10; 'received:209.85.214.174': 0.14; 'received:mail- iw0-f174.google.com': 0.14; 'wrote:': 0.14; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'qualified.': 0.16; 'tue,': 0.17; 'header:In-Reply-To:1': 0.21; 'message- id:@mail.gmail.com': 0.28; 'received:209.85.214': 0.28; 'to:addr :python-list': 0.33; 'actually': 0.33; '[1]': 0.34; 'nobody': 0.34; 'received:google.com': 0.37; 'received:209.85': 0.37; 'subject:: ': 0.38; 'received:209': 0.39; 'files,': 0.39; 'to:addr:python.org': 0.39; 'ever': 0.64 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=MfO/fAzZbfxY+QZz6F4AxmgKuSaZcnk6+5QTRkwtJIU=; b=UJsiKM3z4pvYGQnoC10bkhyNn91g9ilNZ7wN4yDsOBRucWWDiiT1un1frqOXmQl6xo aoL4RWas+zB4IHDFt4wszDiR2jj3FSqiPyZJV8wsA4dbfBoV/VhnFptex258Wc/fS5Dx izUZ+CKXCeW2h/LBu3k2dYXoKUFIioWfixTgY= |
| DomainKey-Signature | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=pFvGowqJpsGhEzwKQodnVKm/WjZiWv1eIE/k+xzO0ToEu5W3vxzhQOGTccH45wNFnW mPdq/R1eBuW/wNfdU62I/R4lv0JAP1NOiSiUOEKbqltEkOiW9fc0bVkb00IoUVXEoSP5 X7/wM1UtaqBQSMN1+W1ExtWt+YNtuo/0EfBvQ= |
| MIME-Version | 1.0 |
| In-Reply-To | <pan.2011.06.07.05.23.21.453000@nowhere.com> |
| References | <d30814aa-494f-457f-8a56-5ebe802f4725@z7g2000prh.googlegroups.com> <pan.2011.06.07.05.23.21.453000@nowhere.com> |
| Date | Tue, 7 Jun 2011 15:52:05 +1000 |
| Subject | Re: Validating string for FDQN |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2521.1307425928.9059.python-list@python.org> (permalink) |
| Lines | 8 |
| NNTP-Posting-Host | 82.94.164.166 |
| X-Trace | 1307425928 news.xs4all.nl 49184 [::ffff:82.94.164.166]:36059 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:7138 |
Show key headers only | View raw
On Tue, Jun 7, 2011 at 3:23 PM, Nobody <nobody@nowhere.com> wrote: > [1] If a hostname ends with a dot, it's fully qualified. > Outside of BIND files, when do you ever see a name that actually ends with a dot? ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Validating string for FDQN Eric <eric.wong.t@gmail.com> - 2011-06-06 17:40 -0700
Re: Validating string for FDQN harrismh777 <harrismh777@charter.net> - 2011-06-06 20:55 -0500
Re: Validating string for FDQN Chris Angelico <rosuav@gmail.com> - 2011-06-07 12:50 +1000
Re: Validating string for FDQN Philip Semanchuk <philip@semanchuk.com> - 2011-06-06 23:10 -0400
Re: Validating string for FDQN Nobody <nobody@nowhere.com> - 2011-06-07 06:23 +0100
Re: Validating string for FDQN Chris Angelico <rosuav@gmail.com> - 2011-06-07 15:52 +1000
Re: Validating string for FDQN Chris Torek <nospam@torek.net> - 2011-06-07 06:20 +0000
Re: Validating string for FDQN Nobody <nobody@nowhere.com> - 2011-06-07 21:46 +0100
csiph-web