summaryrefslogtreecommitdiff
path: root/src/mailman/commands (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-157-27/+29
* | * The Prototype archiver now stores its files in maildir format inside ofBarry Warsaw2012-03-141-0/+1
|/
* Move the interact module to a better sub-package location.Barry Warsaw2012-03-132-2/+2
* * 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-122-6/+44
|\
| * various small fixes after reviewing with Barry WarsawAndrea Crotti2012-03-131-11/+9
| * - add a section in the schema to customize the shellAndrea Crotti2012-03-131-2/+30
* | * 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-042-0/+84
* * Added a `help` email command.Barry Warsaw2012-03-0110-32/+265
* Prevent the `confirm` command from running more than once on the same token.Barry Warsaw2012-03-011-1/+9
* * The `join` email command no longer accepts an `address=` argument. ItsBarry Warsaw2012-02-292-59/+47
* Make sure that an email subscription request is ignored for addresses whichBarry Warsaw2012-02-291-3/+9
* Don't try to double join someone via a single email command.Barry Warsaw2012-02-291-0/+8
* copybumpBarry Warsaw2012-01-0119-19/+19
* Replace the password stuff with flufl.password.Barry Warsaw2012-01-011-2/+2
* * `bin/mailman shell` is an alias for `withlist`.Barry Warsaw2011-11-131-0/+8
* Remove extraneous `test_suite()` functions. zope.testrunner willBarry Warsaw2011-10-302-16/+0
* - 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-164-63/+200
* Fix a shallow test failure.Barry Warsaw2011-09-241-1/+1
* Finally, all doctests are named .rstBarry Warsaw2011-09-2313-0/+0
* * The IMailingList attribute ``host_name`` has been renamed to ``mail_host``Barry Warsaw2011-06-162-2/+2
* Plumb key=value arguments through to the `bin/mailman inject` command.Barry Warsaw2011-06-152-6/+44
* * Move inject.py to mailman.app package.Barry Warsaw2011-06-151-1/+1
* Fixed two typos.Barry Warsaw2011-06-111-2/+2
* Do not allow a list to be created with a bogus owner address. (LP: #778687)Barry Warsaw2011-06-114-48/+143
* Refactor MTA alias creation.Barry Warsaw2011-06-102-15/+135
* Major terminology shift:Barry Warsaw2011-06-014-29/+29
* Rename 'queue' directory to 'runners' since not all subprocesses run a queue.Barry Warsaw2011-05-292-2/+2
* Typo fix.Barry Warsaw2011-04-121-1/+1
* encrypt_password(): New convenience function for ensuring that a password isBarry Warsaw2011-04-082-3/+4
* * Give users a unique, random, immutable user id.Barry Warsaw2011-03-181-2/+2
* Utils.maketext() and Utils.findtext() are gone.Barry Warsaw2011-03-162-2/+3
* Happy New Year.Barry Warsaw2011-01-0117-17/+17
* Because it was just to damn confusing, rename IAddress.address toBarry Warsaw2011-01-015-39/+55
* Insulate the test environment from the running environment. Sadly, the testBarry Warsaw2010-12-222-0/+8
* * Start to get rid of pylint; it's more trouble than it's worth and pyflakesBarry Warsaw2010-12-223-1/+117
* Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-083-4/+0
* Many documentation fixes for better Sphinx output.Barry Warsaw2010-09-0813-33/+91
* CheckpointingBarry Warsaw2010-05-061-1/+1
* Refactor the actual imports into a utility. This leaves the command toBarry Warsaw2010-05-062-54/+4
* * A start to import of Mailman 2.1 config.pck files.Barry Warsaw2010-04-052-2/+112
* Tests for import.Barry Warsaw2010-04-042-0/+93
* List-Post header should be retained in MIME digest messages (LP: 526143)Barry Warsaw2010-03-281-2/+2
* * bin/info -p/--paths -> -v/--verboseBarry Warsaw2010-03-281-2/+2
* More fixes to the start up procedure. The root cause of the fix is that whenBarry Warsaw2010-03-281-0/+3
* * Fix two type specifications in argparse.Barry Warsaw2010-03-031-2/+2
* Checkpointint support for different path layouts, allowing us to optionallyBarry Warsaw2010-01-275-5/+65