summaryrefslogtreecommitdiff
path: root/Mailman/Queue/OutgoingRunner.py
Commit message (Expand)AuthorAgeFilesLines
* Reorganize the qrunner infrastructure. First, the package has been renamedBarry Warsaw2007-09-291-133/+0
* Scrubber.py - Malformed RFC 2047 encoded filename= parameter can haveMark Sapiro2007-06-221-2/+4
* Update copyright years.bwarsaw2007-01-191-1/+1
* internal_name() to fqdn_listname change.tkikuchi2006-11-271-1/+1
* Massive conversion process so that Mailman can be run from a user specifiedbwarsaw2006-07-081-8/+9
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-171-4/+6
* Now that Python 2.3 is the minimum requirement for Mailman 2.2:bwarsaw2006-04-151-13/+6
* back porting from 2.1.6tkikuchi2005-08-281-63/+45
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* DEAL_WITH_PERMFAILURES_EVERY: Do this only every 10 times through thebwarsaw2003-05-031-32/+34
* Use True/False where appropriate (so much cleaner!)bwarsaw2003-03-131-14/+26
* _dispose(): In the SomeRecipientsFailed handler, be sure to set thebwarsaw2002-04-181-2/+3
* _dispose(): Catch socket.errors that can come from the underlyingbwarsaw2002-04-101-0/+19
* _dispose(): Since the runner doesn't normally need to lock the list,bwarsaw2002-04-011-3/+2
* We can get rid of the old list cache, and the freshen machinery. Nowbwarsaw2002-03-131-3/+0
* __init__(): Remove cachelists from the constructor arguments. We canbwarsaw2002-03-121-2/+2
* __init__(), _dispose(): Move the import of the DELIVERY_MODULE and thebwarsaw2002-03-041-5/+5
* Constructor simplification. Since most derived classes are justbwarsaw2002-03-021-2/+3
* __init__(): Set self._freshen so that the MailList cache in the basebwarsaw2002-02-121-9/+7
* __doperiodic(): RegisterBounce() -> registerBounce()bwarsaw2001-12-271-4/+4
* _dispose(): Support for regular non-personalized VERP delivery.bwarsaw2001-11-201-0/+7
* Convert from mimelib to email.bwarsaw2001-10-011-3/+2
* import time so it can be used.twouters2001-07-101-0/+1
* DEAL_WITH_PERMFAILURES_EVERY: controls how often _doperiodic() willbwarsaw2001-06-281-1/+12
* Better syslog() calling conventions.bwarsaw2001-06-271-6/+2
* _dispose(): A bit of elaboration so that we can properlybwarsaw2001-02-161-7/+40
* intermediatebwarsaw2001-02-151-33/+53
* Multiple queue runner classes, in a new package Mailman.Queue.bwarsaw2000-12-201-0/+57