summaryrefslogtreecommitdiff
path: root/Mailman/Handlers/HandlerAPI.py
Commit message (Expand)AuthorAgeFilesLines
* Removed as obsolete. HandlerAPI is now subsumed by the IncomingRunnerbwarsaw2001-02-151-175/+0
* RedeliverMessage(): Removed.bwarsaw2000-12-201-11/+3
* First round integration of Juan Carlos's translatable string markings.bwarsaw2000-12-071-1/+2
* DeliverToUser(): Since most calls to this function are on internallybwarsaw2000-09-181-0/+1
* do_pipeline(): Added a failsafe around the delivery module's process()bwarsaw2000-06-231-1/+5
* do_pipeline(): Factored out from DeliverToList().bwarsaw2000-06-201-5/+12
* MessageHeld.rejection_notice(): New method which subclasses overridebwarsaw2000-06-151-0/+8
* Convert all uses of mlist.LogMsg() to the new syslog() interface.bwarsaw2000-06-021-2/+3
* DeliverToList(): When the parameter msgdata has no 'pipeline' key, webwarsaw2000-06-011-1/+1
* DeliverToList(): Use mm_cfg.DELIVERY_RETRY_PERIOD instead of abwarsaw2000-05-311-5/+12
* DeliverToList(): If any pipeline module fails, enqueue the message.bwarsaw2000-05-221-1/+4
* DeliverToList(): Take out debugging prints.bwarsaw2000-05-221-3/+0
* DeliverToUser(): This needs to occasionally take a newdata argumentbwarsaw2000-05-081-1/+5
* Many changes to make message delivery more robust in the face ofbwarsaw2000-05-081-34/+102
* pipeline_delivery(): factoring out common delivery code.bwarsaw2000-03-281-15/+23
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
* DeliverToUser(): 'fastrack' => 'fasttrack'bwarsaw2000-03-031-1/+1
* DeliverToList(): Added the Replybot module, just before the Holdbwarsaw2000-02-191-1/+3
* HandlerError: base class should be Errors.MailmanErrorbwarsaw1999-12-091-1/+2
* Get DELIVERY_MODULE from mm_cfg.py. Makes for easier customization.bwarsaw1999-11-301-9/+4
* Parameterize the message delivery module used.bwarsaw1999-11-301-2/+9
* process() => DeliverToList()bwarsaw1999-11-241-1/+19
* """Contains all the common functionality for the msg handler API."""bwarsaw1999-11-101-0/+51