| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bite the bullet: rename the Mailman package to mailman. | Barry Warsaw | 2008-02-27 | 1 | -250/+0 |
| * | Tweak copyright years. | Barry Warsaw | 2008-02-07 | 1 | -1/+1 |
| * | Reorganize the enums so that they live in the most appropriate interface. The | Barry Warsaw | 2007-10-09 | 1 | -1/+1 |
| * | Removed a bunch of files that are obsolete. The interfaces are all folded | Barry Warsaw | 2007-09-27 | 1 | -14/+15 |
| * | OMGW00T: After over a decade, the MailList mixin class is gone! Well, | Barry Warsaw | 2007-09-21 | 1 | -25/+0 |
| * | It all started by trying to remove MailList.Create() and use the IListManager | Barry Warsaw | 2007-08-05 | 1 | -25/+0 |
| * | Move the pending database into the SQLAlchemy/Elixir layer. The old | Barry Warsaw | 2007-08-01 | 1 | -2/+1 |
| * | Convert failing test_message.py to doctests bounces.txt and message.txt, which | Barry Warsaw | 2007-07-01 | 1 | -3/+3 |
| * | Update copyright years. | bwarsaw | 2007-01-19 | 1 | -1/+1 |
| * | Merged revisions 8113-8121 via svnmerge from | bwarsaw | 2006-12-29 | 1 | -12/+13 |
| * | Fix some buglets with virtual domain support and repair unit tests broken by | bwarsaw | 2006-07-08 | 1 | -2/+2 |
| * | First crack at real virtual domain support, i.e. mailing lists with the same | bwarsaw | 2006-07-08 | 1 | -3/+3 |
| * | 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 | -35/+37 |
| * | Whitespace normalization. | bwarsaw | 2005-12-06 | 1 | -4/+4 |
| * | Update copyright date for prior change. | msapiro | 2005-12-06 | 1 | -1/+1 |
| * | Make bounce log message format more consistent. | msapiro | 2005-12-06 | 1 | -1/+1 |
| * | back porting from 2.1.6 | tkikuchi | 2005-08-28 | 1 | -13/+28 |
| * | FSF office has moved. chdcking in for MAIN branch. | tkikuchi | 2005-08-27 | 1 | -1/+1 |
| * | registerBounce(): Add optional argument `day' which can be used by the | bwarsaw | 2003-08-17 | 1 | -11/+13 |
| * | Whitespace normalization. | bwarsaw | 2002-10-19 | 1 | -4/+4 |
| * | Fix typo in last checkin. Thanks Ousmane! | bwarsaw | 2002-08-16 | 1 | -1/+1 |
| * | __sendAdminBounceNotice(): Applied Simone Piunno's patch to fix the | bwarsaw | 2002-08-16 | 1 | -1/+2 |
| * | registerBounce(): The last patch wasn't quite right, so backing out | bwarsaw | 2002-08-15 | 1 | -6/+4 |
| * | Fix a nasty bug that could cause disabled members to be deleted from | bwarsaw | 2002-08-15 | 1 | -3/+6 |
| * | sendNextNotification(): Include in bounce reasons, the date of the | bwarsaw | 2002-08-02 | 1 | -5/+11 |
| * | sendNextNotification(): Fixed typo discovered by Jon Parise and Dan | bwarsaw | 2002-06-30 | 1 | -1/+1 |
| * | Some hacks to support notification of disabled delivery for reasons | bwarsaw | 2002-05-28 | 1 | -6/+31 |
| * | registerBounce(): Reset the bounce info if it isn't an instance of a | bwarsaw | 2002-05-07 | 1 | -1/+1 |
| * | Dan Mick's patch (with mods ;) for disabling list owner notification | bwarsaw | 2002-03-12 | 1 | -3/+10 |
| * | InitVars(): Add bounce_unrecognized_goes_to_list_owner to handle | bwarsaw | 2002-03-07 | 1 | -0/+2 |
| * | BounceMessage(): Set up the outer bounce message the same way we set | bwarsaw | 2002-03-01 | 1 | -4/+5 |
| * | __sendAdminBounceNotice(): Because the UserNotification constructor | bwarsaw | 2002-02-28 | 1 | -4/+8 |
| * | __sendAdminBounceNotice(), sendNextNotification(): Both | bwarsaw | 2002-02-28 | 1 | -2/+3 |
| * | __sendAdminBounceNotice(), sendNextNotification(), BounceMessage(): | bwarsaw | 2002-02-11 | 1 | -5/+7 |
| * | sendNextNotification(): Remove the call to setBounceInfo() since | bwarsaw | 2002-02-05 | 1 | -1/+0 |
| * | reset(): Dan Mick discovered a cut-n-paste error! info. -> self. | bwarsaw | 2002-01-29 | 1 | -4/+4 |
| * | Several fixes to improve the bounce score testing when the | bwarsaw | 2002-01-29 | 1 | -22/+38 |
| * | copyright years | bwarsaw | 2002-01-15 | 1 | -1/+1 |
| * | registerBounce(): Fix for bug when resetting bounce info due to stale | bwarsaw | 2002-01-15 | 1 | -1/+6 |
| * | The long-awaited rewrite of the bounce processing system. We've | bwarsaw | 2001-12-27 | 1 | -223/+143 |
| * | First step on the bounce processer sanity road. These changes fix | bwarsaw | 2001-12-19 | 1 | -2/+5 |
| * | Some code cleaning, and adjustment to new API. | bwarsaw | 2001-11-20 | 1 | -7/+2 |
| * | BounceMessage(): Argument `e' is now either None or an instance with a | bwarsaw | 2001-10-15 | 1 | -2/+5 |
| * | ClearBounceInfo(), RegisterBounce(): Rename argument `email' to `member'. | bwarsaw | 2001-10-09 | 1 | -59/+39 |
| * | DisableBouncingAddress(): Fixed a syslog() call, using its new | bwarsaw | 2001-10-04 | 1 | -1/+1 |
| * | Convert from mimelib to email. | bwarsaw | 2001-10-01 | 1 | -5/+5 |
| * | HandleBouncingAddress(): Instead of using MAILMAN_OWNER, use | bwarsaw | 2001-08-04 | 1 | -2/+3 |
| * | All: | bwarsaw | 2001-07-18 | 1 | -35/+5 |
| * | BounceMessage(): New method that will `bounce' a message back to the | bwarsaw | 2001-07-10 | 1 | -0/+19 |