summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* * Fix a test based on updated output.Barry Warsaw2009-12-067-38/+435
* * Mostly eradicate mentions of mailmanctl.Barry Warsaw2009-12-056-40/+38
* Revert the last changes. Calculate size where needed.Barry Warsaw2009-12-056-15/+4
* The delivery agent requires that the message object have a .original_sizeBarry Warsaw2009-12-046-5/+21
* Replace the old bin/dumpdb with 'bin/mailman qfile'.Barry Warsaw2009-12-043-88/+163
* Bump to version 3.0a5Barry Warsaw2009-11-303-11/+15
* Byte literalsBarry Warsaw2009-11-291-6/+6
* fix a testBarry Warsaw2009-11-291-9/+9
* 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
* Fix a test and make Sphinx happy.Barry Warsaw2009-11-282-42/+42
* Update NEWS.txt for 3.0a4.Barry Warsaw2009-11-281-2/+35
* Convert bin/genaliases to bin/mailman aliasesBarry Warsaw2009-11-287-107/+188
* When no arguments are given to 'bin/members', print a list of all the mailingBarry Warsaw2009-11-283-4/+28
* Rework the 'bin/mailman lists' arguments to be more likely useful in theBarry Warsaw2009-11-283-59/+78
* Refactor VERP calculation so that it's now in the outgoing queue instead ofBarry Warsaw2009-11-274-206/+373
* This script has been replaced.Barry Warsaw2009-11-261-223/+0
* Moderate testing of the withlist command.Barry Warsaw2009-11-262-1/+123
* Flesh out --runBarry Warsaw2009-11-261-12/+40
* * The start of a conversion of bin/withlist to bin/mailman withlistBarry Warsaw2009-11-266-25/+226
* Add a development mode setting which changes the basic behavior of mailman.Barry Warsaw2009-11-246-11/+121
* Do not create the .mo files during setup. This makes things go much faster.Barry Warsaw2009-11-245-6/+163
* Fix docs build.Barry Warsaw2009-11-233-1/+4
* Factor out most of the i18n subsystem and convert to using the flufl.i18nBarry Warsaw2009-11-1598-413/+260
* Cleanup.Barry Warsaw2009-11-0437-37/+0
* Move a module.Barry Warsaw2009-11-045-4/+4
* Add 'bin/mailman version' command (identical to bin/mailman --version)Barry Warsaw2009-11-033-1/+60
* Branch mergeBarry Warsaw2009-11-0324-179/+173
|\
| * database/model reorganization. Model classes go in mailman.model. StockBarry Warsaw2009-10-1024-179/+173
* | smtp_direct.py is dead and gone.Barry Warsaw2009-11-0315-470/+285
* | 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-0211-48/+26
* | Add decorations.Barry Warsaw2009-11-0118-40/+239
* | 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-016-76/+365
* | 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-313-18/+74
* | IMailTransportAgentDelivery.deliver() returns a dictionary just likeBarry Warsaw2009-10-314-12/+114
* | 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
* | recips -> recipientsBarry Warsaw2009-10-232-24/+24
* | The bulk delivery chunking algorithm.Barry Warsaw2009-10-193-4/+189
* | IMailTransportAgent -> IMailTransportAgentAliasesBarry Warsaw2009-10-186-14/+100
* | Show that a max_sessions_per_connection == 0 means there's an unlimited numberBarry Warsaw2009-10-184-30/+144
* | 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-182-27/+22