summaryrefslogtreecommitdiff
path: root/src/mailman/commands/docs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * `mailman conf` now has a `-t/--sort` flag which sorts the output by sectionBarry Warsaw2013-09-011-0/+12
|\
| * Added an example to the docsKarl-Aksel Puulmann2013-04-061-1/+8
| * Fixed tests broken by previous commitKarl-Aksel Puulmann2013-04-061-0/+1
* | Add enough __init__.py files to make these docs directories discoverable.Barry Warsaw2013-08-261-0/+0
|/
* * When creating the initial file system layout in ``var``, e.g. viaBarry Warsaw2013-03-201-1/+5
|\
| * - Write ./var/etc/mailman.cfg if it doesn't already exist.Barry Warsaw2013-03-201-1/+4
|/
* Clean up branch:Barry Warsaw2013-03-192-61/+68
* documentation addedDavid Soto2013-01-231-0/+61
* * Non-queue runners should not create ``var/queue`` subdirectories. Fixed byBarry Warsaw2013-01-201-2/+0
* ConfigurationBarry Warsaw2012-11-041-1/+0
* * Added support for Postfix `relay_domains` setting for better virtual domainBarry Warsaw2012-10-121-62/+30
* * Show devmode in `bin/mailman info` output. (LP: #1035028)Barry Warsaw2012-08-171-6/+2
* General code cleanup.Barry Warsaw2012-04-251-4/+4
* * The `news` runner and queue has been renamed to the more accurate `nntp`.Barry Warsaw2012-03-311-1/+1
* ArchitectureBarry Warsaw2012-03-262-3/+2
* Merge the Pipermail eradication branch. The scrubber is also removed.Barry Warsaw2012-03-172-46/+0
|\
| * Eradicate Pipermail. Everything but the scrubber test works. That will takeBarry Warsaw2012-03-152-46/+0
* | Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-153-12/+12
* | * The Prototype archiver now stores its files in maildir format inside ofBarry Warsaw2012-03-141-0/+1
|/
* * The LMTP server now requires that the incoming message have a `Message-ID`,Barry Warsaw2012-03-131-27/+26
* * IPython support in `bin/mailman shell` contributed by Andrea Crotti.Barry Warsaw2012-03-121-3/+16
|\
* | * The experimental `maildir` runner is removed. Use LMTP.Barry Warsaw2012-03-121-1/+0
|/
* Fix welcome_message_uri to do the placeholder interpolations guaranteed in theBarry Warsaw2012-03-041-0/+1
* * A welcome message is sent when the user confirms their subscription viaBarry Warsaw2012-03-041-0/+1
* * Added a `help` email command.Barry Warsaw2012-03-014-18/+90
* * The `join` email command no longer accepts an `address=` argument. ItsBarry Warsaw2012-02-291-1/+1
* - Be a little more careful about preparing the SQL statements for executionBarry Warsaw2011-10-221-2/+2
* * `bin/mailman start --force` option is fixed. (LP: #869317)Barry Warsaw2011-10-161-58/+11
* Fix a shallow test failure.Barry Warsaw2011-09-241-1/+1
* Finally, all doctests are named .rstBarry Warsaw2011-09-2313-0/+0
* Plumb key=value arguments through to the `bin/mailman inject` command.Barry Warsaw2011-06-151-3/+30
* Do not allow a list to be created with a bogus owner address. (LP: #778687)Barry Warsaw2011-06-111-47/+33
* Refactor MTA alias creation.Barry Warsaw2011-06-101-13/+61
* Major terminology shift:Barry Warsaw2011-06-013-24/+24
* Rename 'queue' directory to 'runners' since not all subprocesses run a queue.Barry Warsaw2011-05-292-2/+2
* encrypt_password(): New convenience function for ensuring that a password isBarry Warsaw2011-04-081-2/+0
* * Give users a unique, random, immutable user id.Barry Warsaw2011-03-181-2/+2
* Utils.maketext() and Utils.findtext() are gone.Barry Warsaw2011-03-161-0/+1
* Because it was just to damn confusing, rename IAddress.address toBarry Warsaw2011-01-013-24/+40
* Insulate the test environment from the running environment. Sadly, the testBarry Warsaw2010-12-221-0/+4
* * Start to get rid of pylint; it's more trouble than it's worth and pyflakesBarry Warsaw2010-12-221-0/+37
* Many documentation fixes for better Sphinx output.Barry Warsaw2010-09-0813-33/+91
* Refactor the actual imports into a utility. This leaves the command toBarry Warsaw2010-05-061-0/+2
* * A start to import of Mailman 2.1 config.pck files.Barry Warsaw2010-04-051-0/+26
* Tests for import.Barry Warsaw2010-04-041-0/+26
* List-Post header should be retained in MIME digest messages (LP: 526143)Barry Warsaw2010-03-281-2/+2
* Checkpointint support for different path layouts, allowing us to optionallyBarry Warsaw2010-01-273-1/+46
* Support filtering by delivery status.Barry Warsaw2010-01-231-0/+72
* Add filtering by delivery mode.Barry Warsaw2010-01-231-0/+37
* -o/--outputBarry Warsaw2010-01-231-0/+25