| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reorganize the qrunner infrastructure. First, the package has been renamed | Barry Warsaw | 2007-09-29 | 1 | -318/+0 |
| * | qrunner, mailmanctl and various other repairs. | Barry Warsaw | 2007-09-29 | 1 | -4/+5 |
| * | Clean up file permissions and umask settings. Now we set the umask to 007 | bwarsaw | 2007-01-05 | 1 | -6/+2 |
| * | internal_name() to fqdn_listname change. | tkikuchi | 2006-11-27 | 1 | -1/+1 |
| * | First crack at real virtual domain support, i.e. mailing lists with the same | bwarsaw | 2006-07-08 | 1 | -6/+7 |
| * | Massive conversion process so that Mailman can be run from a user specified | bwarsaw | 2006-07-08 | 1 | -11/+11 |
| * | - Convert all logging to Python's standard logging module. Get rid of all | bwarsaw | 2006-04-17 | 1 | -17/+17 |
| * | Now that Python 2.3 is the minimum requirement for Mailman 2.2: | bwarsaw | 2006-04-15 | 1 | -11/+5 |
| * | Add test in BounceRunner for non-fatal, VERPed bounce. Bug 1421285. | msapiro | 2006-03-09 | 1 | -1/+5 |
| * | Changed BouncerAPI.py to return Stop from a Bouncer and changed | msapiro | 2006-03-01 | 1 | -0/+3 |
| * | Set umask for creation of bounce-events queue file. | msapiro | 2006-02-05 | 1 | -3/+8 |
| * | back porting from 2.1.6 | tkikuchi | 2005-08-28 | 1 | -50/+166 |
| * | FSF office has moved. chdcking in for MAIN branch. | tkikuchi | 2005-08-27 | 1 | -1/+1 |
| * | _dispose(): Use mlist.internal_name(). | bwarsaw | 2003-08-18 | 1 | -3/+4 |
| * | Implement a simple queuing bounce processor, which should allow more | bwarsaw | 2003-08-17 | 1 | -51/+53 |
| * | _dispose(): Don't forward to the admin, messages in which bouncing | bwarsaw | 2002-12-02 | 1 | -1/+1 |
| * | Style. | bwarsaw | 2002-11-04 | 1 | -1/+1 |
| * | _dispose(): I think this fixes a bug we are seeing on mailman-users, | bwarsaw | 2002-10-29 | 1 | -5/+10 |
| * | maybe_forward(): Add a useful URL as suggested by Fil. | bwarsaw | 2002-10-25 | 1 | -0/+4 |
| * | maybe_forward(): Improve the grammatically anti-good message sent with | bwarsaw | 2002-10-21 | 1 | -3/+3 |
| * | pycheckerfied | bwarsaw | 2002-10-15 | 1 | -3/+3 |
| * | maybe_forward(): Use the new ForwardMessage() interface. | bwarsaw | 2002-10-15 | 1 | -6/+4 |
| * | maybe_forward(): The bounce page documents that undetected bounces | bwarsaw | 2002-10-08 | 1 | -0/+2 |
| * | maybe_forward(): Refactor forwarding logic into ForwardMessage() | bwarsaw | 2002-10-08 | 1 | -13/+5 |
| * | _dispose(): Possibly forward the message in two situations: if the | bwarsaw | 2002-10-05 | 1 | -16/+36 |
| * | _dispose(): Keep a flag around that indicates whether any of the | bwarsaw | 2002-05-09 | 1 | -8/+20 |
| * | verp_bounce(): Exim stashes the envelope recipient in the Envelope-To: | bwarsaw | 2002-05-09 | 1 | -7/+7 |
| * | _dispose(): There are reports of None's showing up in the addrs. Not | bwarsaw | 2002-04-11 | 1 | -0/+4 |
| * | _dispose(): We need to iterate over the addrs list. Also, reload the | bwarsaw | 2002-04-01 | 1 | -15/+17 |
| * | _dispose(): Since the BounceRunner doesn't normally need to lock the | bwarsaw | 2002-04-01 | 1 | -0/+2 |
| * | A significant rewrite of the main bounce runner logic to make it | bwarsaw | 2002-03-26 | 1 | -112/+97 |
| * | We can get rid of the old list cache, and the freshen machinery. Now | bwarsaw | 2002-03-13 | 1 | -1/+0 |
| * | __init__(): Remove cachelists from the constructor arguments. We can | bwarsaw | 2002-03-12 | 1 | -0/+1 |
| * | _dispose(): Consult bounce_unrecognized_goes_to_list_owner before | bwarsaw | 2002-03-07 | 1 | -10/+16 |
| * | __verpbounce(): Wrap the extraction of the match object's groups in a | bwarsaw | 2002-03-07 | 1 | -4/+10 |
| * | Constructor simplification. Since most derived classes are just | bwarsaw | 2002-03-02 | 1 | -3/+1 |
| * | __verpbounce(), __scanbounce(): Use self._open_list() to get a | bwarsaw | 2002-03-01 | 1 | -3/+2 |
| * | __verpbounce(), __scanbounce(): Make sure that we don't try to lock a | bwarsaw | 2002-02-28 | 1 | -4/+12 |
| * | __verpbounce(): Add some robustness for broken MTAs. We know of at | bwarsaw | 2002-01-17 | 1 | -4/+20 |
| * | __verpbounce(): RegisterBounce() -> registerBounce() | bwarsaw | 2001-12-27 | 1 | -2/+2 |
| * | __verpbounce(): Dan Mick points out that we were still hardcoding the | bwarsaw | 2001-12-07 | 1 | -27/+26 |
| * | Dan Mick discovers we need to import LockFile. | bwarsaw | 2001-11-27 | 1 | -0/+1 |
| * | The qrunner that consumes qfiles/bounce messages, which come from the | bwarsaw | 2001-11-21 | 1 | -0/+136 |