| Commit message (Expand) | Author | Age | Files | Lines |
| * | Everything's working now, remove this bogosity | viega | 1998-05-12 | 1 | -1/+0 |
| * | One more test, please ignore | viega | 1998-05-12 | 1 | -1/+1 |
| * | testing checkins | viega | 1998-05-12 | 1 | -0/+1 |
| * | Just testing checkins | viega | 1998-05-12 | 1 | -0/+0 |
| * | Really cosmetic change to the rule (dashes became underscores) in the | mailman | 1998-05-12 | 3 | -6/+6 |
| * | Essential cosmetic changes - one typo, and one missing comma (which | mailman | 1998-05-12 | 2 | -6/+6 |
| * | Set to 1.0b3. | klm | 1998-05-04 | 3 | -6/+6 |
| * | Get rid of anomolous $Source$ keyword. | klm | 1998-05-04 | 1 | -2/+1 |
| * | Added todo to include a recent version of pipermail in the | klm | 1998-05-04 | 1 | -1/+2 |
| * | Included 1.0b3 on the landscape. | klm | 1998-05-04 | 1 | -4/+4 |
| * | Added missing space to end of initial list password prompt. | klm | 1998-05-04 | 1 | -2/+2 |
| * | New section for 1.0b3 patch. | klm | 1998-05-04 | 1 | -84/+168 |
| * | Incremented version to 1.0b3. | klm | 1998-05-04 | 3 | -9/+15 |
| * | Removed some done items (including two of three notable bugs), added | klm | 1998-05-04 | 1 | -34/+58 |
| * | Removed change_boundary() - not necessary, now that the Digest class | klm | 1998-05-04 | 2 | -34/+2 |
| * | Removed constant i added but didn't use (SUBJ_REGARDS_PREFIX). | klm | 1998-05-03 | 4 | -14/+4 |
| * | .SaveForDigest(): | klm | 1998-05-02 | 2 | -36/+110 |
| * | .SendDigest(): digest_text wasn't defined - had to read the file. | klm | 1998-05-01 | 2 | -4/+4 |
| * | On further thought, emphasize that case-changes only are acceptable | klm | 1998-05-01 | 2 | -4/+4 |
| * | Whoops, a trivial after-checkin phrasing refinement. | klm | 1998-05-01 | 2 | -4/+4 |
| * | .GetConfigInfo(): Reenable web-based setting of web_page_url. This | klm | 1998-05-01 | 2 | -30/+84 |
| * | Strengthen admonition against setting reply_goes_to_list. | klm | 1998-05-01 | 2 | -12/+20 |
| * | Digest(): new class which represents a digest in a presentation- | klm | 1998-05-01 | 2 | -158/+268 |
| * | Digest class moved to mm_digest, because that is the only place it | klm | 1998-05-01 | 2 | -38/+2 |
| * | .DeliverToList(): header and footer are now optional. (Digests now | klm | 1998-05-01 | 2 | -6/+6 |
| * | Some inconsequential formatting changes. | bwarsaw | 1998-05-01 | 2 | -148/+170 |
| * | Some inconsequential formatting changes. | bwarsaw | 1998-05-01 | 1 | -43/+58 |
| * | On john's urging, MIME is *not* default digest format, as | klm | 1998-04-29 | 3 | -6/+6 |
| * | Strengthen the l.Unlock() suggestion. | klm | 1998-04-29 | 1 | -6/+9 |
| * | Added a section on finding the right settings for the wrapper script | klm | 1998-04-29 | 1 | -16/+33 |
| * | Beginning of Digest class. (Premature checkin forced by need to | klm | 1998-04-28 | 2 | -2/+38 |
| * | Include a few more likely prospects among invalid request senders. | klm | 1998-04-28 | 2 | -4/+4 |
| * | 1.0b2, not 1.0b1.2! | klm | 1998-04-28 | 3 | -6/+6 |
| * | Use the correct url for mailman. | klm | 1998-04-28 | 1 | -2/+2 |
| * | Include note about syslog configuration for wrapper scripts. | klm | 1998-04-28 | 1 | -2/+5 |
| * | Well, make main return an int. | klm | 1998-04-28 | 1 | -0/+2 |
| * | Declare main as an int routine so gcc doesn't complain, even though it | klm | 1998-04-28 | 2 | -2/+2 |
| * | Misuse of %s in format string for LEGAL_PARENT_[UG]ID was causing | klm | 1998-04-28 | 1 | -3/+3 |
| * | Whoops - need a reply-to of the request addr, as well. | mailman | 1998-04-27 | 1 | -2/+4 |
| * | Trying admin email as the sender of the confirmation notice, in order | klm | 1998-04-27 | 1 | -3/+3 |
| * | Spell senddigests correctly (not "checkdigests"!) | mailman | 1998-04-27 | 1 | -1/+1 |
| * | For mime digests, substitute the result of mimetools.chooseboundary() | klm | 1998-04-27 | 2 | -134/+164 |
| * | New routine change_boundary, for substituting one mime boundary for | klm | 1998-04-27 | 2 | -2/+34 |
| * | New LOOPING_POST error message, for wide-loop detection disposition. | klm | 1998-04-27 | 2 | -2/+4 |
| * | Using new X-beenthere message header for loop-detection, particularly | klm | 1998-04-27 | 2 | -2/+14 |
| * | Using new OutgoingMessage.__delitem__ method. | klm | 1998-04-27 | 2 | -12/+12 |
| * | OutgoingMessage: Add a __delitem__, extracting .CacheHeaders() method | klm | 1998-04-27 | 2 | -14/+46 |
| * | Discard "mail commands" from postmaster accounts (nobody, | klm | 1998-04-27 | 2 | -10/+30 |
| * | .SaveForDigest(): When reply_goes_to_list is set, add a reply-to: | klm | 1998-04-23 | 2 | -12/+22 |
| * | Incorporated janne sinkkonen's fix, with a bit of a spin of my own. | klm | 1998-04-23 | 1 | -14/+9 |