Re: rfc822 regex

2012-02-09 Thread Bill Cole
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

Re: rfc822 regex

2012-02-09 Thread Viktor Dukhovni
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

rfc822 regex

2012-02-08 Thread Ram
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