summaryrefslogtreecommitdiff
path: root/src/mailman/utilities/email.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Start the enablement of bounce detection.Barry Warsaw2011-05-011-0/+41
* 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.