summaryrefslogtreecommitdiff
path: root/Mailman/MailCommandHandler.py
Commit message (Expand)AuthorAgeFilesLines
* This file has been replaced with the new email command framework.bwarsaw2002-05-021-783/+0
* GetAdminEmail() eradication campaign.bwarsaw2002-03-261-8/+8
* ProcessSubscribeCmd(): If the address isn't given in the command, trybwarsaw2002-03-151-3/+10
* Patches to support duplicate suppression for explicit recipients,bwarsaw2002-03-051-7/+13
* __init__(), ParseMailCommands(), __makedispatch(): Don't set up thebwarsaw2002-03-011-1/+6
* ParseMailCommands(): When creating the UserNotification messagebwarsaw2002-02-111-10/+4
* ParseMailCommands(): There were a couple of places where thebwarsaw2002-01-061-0/+2
* ProcessSubscribeCmd(): Catch MembershipIsBanned exceptions whenbwarsaw2002-01-061-1/+7
* ProcessOptionsCmd(): Use getDeliveryStatus() instead ofbwarsaw2001-12-191-2/+20
* ParseMailCommands(): Dang, this is /really/ the way to guarantee thatbwarsaw2001-11-271-1/+6
* ParseMailCommands(): Work around a difference in email 1.0 and 0.96.bwarsaw2001-11-271-1/+1
* ProcessConfirmCmd(): Need to define listname and url local vars forbwarsaw2001-11-211-1/+4
* ProcessUnsubscribeCmd(): We need to have a specific case wherebwarsaw2001-10-211-2/+14
* ProcessUnsubscribeCmd(): Should use DeleteMember() instead ofbwarsaw2001-10-211-1/+1
* ProcessConfirmCmd(): Rename argument `mail' to `msg', and pass it asbwarsaw2001-10-151-2/+2
* ParseMailCommands(): addheader() -> add_header().bwarsaw2001-10-051-4/+4
* Convert from mimelib to email.bwarsaw2001-10-011-11/+3
* Convert lots of split-line strings to triple-quoted strings. Yes,bwarsaw2001-08-171-53/+52
* ProcessSubscribeCmd(): Use keyword arguments for all parameters to thebwarsaw2001-08-161-1/+3
* Another step towards conversion to MemberAdaptor API.bwarsaw2001-07-291-5/+7
* ProcessConfirmCmd(): Slightly improved response message.bwarsaw2001-07-201-1/+1
* All membership related attribute access should use the MemberAdaptorbwarsaw2001-07-191-109/+94
* __NoMailCmdResponse => __noresponsebwarsaw2001-07-111-20/+29
* MailCommandHandler.ProcessOptionCmd() and MailCommandHandler.ProcessSetCmd():twouters2001-07-101-2/+2
* Use better syslog() calling convention.bwarsaw2001-06-271-9/+8
* AddApprovalMsg(), ProcessHelpCmd(): Instead of passing in the list'sbwarsaw2001-05-181-2/+2
* __init__(): "join" is now a synonym for "subscribe". "remove" andbwarsaw2001-04-021-19/+51
* ProcessConfirmCmd(): Confirmation cookie is now a string, not abwarsaw2001-03-261-26/+12
* Untabify.bwarsaw2001-03-241-165/+165
* Various fixes for better handling of confirmation messages,bwarsaw2001-03-241-25/+31
* A start on updating i18n support -- still needs work.bwarsaw2001-03-021-15/+23
* Next round of big i18n patches.bwarsaw2001-02-281-79/+98
* De-string-module-ify.bwarsaw2001-02-151-30/+30
* Latest round of jcrey's I18N patches. Specifically,bwarsaw2000-12-261-4/+17
* First integration patch for Juan Carlos's translatable string changesbwarsaw2000-12-071-114/+116
* ProcessInfoCmd(), ProcessHelpCmd(): GetAbsoluteScriptURL() =>bwarsaw2000-08-011-2/+2
* ParseMailCommands(): Use mm_cfg.LIKELY_BOUNCE_SENDERS instead ofbwarsaw2000-06-231-3/+1
* Convert all uses of mlist.LogMsg() to the new syslog() interface.bwarsaw2000-06-021-14/+12
* ParseMailCommands(): Use the new Replybot.process() API. This isbwarsaw2000-05-091-1/+10
* ProcessSubscribeCmd(): Fixed small typo in previous checkinbwarsaw2000-04-081-1/+1
* ProcessSubscribeCommand(): Use MailList.GetAdminEmail() for obtaininghmeland2000-04-081-4/+4
* ProcessPasswordCmd(), ProcessSetCmd(), ProcessUnsubscribeCmd(),bwarsaw2000-04-041-4/+4
* ProcessListsCmd(): Catch base class MMListError.bwarsaw2000-04-041-1/+2
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
* ParseMailCommands(): Simply return if the message has an X-BeenTherebwarsaw2000-02-261-0/+6
* ParseMailCommands(): Handle autoresponding to the -request address.bwarsaw2000-02-261-0/+7
* ParseMailCommands(): The message object gets constructed and passed inbwarsaw1999-12-161-2/+1
* ParseMailCommands(): typo that caused a very interesting (and subtle)bwarsaw1999-11-251-1/+1
* AcknowlegePosts => AcknowledgePostsbwarsaw1999-11-241-30/+31
* ProcessListCmd(): Avoid circular importsbwarsaw1999-11-101-1/+1