summaryrefslogtreecommitdiff
path: root/src/mailman/email/validate.py
diff options
context:
space:
mode:
authorBarry Warsaw2011-05-01 12:44:23 -0400
committerBarry Warsaw2011-05-01 12:44:23 -0400
commitcab8aea12c63fe4bcf8930e9b2f53012d2a74ee8 (patch)
treeb348573e40c969c3ae1f24387c1a6ebbf78c5d35 /src/mailman/email/validate.py
parenta90ca4ce77d99460ffd36a366cea0162869df783 (diff)
downloadmailman-cab8aea12c63fe4bcf8930e9b2f53012d2a74ee8.tar.gz
mailman-cab8aea12c63fe4bcf8930e9b2f53012d2a74ee8.tar.zst
mailman-cab8aea12c63fe4bcf8930e9b2f53012d2a74ee8.zip
Start the enablement of bounce detection.
* Move VERP header extraction to mailman.app.bounces, and ports the implementation to the get_verp() function. * Restore the [mta] verp_regexp value which got lost along the way. * Move mailman.email.utils to mailman.utilities.email and add a test for split_email() * Move specialized_message_from_string() from test_documentation to mailman.testing.helpers.
Diffstat (limited to 'src/mailman/email/validate.py')
-rw-r--r--src/mailman/email/validate.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mailman/email/validate.py b/src/mailman/email/validate.py
index 0c4c6a5e0..97b4b9e5f 100644
--- a/src/mailman/email/validate.py
+++ b/src/mailman/email/validate.py
@@ -29,10 +29,9 @@ import re
from zope.interface import implements
-
-from mailman.email.utils import split_email
from mailman.interfaces.address import (
IEmailValidator, InvalidEmailAddressError)
+from mailman.utilities.email import split_email
# What other characters should be disallowed?