summaryrefslogtreecommitdiff
path: root/cron/mailpasswds (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Clarified instructions for changing subscriber options, includingmailman1998-04-031-13/+13
| | | | | specifying the URL for the actual user options page. (Provoked by a suggestion conveyed by jim hugunin.)
* Refined the notice a bit, to include the address of the user inmailman1998-04-031-4/+7
| | | | question within the message.
* Track transition of list_names to mm_utils, including import of mm_utils.mailman1998-03-181-2/+2
|
* Set the sender to mm_cfg.MAILMAN_OWNER, so it's not just some randommailman1998-03-031-16/+16
| | | | | | | | | | list (the last one found) which appears as the sender... Further cleanup of reminder notice. Do *not* ignore list names for which the list load fails - bailout w/traceback! Darn tootin - we want someone to know something's screwed up, so it gets fixed!
* Rectified module docstring to reflect the fact that the passwords aremailman1998-02-261-4/+5
| | | | batched for each user.
* Send each user all their passwords in a single message, rather thanmailman1998-02-221-17/+71
| | | | | | | | | sending them in a bunch. MailAllPasswords() - mostly cribbed from mm_deliver:Deliver.MailUserPassword(), but it takes the information for all users and sends a message to each with all their password info.
* Initial revisionmailman1998-02-221-0/+32