summaryrefslogtreecommitdiff
path: root/src/mailman/mta (follow)
Commit message (Expand)AuthorAgeFilesLines
* Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-151-1/+1
* Consistent use of assertMultiLineEqual().Barry Warsaw2012-03-062-15/+8
* Update NEWSBarry Warsaw2012-03-051-1/+0
* Fix header/footer interpolations when personalizing messages.Barry Warsaw2012-03-053-9/+152
* Template indirection now also in effect for regular and digest headers andBarry Warsaw2012-03-041-4/+29
* * `IMailTransportAgentAliases` now explicitly accepts duck-typed arguments.Barry Warsaw2012-01-272-1/+53
* * Add property `IListmanager.name_compoments` which returns 2-tuples forBarry Warsaw2012-01-271-1/+1
* copybumpBarry Warsaw2012-01-0111-11/+11
* Remove extraneous `test_suite()` functions. zope.testrunner willBarry Warsaw2011-10-301-10/+0
* * Fixed Postfix alias file generation when more than one mailing listBarry Warsaw2011-10-162-4/+39
* Finally, all doctests are named .rstBarry Warsaw2011-09-236-0/+0
* * The IMailingList attribute ``host_name`` has been renamed to ``mail_host``Barry Warsaw2011-06-162-4/+3
* Typos, left over crud, and a refactoring.Barry Warsaw2011-06-102-15/+3
* Refactor MTA alias creation.Barry Warsaw2011-06-106-34/+230
* Start the enablement of bounce detection.Barry Warsaw2011-05-011-1/+1
* 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-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