| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use print functions consistently through, and update all __future__ imports to | Barry Warsaw | 2014-04-28 | 14 | -90/+90 |
| * | * `mailman conf` now has a `-t/--sort` flag which sorts the output by section | Barry Warsaw | 2013-09-01 | 1 | -0/+12 |
| |\ |
|
| | * | Added an example to the docs | Karl-Aksel Puulmann | 2013-04-06 | 1 | -1/+8 |
| | * | Fixed tests broken by previous commit | Karl-Aksel Puulmann | 2013-04-06 | 1 | -0/+1 |
| * | | Add enough __init__.py files to make these docs directories discoverable. | Barry Warsaw | 2013-08-26 | 1 | -0/+0 |
| |/ |
|
| * | * When creating the initial file system layout in ``var``, e.g. via | Barry Warsaw | 2013-03-20 | 1 | -1/+5 |
| |\ |
|
| | * | - Write ./var/etc/mailman.cfg if it doesn't already exist. | Barry Warsaw | 2013-03-20 | 1 | -1/+4 |
| |/ |
|
| * | Clean up branch: | Barry Warsaw | 2013-03-19 | 2 | -61/+68 |
| * | documentation added | David Soto | 2013-01-23 | 1 | -0/+61 |
| * | * Non-queue runners should not create ``var/queue`` subdirectories. Fixed by | Barry Warsaw | 2013-01-20 | 1 | -2/+0 |
| * | Configuration | Barry Warsaw | 2012-11-04 | 1 | -1/+0 |
| * | * Added support for Postfix `relay_domains` setting for better virtual domain | Barry Warsaw | 2012-10-12 | 1 | -62/+30 |
| * | * Show devmode in `bin/mailman info` output. (LP: #1035028) | Barry Warsaw | 2012-08-17 | 1 | -6/+2 |
| * | General code cleanup. | Barry Warsaw | 2012-04-25 | 1 | -4/+4 |
| * | * The `news` runner and queue has been renamed to the more accurate `nntp`. | Barry Warsaw | 2012-03-31 | 1 | -1/+1 |
| * | Architecture | Barry Warsaw | 2012-03-26 | 2 | -3/+2 |
| * | Merge the Pipermail eradication branch. The scrubber is also removed. | Barry Warsaw | 2012-03-17 | 2 | -46/+0 |
| |\ |
|
| | * | Eradicate Pipermail. Everything but the scrubber test works. That will take | Barry Warsaw | 2012-03-15 | 2 | -46/+0 |
| * | | Schema change. After discussion at Pycon, we decided to change "real_name" to | Barry Warsaw | 2012-03-15 | 3 | -12/+12 |
| * | | * The Prototype archiver now stores its files in maildir format inside of | Barry Warsaw | 2012-03-14 | 1 | -0/+1 |
| |/ |
|
| * | * The LMTP server now requires that the incoming message have a `Message-ID`, | Barry Warsaw | 2012-03-13 | 1 | -27/+26 |
| * | * IPython support in `bin/mailman shell` contributed by Andrea Crotti. | Barry Warsaw | 2012-03-12 | 1 | -3/+16 |
| |\ |
|
| * | | * The experimental `maildir` runner is removed. Use LMTP. | Barry Warsaw | 2012-03-12 | 1 | -1/+0 |
| |/ |
|
| * | 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/+1 |
| * | * Added a `help` email command. | Barry Warsaw | 2012-03-01 | 4 | -18/+90 |
| * | * The `join` email command no longer accepts an `address=` argument. Its | Barry Warsaw | 2012-02-29 | 1 | -1/+1 |
| * | - Be a little more careful about preparing the SQL statements for execution | Barry Warsaw | 2011-10-22 | 1 | -2/+2 |
| * | * `bin/mailman start --force` option is fixed. (LP: #869317) | Barry Warsaw | 2011-10-16 | 1 | -58/+11 |
| * | Fix a shallow test failure. | Barry Warsaw | 2011-09-24 | 1 | -1/+1 |
| * | Finally, all doctests are named .rst | Barry Warsaw | 2011-09-23 | 13 | -0/+0 |
| * | Plumb key=value arguments through to the `bin/mailman inject` command. | Barry Warsaw | 2011-06-15 | 1 | -3/+30 |
| * | Do not allow a list to be created with a bogus owner address. (LP: #778687) | Barry Warsaw | 2011-06-11 | 1 | -47/+33 |
| * | Refactor MTA alias creation. | Barry Warsaw | 2011-06-10 | 1 | -13/+61 |
| * | Major terminology shift: | Barry Warsaw | 2011-06-01 | 3 | -24/+24 |
| * | Rename 'queue' directory to 'runners' since not all subprocesses run a queue. | Barry Warsaw | 2011-05-29 | 2 | -2/+2 |
| * | encrypt_password(): New convenience function for ensuring that a password is | Barry Warsaw | 2011-04-08 | 1 | -2/+0 |
| * | * Give users a unique, random, immutable user id. | Barry Warsaw | 2011-03-18 | 1 | -2/+2 |
| * | Utils.maketext() and Utils.findtext() are gone. | Barry Warsaw | 2011-03-16 | 1 | -0/+1 |
| * | Because it was just to damn confusing, rename IAddress.address to | Barry Warsaw | 2011-01-01 | 3 | -24/+40 |
| * | Insulate the test environment from the running environment. Sadly, the test | Barry Warsaw | 2010-12-22 | 1 | -0/+4 |
| * | * Start to get rid of pylint; it's more trouble than it's worth and pyflakes | Barry Warsaw | 2010-12-22 | 1 | -0/+37 |
| * | Many documentation fixes for better Sphinx output. | Barry Warsaw | 2010-09-08 | 13 | -33/+91 |
| * | Refactor the actual imports into a utility. This leaves the command to | Barry Warsaw | 2010-05-06 | 1 | -0/+2 |
| * | * A start to import of Mailman 2.1 config.pck files. | Barry Warsaw | 2010-04-05 | 1 | -0/+26 |
| * | Tests for import. | Barry Warsaw | 2010-04-04 | 1 | -0/+26 |
| * | List-Post header should be retained in MIME digest messages (LP: 526143) | Barry Warsaw | 2010-03-28 | 1 | -2/+2 |
| * | Checkpointint support for different path layouts, allowing us to optionally | Barry Warsaw | 2010-01-27 | 3 | -1/+46 |
| * | Support filtering by delivery status. | Barry Warsaw | 2010-01-23 | 1 | -0/+72 |
| * | Add filtering by delivery mode. | Barry Warsaw | 2010-01-23 | 1 | -0/+37 |