summaryrefslogtreecommitdiff
path: root/Mailman/Queue/OutgoingRunner.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* _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