summaryrefslogtreecommitdiff
path: root/modules/mm_admin.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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