summaryrefslogtreecommitdiff
path: root/src/mailman/core/errors.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* smtp_direct.py is dead and gone.Barry Warsaw2009-11-031-9/+4
|
* Move BadDomainSpecificationError to domain.txt interface. Try to set this toBarry Warsaw2009-07-261-4/+0
| | | | | | return an HTTP 400 error, though it does not seem to work. Expose list creation through the API.
* Remove or move QuotePeriods(), LCDomain(), and ValidateEmail from the UtilsBarry Warsaw2009-02-121-1/+1
| | | | module.
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+172
correctly regardless of how it's used.