summaryrefslogtreecommitdiff
path: root/Mailman/MailCommandHandler.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ProcessSubscribeCmd(): Deny attempts to subscribe a list to itselfklm1998-09-051-1/+9
* Respect default limit on number of mail command lines for processing.klm1998-09-031-5/+10
* .ProcessSubscribeCmd(): Using .FinishSubscribe(), which handles allklm1998-07-131-37/+47
* .ParseMailCommands(): Escape the list real_name that's interpolatedklm1998-07-131-2/+2
* Prevent processing of exactly duplicated commands. This isklm1998-07-121-3/+18
* Informatively reject mail-command attempts to subscribeklm1998-07-121-3/+8
* ProcessSubscribeCmd(): Fixed a few of the other keys :-(bwarsaw1998-07-061-2/+2
* MailCommandHandler.AddApprovalMsg(): use the Utils.maketext()bwarsaw1998-06-231-18/+11
* Convert all module names to their new names.bwarsaw1998-06-191-145/+70
* Whoops, I forgot to check these in. They're changed to handleviega1998-06-031-3/+3
* Hmm, I didn't think I touched mm_pending since the last checkin. Iviega1998-05-301-2/+4
* Integrated Scott's confirmation stuff into mailcmd, and fixed a few thingsviega1998-05-291-41/+95
* Fixed a typo in the zipcode.viega1998-05-261-2/+2
* Added copyright notices to all source files where I am legally entitled to do...viega1998-05-251-1/+18
* Include a few more likely prospects among invalid request senders.klm1998-04-281-2/+2
* Discard "mail commands" from postmaster accounts (nobody,klm1998-04-271-5/+15
* Ignore any mailcommands coming from postmaster-type accounts -klm1998-04-231-1/+7
* Preparing to package a distribution - add __version__ info.mailman1998-04-091-1/+3
* Refined the 'info' mail command to indicate the list web page, presentklm1998-04-071-3/+13
* Use new .DeleteMember() arg to indicate whence this deletion came.mailman1998-04-021-4/+4
* Furthermore, mention the password-sending facility.klm1998-04-021-1/+4
* Mention the listinfo URL for the list in the mailcmd help message.klm1998-04-021-3/+10
* Send error notice back when we clearly have a list-specific command,klm1998-03-271-22/+45
* Swap order on digested and non-digested members, so longer listmailman1998-03-271-8/+13
* Tracked change of names of 'closed' and 'auto_subscribe' options. Seemailman1998-03-241-6/+7
* We're having a problem where mail command messages with undeliverablemailman1998-03-191-3/+5