| Commit message (Expand) | Author | Age | Files | Lines |
| * | * The LMTP server now requires that the incoming message have a `Message-ID`, | Barry Warsaw | 2012-03-13 | 1 | -0/+9 |
| * | * Global ``-C`` option now accepts an absolute path to the configuration | Barry Warsaw | 2012-03-12 | 1 | -0/+2 |
| |\ |
|
| * | | Typo | Barry Warsaw | 2012-03-12 | 1 | -1/+1 |
| * | | * Fix `test_moderation` for timezones East of UTC+0000, given by blacktav. | Barry Warsaw | 2012-03-12 | 1 | -0/+2 |
| * | | * IPython support in `bin/mailman shell` contributed by Andrea Crotti. | Barry Warsaw | 2012-03-12 | 1 | -0/+2 |
| |\| |
|
| * | | * The experimental `maildir` runner is removed. Use LMTP. | Barry Warsaw | 2012-03-12 | 1 | -0/+1 |
| |/ |
|
| * | * Mailing lists get multiple chains and pipelines. For example, normal | Barry Warsaw | 2012-03-07 | 1 | -0/+7 |
| * | Update NEWS | Barry Warsaw | 2012-03-05 | 1 | -0/+2 |
| * | Template indirection now also in effect for regular and digest headers and | Barry Warsaw | 2012-03-04 | 1 | -4/+10 |
| * | Fix welcome_message_uri to do the placeholder interpolations guaranteed in the | Barry Warsaw | 2012-03-04 | 1 | -0/+1 |
| * | * A welcome message is sent when the user confirms their subscription via | Barry Warsaw | 2012-03-04 | 1 | -0/+2 |
| * | * Support downloading templates by URI, including mailman:// URIs. This is | Barry Warsaw | 2012-03-03 | 1 | -0/+12 |
| * | * Major redesign of the template search system, fixing LP: #788309. $var_dir | Barry Warsaw | 2012-03-03 | 1 | -0/+4 |
| * | * Added a `help` email command. | Barry Warsaw | 2012-03-01 | 1 | -0/+1 |
| * | print functions! | Barry Warsaw | 2012-02-29 | 1 | -1/+1 |
| * | * The `join` email command no longer accepts an `address=` argument. Its | Barry Warsaw | 2012-02-29 | 1 | -0/+3 |
| * | * The `mailman.cfg` configuration file will now automatically be detected if | Barry Warsaw | 2012-02-27 | 1 | -0/+2 |
| * | * The `confirm` email command now properly handles `Re:`-like prefixes, even | Barry Warsaw | 2012-02-26 | 1 | -0/+2 |
| * | * Schema migrations have been implemented. | Barry Warsaw | 2012-02-12 | 3 | -3/+4 |
| * | * Held messages can now be moderated through the REST API. Mailing list | Barry Warsaw | 2012-01-30 | 1 | -0/+13 |
| * | * `IMailTransportAgentAliases` now explicitly accepts duck-typed arguments. | Barry Warsaw | 2012-01-27 | 1 | -1/+2 |
| * | * Remove previously deprecated `IListManager.get_mailing_lists()`. | Barry Warsaw | 2012-01-27 | 1 | -0/+1 |
| * | * Add property `IListmanager.name_compoments` which returns 2-tuples for | Barry Warsaw | 2012-01-27 | 1 | -0/+2 |
| * | A faster implementation of SubscriptionService.get_members(). | Barry Warsaw | 2012-01-26 | 1 | -0/+4 |
| * | copybump | Barry Warsaw | 2012-01-01 | 1 | -1/+1 |
| * | * `bin/mailman shell` is an alias for `withlist`. | Barry Warsaw | 2011-11-13 | 1 | -0/+4 |
| * | * Stop adding the X-BeenThere header. | Barry Warsaw | 2011-11-06 | 1 | -0/+3 |
| * | * Implement the style manager as a utility instead of an attribute hanging | Barry Warsaw | 2011-10-24 | 1 | -2/+6 |
| * | * Fixed KeyError in retry runner, contributed by Stephen A. Goss. | Barry Warsaw | 2011-10-24 | 1 | -0/+5 |
| * | PostgreSQL support contributed by Stephen A. Goss, with refactoring and test | Barry Warsaw | 2011-10-23 | 2 | -0/+75 |
| |\ |
|
| | * | Add some minimal documentation about setting up the database. | Barry Warsaw | 2011-10-23 | 1 | -0/+71 |
| |/ |
|
| * | * Fixed Postfix alias file generation when more than one mailing list | Barry Warsaw | 2011-10-16 | 1 | -0/+2 |
| * | * `bin/mailman start --force` option is fixed. (LP: #869317) | Barry Warsaw | 2011-10-16 | 1 | -2/+3 |
| * | Bump version numbers | Barry Warsaw | 2011-09-25 | 1 | -0/+5 |
| * | This is the way to build the documentation now: | Barry Warsaw | 2011-09-23 | 2 | -28/+18 |
| * | Finally, all doctests are named .rst | Barry Warsaw | 2011-09-23 | 4 | -0/+0 |
| * | Version number bump for 3.0.0a8 release. | Barry Warsaw | 2011-09-23 | 1 | -1/+1 |
| * | Improved the way flufl.enum.Enums are stored in the database. Now, they | Barry Warsaw | 2011-09-23 | 1 | -0/+2 |
| * | * Preferences for addresses, users, and members can be accessed, changed, and | Barry Warsaw | 2011-09-23 | 1 | -0/+4 |
| * | * Getting the memberships for a non-existent address did not give a 404 error | Barry Warsaw | 2011-09-13 | 1 | -0/+2 |
| * | * Rewrote a test for compatibility between Python 2.6 and 2.7. (LP: #833208) | Barry Warsaw | 2011-09-07 | 1 | -0/+1 |
| * | * Four new events are created, and notifications are sent during domain | Barry Warsaw | 2011-09-02 | 1 | -3/+8 |
| * | * You can now query or change a member's `delivery_mode` attribute through | Barry Warsaw | 2011-09-01 | 1 | -0/+2 |
| |\ |
|
| * | | * PATCHing an invalid attribute on a member did not give a 400 error | Barry Warsaw | 2011-09-01 | 1 | -0/+2 |
| * | | * Getting the roster or configuration of a nonexistent list did not give a | Barry Warsaw | 2011-09-01 | 1 | -0/+2 |
| * | | * New REST resource http://.../<domain>/lists can be GETed in order to find | Barry Warsaw | 2011-08-30 | 1 | -0/+3 |
| |\ \ |
|
| * | | | * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes, | Barry Warsaw | 2011-08-30 | 1 | -2/+6 |
| | |/
|/| |
|
| * | | * Local timezone in X-Mailman-Approved-At caused test failure. (LP: #832404) | Barry Warsaw | 2011-08-23 | 1 | -0/+1 |
| * | | * Fix AttributeError triggered by i18n call in autorespond_to_sender() | Barry Warsaw | 2011-08-23 | 1 | -0/+2 |
| |/ |
|
| * | Rename IDomain.email_host to .mail_host for consistency. Similarly in the | Barry Warsaw | 2011-08-22 | 1 | -0/+1 |