summaryrefslogtreecommitdiff
path: root/src/mailman/mta (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use flake8-respect-noqa plugin and fix more complaints.Barry Warsaw2016-04-011-2/+2
* Don't use `flake8: noqa`.Barry Warsaw2016-04-011-12/+12
* Clean up the mta directory.Barry Warsaw2016-03-2514-120/+48
* Super duper.Barry Warsaw2016-01-266-7/+7
* Several optimizations:Barry Warsaw2016-01-111-2/+2
* Happy New Year.Barry Warsaw2016-01-0214-14/+14
* Port to Python 3.5.Barry Warsaw2015-06-223-2/+16
* Replace add_member() with subscribe() helper.Barry Warsaw2015-03-261-8/+2
* * Refactor add_member() so that it uses a RequestRecord namedtuple.Barry Warsaw2015-03-211-3/+5
* Bump copyright years.Barry Warsaw2015-01-0414-14/+14
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-2214-57/+8
* Fix mta and lmtp tests.Barry Warsaw2014-12-174-28/+61
* 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-2813-39/+39
* Bump copyright years.Barry Warsaw2014-01-0113-13/+13
* * Add support for the Exim 4 MTA. Contributed by Stephen Turnbull.Barry Warsaw2013-11-301-0/+51
|\
| * New modules config.exim4 and mta.exim4 support the Exim4 MTA.Stephen J. Turnbull2013-09-251-0/+50
|/
* Add enough __init__.py files to make these docs directories discoverable.Barry Warsaw2013-08-261-0/+0
* Bump copyright years.Barry Warsaw2013-01-0112-12/+12
* ConfigurationBarry Warsaw2012-11-043-17/+17
* * Added support for Postfix `relay_domains` setting for better virtual domainBarry Warsaw2012-10-122-57/+153
|\
| * Write a domain map that postfix can use as relay_domains automatically on lis...Jimmy Bergman2012-09-241-0/+60
|/
* General code cleanup.Barry Warsaw2012-04-254-23/+21
* ArchitectureBarry Warsaw2012-03-261-2/+2
* 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