summaryrefslogtreecommitdiff
path: root/src/mailman/mta (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Better wording given by Patrick Ben Koetter.Barry Warsaw2011-01-031-2/+14
* LP: #490044 - Support SMTP AUTH.Barry Warsaw2011-01-024-2/+122
* Happy New Year.Barry Warsaw2011-01-019-9/+9
* Upgrade from using the locknix package to using flufl.lock.Barry Warsaw2010-11-271-1/+1
* Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-083-11/+4
* 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-295-100/+4
* Happy New Year.Barry Warsaw2010-01-019-9/+9
* * Refactor devmode settings, so that they live in one section.Barry Warsaw2009-12-122-6/+5
* * Add a missing import.Barry Warsaw2009-12-122-3/+6
* Revert the last changes. Calculate size where needed.Barry Warsaw2009-12-051-1/+4
* Add a comment.Barry Warsaw2009-11-291-1/+5
* Put square brackets around the host name to prevent Postfix from doing an MXBarry Warsaw2009-11-291-2/+2
* Convert bin/genaliases to bin/mailman aliasesBarry Warsaw2009-11-282-41/+54
* Refactor VERP calculation so that it's now in the outgoing queue instead ofBarry Warsaw2009-11-271-33/+0
* * The start of a conversion of bin/withlist to bin/mailman withlistBarry Warsaw2009-11-263-0/+38
* Add a development mode setting which changes the basic behavior of mailman.Barry Warsaw2009-11-242-0/+46
* Fix docs build.Barry Warsaw2009-11-232-1/+3
* Factor out most of the i18n subsystem and convert to using the flufl.i18nBarry Warsaw2009-11-151-1/+1
* smtp_direct.py is dead and gone.Barry Warsaw2009-11-039-443/+259
* Only personalize when the mailing list requests it.Barry Warsaw2009-11-022-3/+58
* Use 'nodecorate' instead.Barry Warsaw2009-11-022-4/+4
* Decorate a message only once.Barry Warsaw2009-11-022-2/+52
* Fix all tests except outgoing.txt and common.txtBarry Warsaw2009-11-022-2/+0
* Add decorations.Barry Warsaw2009-11-013-1/+203
* More refactoring.Barry Warsaw2009-11-011-18/+7
* More refactoring, this time into a framework based IndividualDelivery module.Barry Warsaw2009-11-014-66/+157
* Add full personalization delivery mechanism.Barry Warsaw2009-11-014-8/+206
* Refactor BulkDeliver so that the guts can be used in VERPDeliver.Barry Warsaw2009-11-015-66/+356
* Copy slightly modified code from smtp_direct.py for handling low level error.Barry Warsaw2009-10-312-1/+14
* Handle SMTPResponseExceptions like smtp_direct.py, but without the distinctionBarry Warsaw2009-10-312-5/+35
* IMailTransportAgentDelivery.deliver() returns a dictionary just likeBarry Warsaw2009-10-312-6/+74
* Bulk delivery's Sender and Errors-To headers.Barry Warsaw2009-10-242-2/+135
* Default max_recipients to None, meaning no max.Barry Warsaw2009-10-232-8/+89
* The bulk delivery chunking algorithm.Barry Warsaw2009-10-192-3/+182
* IMailTransportAgent -> IMailTransportAgentAliasesBarry Warsaw2009-10-184-9/+73
* Show that a max_sessions_per_connection == 0 means there's an unlimited numberBarry Warsaw2009-10-182-11/+125
* Show that session counts are kept and can be reset.Barry Warsaw2009-10-182-2/+27
* 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-183-43/+109
* Instead of using an adapter, use a utility to get the mailing list manager.Barry Warsaw2009-08-261-1/+2
* Test updates and repair.xoBarry Warsaw2009-08-211-1/+2
* Remove Utils.ParseEmail() and Utils.midnight().Barry Warsaw2009-02-121-3/+3
* Much clean up of the language code, though more can be done. Factor out theBarry Warsaw2009-02-121-4/+4
* More cleanup of Utils.py on the path of its eventual demise.Barry Warsaw2009-02-091-1/+1
* Move mailman.Message to mailman.email.Message. Rename Message.get_sender() toBarry Warsaw2009-02-091-1/+1
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-254-0/+591