| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reorganize doctests, moving handler documentation into Mailman/handlers/docs. | Barry Warsaw | 2008-01-24 | 1 | -389/+0 |
| * | Remove the action.py module, move this to Mailman/interfaces/__init__.py. | Barry Warsaw | 2007-10-10 | 1 | -2/+3 |
| * | Update copyright years. | bwarsaw | 2007-01-19 | 1 | -1/+1 |
| * | First crack at real virtual domain support, i.e. mailing lists with the same | bwarsaw | 2006-07-08 | 1 | -1/+1 |
| * | Massive conversion process so that Mailman can be run from a user specified | bwarsaw | 2006-07-08 | 1 | -18/+18 |
| * | Remove most uses of the types module, in favor of isinstance checks against | bwarsaw | 2006-04-17 | 1 | -2/+1 |
| * | - Convert all logging to Python's standard logging module. Get rid of all | bwarsaw | 2006-04-17 | 1 | -21/+21 |
| * | Now that Python 2.3 is the minimum requirement for Mailman 2.2: | bwarsaw | 2006-04-15 | 1 | -13/+7 |
| * | Port cleaning changes forward from 2.1-maint branch. | bwarsaw | 2005-12-30 | 1 | -6/+7 |
| * | Use original_sender put in msgdata by CookHeaders.py if it's available | msapiro | 2005-11-13 | 1 | -1/+1 |
| * | Log the sender and not list-bounces when non-VERP | msapiro | 2005-11-13 | 1 | -2/+8 |
| * | back porting from 2.1.6 | tkikuchi | 2005-08-28 | 1 | -12/+36 |
| * | FSF office has moved. chdcking in for MAIN branch. | tkikuchi | 2005-08-27 | 1 | -1/+1 |
| * | quit(): It's possible that self.__conn hasn't been opened yet. | bwarsaw | 2003-04-19 | 1 | -0/+2 |
| * | Rewrite the Connection class to (hopefully) fix known problems with | bwarsaw | 2003-04-19 | 1 | -9/+13 |
| * | verpdeliver(): Use the copy module's deepcopy() function instead doing | bwarsaw | 2003-02-05 | 1 | -1/+2 |
| * | verpdeliver(): If we find a non-fully qualified recipient address when | bwarsaw | 2003-02-04 | 1 | -0/+8 |
| * | bulkdeliver(): We've had reports of an IOError (code == 4, interrupted | bwarsaw | 2003-01-07 | 1 | -5/+5 |
| * | verpdeliver(): Re-enable To header hacking, but only if doing "Full | bwarsaw | 2002-11-06 | 1 | -27/+27 |
| * | verpdeliver(): Comment out the rewriting of the To header for | bwarsaw | 2002-11-04 | 1 | -27/+27 |
| * | process(): If the metadata has an `envsender' key, use that as the | bwarsaw | 2002-10-23 | 1 | -4/+6 |
| * | verpdeliver(): Skip all the realname -> unicode + encode conversions | bwarsaw | 2002-10-15 | 1 | -2/+4 |
| * | verpdeliver(): I think I've (finally!) nailed the full name encoding | bwarsaw | 2002-10-04 | 1 | -16/+18 |
| * | verpdeliver(): When including the member's full name in a verp'd | bwarsaw | 2002-09-17 | 1 | -2/+19 |
| * | bulkdeliver(): I forgot to check this in. Fixes a problem when | bwarsaw | 2002-08-04 | 1 | -1/+2 |
| * | verpdeliver(): dump_address_pair() -> formataddr(). | bwarsaw | 2002-04-11 | 1 | -1/+1 |
| * | An adaptation of Marc MERLIN's fixes to actually honor | bwarsaw | 2002-04-10 | 1 | -3/+6 |
| * | GetAdminEmail() eradication campaign. | bwarsaw | 2002-03-26 | 1 | -1/+1 |
| * | process(): We don't want messages sent to the list's -owner[s] to be | bwarsaw | 2002-03-14 | 1 | -1/+2 |
| * | process(): Catch any exception coming out of the deliveryfunc() and | bwarsaw | 2002-03-11 | 1 | -1/+9 |
| * | process(): A slight improvement for robustness. Now we assign the | bwarsaw | 2002-03-11 | 1 | -1/+14 |
| * | A substantial rewrite to support deferring the final stitching of the | bwarsaw | 2002-03-09 | 1 | -107/+120 |
| * | Mailman re-uses connections to the SMTP server when delivering | bwarsaw | 2001-12-16 | 1 | -8/+4 |
| * | process(): When VERPing, blow away the Sender: and Errors-To: headers | bwarsaw | 2001-11-21 | 1 | -2/+14 |
| * | Support for VERP deliveries. | bwarsaw | 2001-11-20 | 1 | -22/+58 |
| * | process(): Remove the last vestige of the string module. Also, make | bwarsaw | 2001-10-04 | 1 | -3/+4 |
| * | process(): Get the message's text, sans Unix-From by using the email | bwarsaw | 2001-10-01 | 1 | -1/+1 |
| * | process(): Instead of using MAILMAN_OWNER, use Utils.get_site_email(). | bwarsaw | 2001-08-04 | 1 | -1/+1 |
| * | process(): Call syslog.write_ex() directly (instead of syslog.write() | bwarsaw | 2001-07-06 | 1 | -8/+8 |
| * | process(): Add support for configurable log files. Four new variables | bwarsaw | 2001-06-27 | 1 | -14/+34 |
| * | process(): It is possible that the mlist passed in is None, which | bwarsaw | 2001-05-22 | 1 | -1/+4 |
| * | process(): We can't call mlist.RegisterBounce() here because we do not | bwarsaw | 2001-02-16 | 1 | -8/+7 |
| * | Conversion to mimelib. | bwarsaw | 2001-02-15 | 1 | -21/+13 |
| * | process(): Only log successes to logs/post if the message actually was | bwarsaw | 2000-09-08 | 1 | -1/+5 |
| * | process(): Remove the saveifdirty flag from the RegisterBounce() call. | bwarsaw | 2000-09-08 | 1 | -1/+1 |
| * | process(): Addressing both SF bug #108167 and patch #100861, this | bwarsaw | 2000-07-22 | 1 | -1/+11 |
| * | process(): Wrap the actual message delivery loops in a mlist | bwarsaw | 2000-06-03 | 1 | -12/+15 |
| * | Support for delivering recipient chunks via multiple threads. Python | bwarsaw | 2000-06-03 | 1 | -19/+86 |
| * | Changes to honor SMTP_MAX_RCPTS again. Specifically, | bwarsaw | 2000-05-30 | 1 | -29/+79 |
| * | Many changes to make message delivery more robust in the face of | bwarsaw | 2000-05-08 | 1 | -52/+10 |