| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 3.1.0 final! | Barry Warsaw | 2017-05-25 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'doc-UTF8' into 'master' | Barry Warsaw | 2017-05-25 | 1 | -0/+123 |
| |\ | | | | | | | | | Document Unicode usage in Mailman 3 REST API and email addresses. See merge request !274 | ||||
| | * | Document Unicode usage in Mailman 3 REST API and email addresses. | Stephen J. Turnbull | 2017-05-24 | 1 | -0/+123 |
| | | | |||||
| * | | Minor reformatting of NEWS | Barry Warsaw | 2017-05-24 | 1 | -10/+6 |
| |/ | |||||
| * | Add support for regex based postfix transport maps and relay_domains. | Abhilash Raj | 2017-05-23 | 1 | -4/+37 |
| | | |||||
| * | Content Filtering: Ported a number of fixes from the 2.1 branch. | Mark Sapiro | 2017-05-23 | 1 | -0/+2 |
| | | |||||
| * | Remove obsolete instructions | Terri Oda | 2017-05-22 | 2 | -178/+16 |
| | | |||||
| * | Point to Python 3 pickle URL | scott | 2017-05-22 | 1 | -1/+1 |
| | | |||||
| * | Remove -admin suffix from Exim router. It's MM 2.1 only. | Mark Sapiro | 2017-04-21 | 1 | -1/+1 |
| | | |||||
| * | Markup fixes. | Barry Warsaw | 2017-04-16 | 1 | -21/+22 |
| | | |||||
| * | Fix the documentation to use Exim4 with Mailman3. | Abhilash Raj | 2017-04-10 | 1 | -4/+5 |
| | | |||||
| * | Slight doc reorg. | Barry Warsaw | 2017-03-30 | 1 | -3/+3 |
| | | |||||
| * | Implement SQLAlchemy pre-ping to detect dropped connections. | Mark Sapiro | 2017-03-27 | 1 | -0/+3 |
| | | |||||
| * | Made the allowable list name characters configurable. | Mark Sapiro | 2017-02-19 | 1 | -0/+2 |
| | | |||||
| * | Implemented stricter listname validation. | Mark Sapiro | 2017-02-19 | 1 | -0/+1 |
| | | |||||
| * | Experimental Gunicorn support. | Barry Warsaw | 2017-02-10 | 1 | -0/+2 |
| | | |||||
| * | Core developers are no longer listed in 'reverse' order. | Mark Sapiro | 2017-02-05 | 1 | -2/+2 |
| | | | | J. D. Bronson was interpreted as an enumerated list item. | ||||
| * | Extensive reorganization | Barry Warsaw | 2017-02-04 | 10 | -176/+156 |
| | | |||||
| * | More contributors. | Barry Warsaw | 2017-02-04 | 1 | -2/+41 |
| | | |||||
| * | Sort contributors alphabetically. | Barry Warsaw | 2017-02-04 | 1 | -187/+188 |
| | | | | | Add Franck Martin's name. Closes #242 | ||||
| * | Split CONTRIBUTE and INSTALL | Barry Warsaw | 2017-02-04 | 3 | -99/+153 |
| | | |||||
| * | Update some of the documentation. | Barry Warsaw | 2017-02-04 | 2 | -22/+31 |
| | | |||||
| * | Close #306 | Barry Warsaw | 2017-01-29 | 1 | -0/+1 |
| | | | | | Update documentation links for ``config.cfg`` settings. | ||||
| * | Handle PEP 475 fallout. | Barry Warsaw | 2017-01-28 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | Closes #255 As of Python 3.5, PEP 475 gets in our way. Runners with long time.sleep()'s in their _snooze() method (e.g. the retry runner) will have their system call implemented time.sleep() automatically retried at the C layer. The only reliable way to prevent this is to raise an exception in the signal handler. The standard run() method automatically suppresses this exception, meaning, it's caught and ignored, but effectively breaks the run() loop, which is just what we want. The lmtp and rest runners implement their own run loops, so they also have to handle this exception, by ignoring it. | ||||
| * | Fix confirmation of unsubscription requests. (Closes: #294) | Barry Warsaw | 2017-01-16 | 1 | -0/+1 |
| | | |||||
| * | NEWS for #219 | Barry Warsaw | 2017-01-15 | 1 | -0/+4 |
| | | |||||
| * | NEWS | Barry Warsaw | 2017-01-09 | 1 | -0/+2 |
| | | |||||
| * | Delete subscription requests when a mailing list is deleted. | Barry Warsaw | 2017-01-08 | 1 | -0/+2 |
| | | | | | Closes #214 | ||||
| * | Bump copyright years. | Barry Warsaw | 2017-01-04 | 6 | -7/+7 |
| | | |||||
| * | NEWS | Barry Warsaw | 2017-01-04 | 1 | -0/+1 |
| | | |||||
| * | Remove support for to_moderators. | Barry Warsaw | 2016-12-29 | 1 | -2/+0 |
| | | | | | Remove a NEWS entry which is no longer applicable. | ||||
| * | Use `atpublic` for @public instead of internal copy. | Barry Warsaw | 2016-11-29 | 1 | -1/+1 |
| | | |||||
| * | Officially support Python 3.6. | Barry Warsaw | 2016-11-28 | 1 | -0/+1 |
| | | | | | Closes #295 | ||||
| * | NEWS. | Barry Warsaw | 2016-11-26 | 1 | -0/+2 |
| | | |||||
| * | Add NEWS and a little bit of cleanup. | Barry Warsaw | 2016-11-25 | 1 | -0/+2 |
| | | |||||
| * | Transmit the moderation reason to hold_message() | Aurélien Bompard | 2016-11-25 | 1 | -0/+2 |
| | | | | | | | | | The `reason` attribute of `hold_message()` was always None. Serialize the moderation reasons list and pass it to the function. This allows the `reason` attribute in REST to actually contain the moderation reason. It was always blank before. | ||||
| * | Use aiosmtpd 1.0a3 and add NEWS. | Barry Warsaw | 2016-11-24 | 1 | -2/+5 |
| | | |||||
| * | Closes: #68 | Barry Warsaw | 2016-11-13 | 1 | -0/+2 |
| | | | | | | Messages sent to the list's moderators now include the actual recipient addresses. Given by Tom Briles. | ||||
| * | Closes: #259 | Barry Warsaw | 2016-10-31 | 1 | -0/+2 |
| | | | | | | Remove the digest mbox files after the digests are sent. Given by Aurélien Bompard. | ||||
| * | Support HTTP/1.1 by default. | Barry Warsaw | 2016-10-30 | 1 | -0/+1 |
| | | | | | | This works around Python issue 28548 and fixes #288. Test given by Amit. | ||||
| * | Add NEWS entry | Aurélien Bompard | 2016-10-27 | 1 | -0/+2 |
| | | |||||
| * | News and test tweak. | Barry Warsaw | 2016-10-26 | 1 | -1/+2 |
| | | |||||
| * | Full coverage. | Barry Warsaw | 2016-10-26 | 1 | -0/+2 |
| | | | | | NEWS. | ||||
| * | Manual merge. | Barry Warsaw | 2016-10-25 | 1 | -0/+1 |
| | | | | | * Rebased, cleaned up, and test improvement. | ||||
| * | Modify NEWS.rst entry to mention PUT. | Mark Sapiro | 2016-10-23 | 1 | -1/+1 |
| | | |||||
| * | Merge gitlab.com:mailman/mailman | Mark Sapiro | 2016-10-22 | 1 | -0/+1 |
| |\ | |||||
| | * | Fixes for #280. | Mark Sapiro | 2016-10-22 | 1 | -0/+1 |
| | | | |||||
| * | | Fixed a bunch of things in PATCHing domains and added tests and NEWS. | Mark Sapiro | 2016-10-22 | 1 | -0/+2 |
| |/ | |||||
| * | MySQL doesn't need collate set explicitly. | Abhilash Raj | 2016-10-21 | 1 | -6/+0 |
| | | |||||
| * | NEWS. | Barry Warsaw | 2016-10-18 | 1 | -1/+1 |
| | | |||||
