summaryrefslogtreecommitdiff
path: root/src/mailman/pipeline/replybot.py (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-14Revert to using a try: except: finally: for locking as the context managertoshio1-14/+15
2012-03-14Unittests for the prototype archivertoshio2-0/+151
2012-03-13Move the interact module to a better sub-package location.Barry Warsaw3-2/+2
2012-03-13 * The LMTP server now requires that the incoming message have a `Message-ID`,Barry Warsaw21-140/+445
2012-03-13Use 2.6+ syntax for assigning an exceptiontoshio1-1/+1
2012-03-13Update documentation for the prototype archivertoshio1-4/+8
2012-03-13Style cleanups for the prototype patchtoshio1-18/+20
2012-03-13Get rid of the function and inline the path callAndrea Crotti1-9/+1
2012-03-12TypoBarry Warsaw1-1/+1
2012-03-12 * Fix `test_moderation` for timezones East of UTC+0000, given by blacktav.Barry Warsaw2-3/+6
2012-03-13Fix up the archive_dir in the config filetoshio3-1/+5
2012-03-13expand the user home and use the absolute path for the -C optionAndrea Crotti1-1/+11
2012-03-12 * The experimental `maildir` runner is removed. Use LMTP.Barry Warsaw5-204/+1
2012-03-13various small fixes after reviewing with Barry WarsawAndrea Crotti3-15/+15
2012-03-12Clean up of style test code, along with refactoring of corner cases toBarry Warsaw6-60/+139
2012-03-13- add a section in the schema to customize the shellAndrea Crotti3-4/+41
2012-03-13Implement preliminary archiving to maildir in the prototype archivertoshio1-2/+42
2012-03-12Clean up a few documentation issues.Barry Warsaw2-2/+2
2012-03-07 * Mailing lists get multiple chains and pipelines. For example, normalBarry Warsaw18-67/+83
2012-03-06Consistent use of assertMultiLineEqual().Barry Warsaw7-39/+24
2012-03-05Reserve the mm_ prefix for MailmanBarry Warsaw2-5/+6
2012-03-05Fix a typo in guess_extension(), and add a test.Barry Warsaw3-3/+48
2012-03-05Update NEWSBarry Warsaw2-1/+2
2012-03-05Fix header/footer interpolations when personalizing messages.Barry Warsaw5-29/+168
2012-03-04Template indirection now also in effect for regular and digest headers andBarry Warsaw11-106/+349
2012-03-04Fix welcome_message_uri to do the placeholder interpolations guaranteed in theBarry Warsaw8-4/+43
2012-03-04Rename the confirmation template, and ensure that we get it via the templateBarry Warsaw2-2/+6
2012-03-04 * A welcome message is sent when the user confirms their subscription viaBarry Warsaw11-110/+248
2012-03-04- Test welcome message notifications.Barry Warsaw8-43/+160
2012-03-03Remove obsolete translations.Barry Warsaw67-487331/+0
2012-03-03 * Support downloading templates by URI, including mailman:// URIs. This isBarry Warsaw16-43/+485
2012-03-03 * Major redesign of the template search system, fixing LP: #788309. $var_dirBarry Warsaw8-204/+248
2012-03-01 * Added a `help` email command.Barry Warsaw11-32/+266
2012-03-01Restore the RFC 2369 headers to accepted list posts.Barry Warsaw5-9/+105
2012-03-01Prevent the `confirm` command from running more than once on the same token.Barry Warsaw3-3/+57
2012-02-29print functions!Barry Warsaw2-16/+18
2012-02-29 * The `join` email command no longer accepts an `address=` argument. ItsBarry Warsaw8-73/+180
2012-02-29Make sure that an email subscription request is ignored for addresses whichBarry Warsaw2-3/+49
2012-02-29Remove test turd.Barry Warsaw1-3/+0
2012-02-29Don't try to double join someone via a single email command.Barry Warsaw3-0/+104
2012-02-28Greatly improve handling non-ascii in email commands.Barry Warsaw2-8/+118
2012-02-27 * The `mailman.cfg` configuration file will now automatically be detected ifBarry Warsaw3-6/+45
2012-02-26 * The `confirm` email command now properly handles `Re:`-like prefixes, evenBarry Warsaw5-17/+120
2012-02-12 * Schema migrations have been implemented.Barry Warsaw20-69/+318
2012-01-30Flesh out the moderation doctest.Barry Warsaw2-10/+67
2012-01-30 * Held messages can now be moderated through the REST API. Mailing listBarry Warsaw17-57/+495
2012-01-27 * `IMailTransportAgentAliases` now explicitly accepts duck-typed arguments.Barry Warsaw4-2/+69
2012-01-27 * Remove previously deprecated `IListManager.get_mailing_lists()`.Barry Warsaw3-13/+1
2012-01-27 * Add property `IListmanager.name_compoments` which returns 2-tuples forBarry Warsaw5-6/+38
2012-01-27Three performance improvements.Barry Warsaw1-6/+8