| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixed a typo in the zipcode. | viega | 1998-05-26 | 20 | -38/+38 |
| * | Sending the password notices (subscribe ack and reminder) to -admin | mailman | 1998-05-26 | 1 | -7/+17 |
| * | Adding a list option that says to send the password reminders to the | mailman | 1998-05-26 | 2 | -2/+10 |
| * | .ScanMessage(): Consolidated BOUNCE and REMOVE handling on the | mailman | 1998-05-26 | 1 | -34/+29 |
| * | Whoops - reminder_to_admins will cause "-admin" to be appended to the | mailman | 1998-05-26 | 1 | -3/+3 |
| * | .GetOptionsURL(): only use the unobscured addr when optional arg | mailman | 1998-05-26 | 1 | -4/+17 |
| * | Added copyright notices to all source files where I am legally entitled to do... | viega | 1998-05-25 | 20 | -18/+357 |
| * | Slight simplification of remaining-messages log notice. | mailman | 1998-05-24 | 1 | -3/+2 |
| * | Added provision for a bounce message where the email address is on a | klm | 1998-05-24 | 1 | -3/+23 |
| * | .DeliverToList(): Append a sender field pointing to the list admin. | klm | 1998-05-24 | 1 | -1/+2 |
| * | Use more of the available space in the basic description for 'info' | klm | 1998-05-24 | 1 | -2/+5 |
| * | .RegisterBounce(): I think this corrects the bounce log reporting of | klm | 1998-05-21 | 1 | -3/+4 |
| * | Prevent bounce loops when admin-action recipient is itself the | klm | 1998-05-21 | 1 | -30/+65 |
| * | Neglected to mention on last checkin: | mailman | 1998-05-20 | 1 | -10/+10 |
| * | Do not send "user disabled" notices to admin when user is already | mailman | 1998-05-20 | 1 | -17/+35 |
| * | .FormatDisabledNotice(): Text to put at top of user options pages to | mailman | 1998-05-20 | 1 | -26/+46 |
| * | .DeleteMember(): Delete the option settings for the user (if any), as | mailman | 1998-05-18 | 1 | -1/+3 |
| * | Really cosmetic change to the rule (dashes became underscores) in the | mailman | 1998-05-12 | 2 | -4/+4 |
| * | Essential cosmetic changes - one typo, and one missing comma (which | mailman | 1998-05-12 | 1 | -3/+3 |
| * | Incremented version to 1.0b3. | klm | 1998-05-04 | 2 | -6/+10 |
| * | Removed change_boundary() - not necessary, now that the Digest class | klm | 1998-05-04 | 1 | -17/+1 |
| * | Removed constant i added but didn't use (SUBJ_REGARDS_PREFIX). | klm | 1998-05-03 | 2 | -7/+2 |
| * | .SaveForDigest(): | klm | 1998-05-02 | 1 | -18/+55 |
| * | .SendDigest(): digest_text wasn't defined - had to read the file. | klm | 1998-05-01 | 1 | -2/+2 |
| * | On further thought, emphasize that case-changes only are acceptable | klm | 1998-05-01 | 1 | -2/+2 |
| * | Whoops, a trivial after-checkin phrasing refinement. | klm | 1998-05-01 | 1 | -2/+2 |
| * | .GetConfigInfo(): Reenable web-based setting of web_page_url. This | klm | 1998-05-01 | 1 | -15/+42 |
| * | Strengthen admonition against setting reply_goes_to_list. | klm | 1998-05-01 | 1 | -6/+10 |
| * | Digest(): new class which represents a digest in a presentation- | klm | 1998-05-01 | 1 | -79/+134 |
| * | Digest class moved to mm_digest, because that is the only place it | klm | 1998-05-01 | 1 | -19/+1 |
| * | .DeliverToList(): header and footer are now optional. (Digests now | klm | 1998-05-01 | 1 | -3/+3 |
| * | On john's urging, MIME is *not* default digest format, as | klm | 1998-04-29 | 2 | -4/+4 |
| * | Beginning of Digest class. (Premature checkin forced by need to | klm | 1998-04-28 | 1 | -1/+19 |
| * | Include a few more likely prospects among invalid request senders. | klm | 1998-04-28 | 1 | -2/+2 |
| * | 1.0b2, not 1.0b1.2! | klm | 1998-04-28 | 2 | -4/+4 |
| * | For mime digests, substitute the result of mimetools.chooseboundary() | klm | 1998-04-27 | 1 | -67/+82 |
| * | New routine change_boundary, for substituting one mime boundary for | klm | 1998-04-27 | 1 | -1/+17 |
| * | New LOOPING_POST error message, for wide-loop detection disposition. | klm | 1998-04-27 | 1 | -1/+2 |
| * | Using new X-beenthere message header for loop-detection, particularly | klm | 1998-04-27 | 1 | -1/+7 |
| * | Using new OutgoingMessage.__delitem__ method. | klm | 1998-04-27 | 1 | -6/+6 |
| * | OutgoingMessage: Add a __delitem__, extracting .CacheHeaders() method | klm | 1998-04-27 | 1 | -7/+23 |
| * | Discard "mail commands" from postmaster accounts (nobody, | klm | 1998-04-27 | 1 | -5/+15 |
| * | .SaveForDigest(): When reply_goes_to_list is set, add a reply-to: | klm | 1998-04-23 | 1 | -6/+11 |
| * | Ignore any mailcommands coming from postmaster-type accounts - | klm | 1998-04-23 | 1 | -1/+7 |
| * | .ScanMessage(): Further robustification of the bounced-message address | mailman | 1998-04-23 | 1 | -4/+10 |
| * | Added missing "</dl>" to MESSAGE_DECORATION_NOTE. | mailman | 1998-04-23 | 1 | -1/+2 |
| * | Repaired minor typo in option description. | mailman | 1998-04-23 | 1 | -2/+2 |
| * | ValidEmail(): Elide the constraint that addresses have their top-level | klm | 1998-04-23 | 1 | -11/+11 |
| * | These changes should reduce, if not eliminate, the duplicate handling | klm | 1998-04-23 | 1 | -14/+13 |
| * | Added "su" to valid top levels. | klm | 1998-04-23 | 1 | -2/+2 |