On 9 Feb 2012, at 8:47, Viktor Dukhovni wrote:
On Thu, Feb 09, 2012 at 01:15:52PM +0530, Ram wrote:
I am trying to validate email ids of subscribers coming to my site
Is there a standard regular expression for email id syntax that
confirms to rfc822.
I want to avoid junk entries from enter
On Thu, Feb 09, 2012 at 01:15:52PM +0530, Ram wrote:
> I am trying to validate email ids of subscribers coming to my site
> Is there a standard regular expression for email id syntax that
> confirms to rfc822.
>
> I want to avoid junk entries from entering my database.
>
> Postfix already che
I am trying to validate email ids of subscribers coming to my site
Is there a standard regular expression for email id syntax that
confirms to rfc822.
I want to avoid junk entries from entering my database.
Postfix already checks this syntax in RCPT-TO , but is this regex
available alread