johnrajbd / bots

Automatically exported from code.google.com/p/bots
0 stars 0 forks source link

Email address validation in GUI too strict #312

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Problems with validating email adresses:
django's email validating is to strict. (eg if quoted user part, space is not 
allowed).
use case: x400 via IPmail (x400 addresses are used in email-addresses).
Use re-expressions to get this better/confrom email standards.

Original issue reported on code.google.com by hjebb...@gmail.com on 6 Aug 2014 at 3:43

GoogleCodeExporter commented 8 years ago

Original comment by hjebb...@gmail.com on 1 Sep 2014 at 2:43

GoogleCodeExporter commented 8 years ago

Original comment by hjebb...@gmail.com on 10 Sep 2014 at 2:58