summaryrefslogtreecommitdiff
path: root/src/mailman/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Convert content filter and acceptable aliases away from pickle types.Barry Warsaw2009-03-031-0/+3
| | | | | | | * Add an adapter from mailing lists to acceptable alias set. Use this instead of the old acceptable alias interface, which is not removed. * Add contentfilter table * Add a bunch of missing docstrings
* Checkpointing the conversion of automatic responses away from pickles.Barry Warsaw2009-02-161-0/+2
|
* 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-258-0/+823
correctly regardless of how it's used.