diff options
| author | bwarsaw | 2003-03-06 22:37:51 +0000 |
|---|---|---|
| committer | bwarsaw | 2003-03-06 22:37:51 +0000 |
| commit | 645ca143bb8c248184a4cae5178cc3c9ffbf9530 (patch) | |
| tree | d4b7efb115deb601e90d07ebb0f2ff1c9f6f9592 /Mailman/Utils.py | |
| parent | 684117ab6f56fa6ac8c3edda2fc85f068dc148a4 (diff) | |
| download | mailman-645ca143bb8c248184a4cae5178cc3c9ffbf9530.tar.gz mailman-645ca143bb8c248184a4cae5178cc3c9ffbf9530.tar.zst mailman-645ca143bb8c248184a4cae5178cc3c9ffbf9530.zip | |
Diffstat (limited to 'Mailman/Utils.py')
| -rw-r--r-- | Mailman/Utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Utils.py b/Mailman/Utils.py index 922626849..57c87c36e 100644 --- a/Mailman/Utils.py +++ b/Mailman/Utils.py @@ -192,7 +192,7 @@ def LCDomain(addr): # TBD: what other characters should be disallowed? -_badchars = re.compile('[][()<>|;^,/]') +_badchars = re.compile(r'[][()<>|;^,/\200-\377]') def ValidateEmail(s): """Verify that the an email address isn't grossly evil.""" |
