VirtualMailManager/EmailAddress.py
branchv0.6.x
changeset 208 efa1327b721f
parent 199 0684790fff7c
child 213 1a9fee6b93bc
--- a/VirtualMailManager/EmailAddress.py	Mon Feb 22 03:14:12 2010 +0000
+++ b/VirtualMailManager/EmailAddress.py	Mon Feb 22 04:26:52 2010 +0000
@@ -14,7 +14,6 @@
 from VirtualMailManager.Exceptions import VMMEmailAddressException as VMMEAE
 
 
-RE_LOCALPART = """[^\w!#$%&'\*\+-\.\/=?^_`{\|}~]"""
 _ = lambda msg: msg