summaryrefslogtreecommitdiff
path: root/modules/mm_admin.py
Commit message (Collapse)AuthorAgeFilesLines
* All these files have been moved to the Mailman directory (and some renamed)bwarsaw1998-06-191-234/+0
|
* Whoops, I forgot to check these in. They're changed to handleviega1998-06-031-2/+2
| | | | | relative paths, mainly GetScriptURL->the appropriate replacement. Now I'm done w/ checkins, and I'm going to test the current snapshot.
* Removed RCS crudbwarsaw1998-05-261-8/+10
| | | | | | | | | | | | (SUBSCRIPTION_AUTH_TEXT, POSTING_AUTH_TEXT): Some small, but important formatting changes. The wrapping/filling algorithm says not to fill any lines that begin with whitespace, so for the two embedded lists that shouldn't be filled, start the lines with a couple of spaces. RefuseRequest(): Call SendTextToUser() with raw=1 so that the text of the original message will not be wrapped/filled. Some of the text should probably be wrapped/filled but that's too hard to separate out right now.
* Fixed a typo in the zipcode.viega1998-05-261-2/+2
|
* Added copyright notices to all source files where I am legally entitled to ↵viega1998-05-251-1/+18
| | | | | | | do so. Added a copy of the GNU GPL. Added information about mailman-users in README, and reworded some text in there (made the credits less verbose... perhaps they should move to a credits file?)
* Preparing to package a distribution - add a module docstring andmailman1998-04-091-0/+4
| | | | __version__ info.
* Collapsed a message log line.mailman1998-04-091-3/+2
|
* Log info about rejected and discarded posts in vette lot file.mailman1998-04-081-3/+16
|
* Provide for untitled messages in acknowledgement notices.mailman1998-03-261-2/+6
|
* Added implementation of 'discard' admin options to requestmailman1998-03-241-3/+8
| | | | | dispositions - for spam, it doesn't send email to poster, just discards their posting.
* Refined admin vette logging a bit.mailman1998-03-201-7/+7
|
* Take additional info about the message subject in the 'post'mailman1998-03-181-17/+22
| | | | | | | | | | .AddRequest(), for admin notices. Stop inhibiting sending of request refusal for moderated messages! (I think this was confused with sending of request queuing, which should be suppressed, and now is in the ../scripts/post script.) Refined various notice's text a bit, including adding more info.
* Implement admin_immed_notify, where list admins can choose to havemailman1998-03-131-1/+45
| | | | | | | | | | notices sent whenever a new admin request (vetted subscriptions or list postings) arrives, in addition to daily notice. Repair what is logged (was using list. instead of self.). Relocate message body texts to "constants" just after imports, at the least so they don't screw up emacs tracking of indentation levels.
* ListAdmin.AddRequest(): Log all posting and membership requestsklm1998-03-081-1/+10
| | | | | | | | | | pending approval in 'vette' log file (using new MailList.LogMsg() method). ListAdmin.HandleAddMemberRequest(): Handle (new) detection of subscription approval of already subscribed members (eg, when duplicate subscription requests were blanket approved in a single subscription vetting).
* Initial revisionmailman1998-02-211-0/+132