summaryrefslogtreecommitdiff
path: root/src/mailman/mta/docs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reorganize the documentation for better accesibilityAbhilash Raj2016-08-211-0/+8
* New template system. Closes #249Barry Warsaw2016-07-161-11/+10
* Port to Python 3.5.Barry Warsaw2015-06-222-2/+2
* Fix mta and lmtp tests.Barry Warsaw2014-12-173-28/+7
* Tox-ify the test suite. Now you don't have to create a virtualenv separately.Barry Warsaw2014-11-071-1/+1
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-286-32/+32
* Add enough __init__.py files to make these docs directories discoverable.Barry Warsaw2013-08-261-0/+0
* Fix header/footer interpolations when personalizing messages.Barry Warsaw2012-03-051-8/+1
* Template indirection now also in effect for regular and digest headers andBarry Warsaw2012-03-041-4/+29
* Finally, all doctests are named .rstBarry Warsaw2011-09-236-0/+0
* Refactor .subscribe() from IAddress to IMailingList.Barry Warsaw2011-04-161-3/+3
* encrypt_password(): New convenience function for ensuring that a password isBarry Warsaw2011-04-081-3/+3
* Better wording given by Patrick Ben Koetter.Barry Warsaw2011-01-031-2/+14
* LP: #490044 - Support SMTP AUTH.Barry Warsaw2011-01-022-0/+106
* Last of the documentation fixes.Barry Warsaw2010-09-155-34/+66
* No longer touch the Sender or Errors-To headers. We can no longer justifyBarry Warsaw2010-06-294-89/+3
* * Refactor devmode settings, so that they live in one section.Barry Warsaw2009-12-121-4/+3
* Add a development mode setting which changes the basic behavior of mailman.Barry Warsaw2009-11-241-0/+41
* Fix docs build.Barry Warsaw2009-11-232-1/+3
* smtp_direct.py is dead and gone.Barry Warsaw2009-11-034-16/+59
* Only personalize when the mailing list requests it.Barry Warsaw2009-11-021-3/+54
* Use 'nodecorate' instead.Barry Warsaw2009-11-021-1/+1
* Decorate a message only once.Barry Warsaw2009-11-021-0/+48
* Fix all tests except outgoing.txt and common.txtBarry Warsaw2009-11-022-2/+0
* Add decorations.Barry Warsaw2009-11-011-0/+151
* Add full personalization delivery mechanism.Barry Warsaw2009-11-012-5/+141
* Refactor BulkDeliver so that the guts can be used in VERPDeliver.Barry Warsaw2009-11-012-0/+133
* Copy slightly modified code from smtp_direct.py for handling low level error.Barry Warsaw2009-10-311-1/+3
* Handle SMTPResponseExceptions like smtp_direct.py, but without the distinctionBarry Warsaw2009-10-311-5/+29
* IMailTransportAgentDelivery.deliver() returns a dictionary just likeBarry Warsaw2009-10-311-4/+61
* Bulk delivery's Sender and Errors-To headers.Barry Warsaw2009-10-241-2/+116
* Default max_recipients to None, meaning no max.Barry Warsaw2009-10-231-1/+69
* The bulk delivery chunking algorithm.Barry Warsaw2009-10-191-3/+115
* IMailTransportAgent -> IMailTransportAgentAliasesBarry Warsaw2009-10-181-0/+24
* Show that a max_sessions_per_connection == 0 means there's an unlimited numberBarry Warsaw2009-10-181-9/+121
* Show that session counts are kept and can be reset.Barry Warsaw2009-10-181-1/+26
* Show that the session count is zero at first.Barry Warsaw2009-10-181-0/+4
* Infrastructure for testing the Connection class, and for counting the numberBarry Warsaw2009-10-181-0/+16