summaryrefslogtreecommitdiff
path: root/src/mailman/commands (follow)
Commit message (Expand)AuthorAgeFilesLines
* * When creating the initial file system layout in ``var``, e.g. viaBarry Warsaw2013-03-202-2/+6
|\
| * - Write ./var/etc/mailman.cfg if it doesn't already exist.Barry Warsaw2013-03-202-2/+5
|/
* Clean up branch:Barry Warsaw2013-03-194-117/+161
* documentation addedDavid Soto2013-01-231-0/+61
* fixed comments and namesDavid Soto2013-01-231-2/+2
* usage help improvedDavid Soto2013-01-232-3/+11
* using single underscore instead of double underscoreDavid Soto2013-01-231-18/+18
* fixed some errorsDavid Soto2013-01-231-3/+7
* testcases addedDavid Soto2013-01-231-0/+75
* - some more minor changesDavid Soto2013-01-231-23/+26
* some minor changesDavid Soto2013-01-231-26/+21
* basic subcommand to dump configuration valuesDavid Soto david.soto@web.de2013-01-231-0/+119
* * Non-queue runners should not create ``var/queue`` subdirectories. Fixed byBarry Warsaw2013-01-201-2/+0
* Bump copyright years.Barry Warsaw2013-01-0122-22/+22
* * Improve the --help text for the `start`, `stop`, `restart`, and `reopen`Barry Warsaw2012-12-231-4/+4
* ConfigurationBarry Warsaw2012-11-041-1/+0
* * `bin/mailman start` was passing the wrong relative path to its runnerBarry Warsaw2012-10-241-3/+7
* * Added support for Postfix `relay_domains` setting for better virtual domainBarry Warsaw2012-10-122-146/+34
* * The link between members and the mailing lists they are subscribed to, isBarry Warsaw2012-09-042-2/+2
* * Show devmode in `bin/mailman info` output. (LP: #1035028)Barry Warsaw2012-08-172-6/+6
* Replace flufl.password with passlib, albeit with a wrapper.Barry Warsaw2012-06-271-1/+1
* General code cleanup.Barry Warsaw2012-04-2519-139/+120
* - Convert the CLI modules to use print_function.Barry Warsaw2012-04-223-22/+21
* Merge branch from Andrea Crotti, with a minor cleanup:Barry Warsaw2012-04-061-2/+1
|\
| * the sys prompt can be safely set also when the readline import failsAndrea Crotti2012-03-141-2/+2
* | * 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-173-61/+3
|\ \
| * | Eradicate Pipermail. Everything but the scrubber test works. That will takeBarry Warsaw2012-03-153-61/+3
| |/
* | 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