summaryrefslogtreecommitdiff
path: root/Mailman/MailCommandHandler.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changed "fancy" to "mime" and respect change of EnableMime user optionmailman1998-03-131-8/+12
* Small formatting changes.klm1998-03-081-10/+16
* Minor message wording change.klm1998-03-081-2/+2
* Spruce up the help text a good bit.mailman1998-02-261-9/+14
* Initial revisionmailman1998-02-251-0/+450