summaryrefslogtreecommitdiff
path: root/Mailman/MailCommandHandler.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update imports, and convert to new Message.Message objectbwarsaw1999-11-101-10/+7
* ParseMailCommands(): Quickie patch to allow quotes around the commandbwarsaw1999-09-081-0/+10
* ProcessConfirmCmd(): Confirmation of an subscription for an addresshmeland1999-07-011-1/+4
* The "password" mail command can now also be used for having one'shmeland1999-07-011-2/+14
* AddToResponse(): Added new optional arg `prefix'. Changed truncationhmeland1999-06-131-87/+95
* ParseMailCommands(): In the case that the maximum number of commandhmeland1999-06-041-2/+2
* ProcessUnsubscribeCmd(): Catch Errors.MMNotAMemberError, which is whatbwarsaw1999-05-061-2/+1
* eradicate "maillist" as a nounbwarsaw1999-05-051-1/+1
* ParseMailCommands(): make the confirmation regexp whitespacebwarsaw1999-04-281-2/+2
* ParseMailCommands(): Two small changes. First, ignore case whenbwarsaw1999-04-271-2/+2
* Don't truncate "Subject line ignored" linesbwarsaw1999-04-141-1/+2
* ProcessWhoCmd(): Be sure not to truncate the list of members!bwarsaw1999-03-311-2/+2
* Lots of changes!bwarsaw1999-03-241-145/+208
* ProcessSetCmd(): Installed Balazs Nagy's patch to check for membershipbwarsaw1999-02-271-14/+10
* .SetOptionCommand(): For some reason the options descriptions keys nowklm1998-12-101-17/+21
* .ProcessPasswordCmd(): Niggle - use the derived 'sender' value theklm1998-12-091-5/+4
* .ProcessPasswordCmd(): Was not working because .ChangeUserPassword()klm1998-12-091-4/+10
* .ProcessConfirmCmd(): For invalid confirmation numbers, indicate thatklm1998-12-071-2/+11
* removed erroneous and leftover 'import Pending'cotton1998-11-251-1/+0
* I should have broken this up into 2 checkins because it implements onecotton1998-11-211-0/+1
* This change implements storing list members and digest members ascotton1998-11-191-5/+6
* These changes allow case-preserved usernames in email addresses ofcotton1998-10-121-2/+6
* These changing are a cleanup of the sorry state the subscription policycotton1998-10-101-81/+53
* Nagy's mail command end patch (add "--" as equivalent to "end" commandcotton1998-10-091-1/+1