summaryrefslogtreecommitdiff
path: root/src/mailman/database (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-24Account for msg['subject'] possibly being a Header instance.Mark Sapiro2-0/+33
2017-05-24Fix the template name of the welcome message.Barry Warsaw5-17/+18
2017-05-233.1rc1Barry Warsaw3-6/+13
2017-05-23Add self_links to the system configuration resources.Barry Warsaw3-1/+19
2017-05-23Add support for regex based postfix transport maps and relay_domains.Abhilash Raj5-66/+198
2017-05-23Content Filtering: Ported a number of fixes from the 2.1 branch.Mark Sapiro8-19/+495
2017-05-23Fix minor spelling.Barry Warsaw1-1/+1
2017-05-23Adding documentation on how to enter multi-line header_checks.Simon Liebold1-2/+5
2017-05-22Remove obsolete instructionsTerri Oda2-178/+16
2017-05-22Point to Python 3 pickle URLscott1-1/+1
2017-05-22Update welcome template with correct password reset instructionsBritt Gresham2-4/+4
2017-05-09Add an explanatory comment. See GL#324Barry Warsaw1-0/+4
2017-04-22Enhance Switchboard.finish() to look for .pck if no .bak.Mark Sapiro2-0/+27
2017-04-22Fix two problems and close #260Barry Warsaw3-4/+37
2017-04-21Remove -admin suffix from Exim router. It's MM 2.1 only.Mark Sapiro1-1/+1
2017-04-16We also support Python 3.6Barry Warsaw1-0/+1
2017-04-16This test data file needs to make it into the release tarball.Barry Warsaw1-1/+1
2017-04-16Beta 5Barry Warsaw1-2/+2
2017-04-16Markup fixes.Barry Warsaw1-21/+22
2017-04-16Update the configuration documentation.Barry Warsaw2-20/+122
2017-04-10Fix the documentation to use Exim4 with Mailman3.Abhilash Raj1-4/+5
2017-04-08Require aiosmtpd>=1.0a5Mark Sapiro1-1/+1
2017-04-06Port to aiosmtpd 1.0a5Barry Warsaw2-26/+19
2017-03-30Slight doc reorg.Barry Warsaw2-5/+5
2017-03-27Implement SQLAlchemy pre-ping to detect dropped connections.Mark Sapiro2-1/+44
2017-03-25Add a front page pointer to the suite documentation.Barry Warsaw1-0/+6
2017-02-20Moved InvalidListNameError class definition to mailman.interfaces.mailinglist.Mark Sapiro4-14/+19
2017-02-20Run diffcov for all merge requestsBarry Warsaw1-0/+6
2017-02-19Updated rest/lists.py to handle list name error exceptions and addedMark Sapiro4-2/+36
2017-02-19Replaced assertEqual with assertRegex to account for difference in errorMark Sapiro1-5/+6
2017-02-19Fixed broken tests.Mark Sapiro2-0/+2
2017-02-19Made the allowable list name characters configurable.Mark Sapiro4-1/+45
2017-02-19Implemented stricter listname validation.Mark Sapiro3-2/+24
2017-02-19Skip a test if run as root, as can happen with GL shared runnersBarry Warsaw1-0/+1
2017-02-10Experimental Gunicorn support.Barry Warsaw2-1/+4
2017-02-10Gunicorn REST support.Barry Warsaw1-12/+20
2017-02-10Update WSGI functions to take necessary argumentsEric Searcy2-12/+10