diff options
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 0816599fa..0d21b3032 100644 --- a/Mailman/Utils.py +++ b/Mailman/Utils.py @@ -171,7 +171,7 @@ def LCDomain(addr): # TBD: what other characters should be disallowed? -_badchars = re.compile('[][()<>|;^,]/') +_badchars = re.compile('[][()<>|;^,/]') def ValidateEmail(s): """Verify that the an email address isn't grossly evil.""" |
