Re: Email Verfication Regular Expression - Mailing list pgsql-general

From Stephane Bortzmeyer
Subject Re: Email Verfication Regular Expression
Date
Msg-id 20050913105943.GB13110@nic.fr
Whole thread Raw
In response to Re: Email Verfication Regular Expression  (Steve Atkins <steve@blighty.com>)
Responses Re: Email Verfication Regular Expression
List pgsql-general
On Wed, Sep 07, 2005 at 12:21:45PM -0700,
 Steve Atkins <steve@blighty.com> wrote
 a message of 26 lines which said:

>
/^[^@]*@(?:[^@]*\.)?[a-z0-9-_]+\.(?:a[defgilmnoqrstuwz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvxyz]|d[ejkmoz]|e[ceghrst]|f[ijkmorx]|g[abdefhilmnpqrstuwy]|h[kmnrtu]|i[delnoqrst]|j[mop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrtwy]|qa|r[eouw]|s[abcdeghijklmnortvyz]|t[cdfghjkmnoprtvwz]|u[agkmsyz]|v[aceginu]|w[fs]|y[etu]|z[amw]|edu|com|net|org|gov|mil|info|biz|coop|museum|aero|name|pro)$/

Very bad idea to hardcode the list of TLD. You are already late
(".jobs" and ".travel" are in the ICANN root).

pgsql-general by date:

Previous
From: Martín Marqués
Date:
Subject: kernel log un upgrade of postgresql-common
Next
From: Stephane Bortzmeyer
Date:
Subject: Re: Email Verfication Regular Expression