summaryrefslogtreecommitdiff
path: root/Mailman/Deliverer.py
Commit message (Collapse)AuthorAgeFilesLines
...
* A bit of refinement for the notices.mailman1998-03-271-11/+13
|
* Various small message refinements, and conditionalized CHANGETEXTmailman1998-03-261-22/+42
| | | | | | | | | to make it easier to run it for just a specific list. Added errorsto keyword args in delivery messages. .MailUserPassword() accounts for corrupt accounts that lack any passwords at all, sends a message to list admin when it observes that.
* Moved essential functionality of .SendTextToUser() andmailman1998-03-241-39/+35
| | | | | | | | .DeliverToUser() methods to functions in mm_utils, so we can use them outsid of lists, eg when we're unable to create lists, and then used the functions in the body of the methods. Refined subscribe-message text a bit.
* This is the fix i mentioned in my last checkin (not mm_digest).mailman1998-03-201-13/+28
| | | | | | | | | | | | | | | Use a python-lib tempfile, instead of ginning one up distinguised by pid. The problem with the old method is that the same process - eg, senddigest - may be cycling through many lists, which means that all the lists would use the same tempfile name. And deliver, having opened the file for reading, would get it pulled out from under it when, eg, senddigest got to having mm_deliver prepare digest for the next list. tempfile.mktemp() specifically finds a filename that is not in use. I'm leaving in commented-out text for some special membership- migration notices, for use later today or tomorrow, when i move over the rest of the lists.
* Reduce header and footer whitespace padding.mailman1998-03-191-3/+6
|
* Some small refinements to the subscription acknowledgement notice.mailman1998-02-261-4/+14
| | | | | Added clue about email-based change mechanism in the password-reminder notice.
* Mention the email-based interface in the subscribe acknowledmentmailman1998-02-251-6/+13
| | | | message.
* Moved the bodies of the long text messages to "constant" declarationsmailman1998-02-221-55/+72
| | | | | | | at the top of the file, to make the methods that use them easier to read. Wrapped a few long lines.
* Minor layout change - add some whitespace so the web page addressmailman1998-02-211-0/+1
| | | | shows up more nicely.
* Initial revisionmailman1998-02-211-0/+153