| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bump version number to 1.0b11+ | bwarsaw | 1999-04-21 | 1 | -1/+1 |
| * | Catch Errors.MMNoSuchUserError when unsubscribing, so that already | hmeland | 1999-04-21 | 1 | -3/+11 |
| * | Post(): When the sender does not want copies of their messages, and | bwarsaw | 1999-04-16 | 1 | -1/+7 |
| * | Post(): New policy for message loops (e.g. messages that show up at | bwarsaw | 1999-04-16 | 1 | -3/+2 |
| * | LogStdErr(): category was being ignored. Instead, use it as the first | bwarsaw | 1999-04-16 | 1 | -1/+1 |
| * | LOOPING_POST => MMLoopingPost | bwarsaw | 1999-04-16 | 1 | -1/+1 |
| * | Don't truncate "Subject line ignored" lines | bwarsaw | 1999-04-14 | 1 | -1/+2 |
| * | HandlePostRequest(): Quote %'s in the Subject: header too! | bwarsaw | 1999-04-09 | 1 | -8/+10 |
| * | Changes by Per Cederquist and The Dragon. | guido | 1999-04-07 | 1 | -49/+118 |
| * | USE_ENVELOPE_SENDER: Set the default to 0 now and for the final | bwarsaw | 1999-04-05 | 1 | -1/+1 |
| * | isAuthenticated(): Catch MMNotAMemberError and return 0 | bwarsaw | 1999-04-04 | 1 | -1/+2 |
| * | LogMsg(): small efficiency hack | bwarsaw | 1999-04-02 | 1 | -1/+1 |
| * | DeliverToList(): Also get rid of duplicate errors-to headers | bwarsaw | 1999-04-02 | 1 | -1/+2 |
| * | PollNewsGroup(): Synthesize unixfrom header ("From ") for | bwarsaw | 1999-04-02 | 1 | -0/+7 |
| * | DeliverToList(): Strip off any duplicate Sender: headers, leaving just | bwarsaw | 1999-03-31 | 1 | -0/+2 |
| * | HandlePostRequest(): Need to "strquote" (e.g. replace % with %%) in | bwarsaw | 1999-03-31 | 1 | -6/+12 |
| * | Load(): Include the exception details when marshal.load() fails | bwarsaw | 1999-03-31 | 1 | -2/+3 |
| * | ProcessWhoCmd(): Be sure not to truncate the list of members! | bwarsaw | 1999-03-31 | 1 | -2/+2 |
| * | Bumping version number to 1.0b11 | bwarsaw | 1999-03-30 | 1 | -1/+1 |
| * | Post(): when not including sender in recipients, remove address in a | bwarsaw | 1999-03-30 | 1 | -12/+2 |
| * | Make sure list_name is not an empty string or None (a.k.a. "false") | bwarsaw | 1999-03-29 | 1 | -2/+5 |
| * | Load(): Verify that the unmarshaled config information is of type | bwarsaw | 1999-03-29 | 1 | -3/+6 |
| * | UpdateOldVars(): Fixed a lurking buglet. If the mlist.members and | bwarsaw | 1999-03-29 | 1 | -18/+41 |
| * | Bump VERSION to 1.0b10+ | bwarsaw | 1999-03-29 | 1 | -2/+2 |
| * | Sweeping changes to hopefully and finally (for 1.0 at least) make sane | bwarsaw | 1999-03-29 | 7 | -46/+96 |
| * | Patch by Per Cederqvist, who writes: | guido | 1999-03-29 | 1 | -6/+15 |
| * | RosterOption(): get rid of repeated word ("address address") | bwarsaw | 1999-03-26 | 1 | -1/+3 |
| * | _badchars(): Disallow addresses with commas in them | bwarsaw | 1999-03-26 | 1 | -1/+1 |
| * | Bumping release to 1.0b10 | bwarsaw | 1999-03-26 | 1 | -1/+1 |
| * | ParseAddrs(): string.strip() all returned addresses. | bwarsaw | 1999-03-25 | 1 | -3/+3 |
| * | DeliverToOwner(): check the value of mm_cfg.USE_ENVELOPE_SENDER to | bwarsaw | 1999-03-25 | 1 | -1/+3 |
| * | Lots of changes! | bwarsaw | 1999-03-24 | 1 | -145/+208 |
| * | main(): Remove all bare excepts. These now percolate up to the driver | bwarsaw | 1999-03-24 | 1 | -21/+0 |
| * | FormatMembershipOptions(): To reflect the change that Ken recently | bwarsaw | 1999-03-24 | 1 | -4/+5 |
| * | MailUserPassword(): Use `mailing list' instead of `maillist'. | bwarsaw | 1999-03-24 | 1 | -1/+1 |
| * | FormatMembershipOptions(): Minor rewording of the `hide' legend entry | bwarsaw | 1999-03-24 | 1 | -2/+2 |
| * | FormatMembershipOptions(): Two small changes. First, hyperlink the | bwarsaw | 1999-03-24 | 1 | -13/+22 |
| * | Add ^ to the list of _badchars in email addresses | bwarsaw | 1999-03-23 | 1 | -1/+1 |
| * | GetRandomSeed(): Return only combinations of upper and lower case | bwarsaw | 1999-03-20 | 1 | -3/+9 |
| * | Don't know how this snuck by, at least a few versions: "bottom at the | klm | 1999-03-16 | 1 | -9/+12 |
| * | The password stuff was removed from all but the general page, so i | klm | 1999-03-16 | 1 | -3/+6 |
| * | Setting VERSION to 1.0b9+ because enough fixes have been put in since | bwarsaw | 1999-03-16 | 1 | -1/+1 |
| * | Including the total number of members and the display chunk size in the | klm | 1999-03-15 | 1 | -1/+9 |
| * | Put the listinfo URL in the footer, so it can be clicked *somewhere* | klm | 1999-03-15 | 1 | -3/+4 |
| * | Provide a tad more space for the administrator to explain why a | klm | 1999-03-10 | 1 | -1/+1 |
| * | Do *not* remove immediately for all 550 class errors. These will | klm | 1999-03-10 | 1 | -1/+1 |
| * | (Defaults.py.in): Added USE_ENVELOPE_SENDER variable, which is set to | bwarsaw | 1999-03-09 | 2 | -4/+22 |
| * | Before trying to ObscureEmail the case-preserved username, be sure | bwarsaw | 1999-03-09 | 1 | -2/+4 |
| * | FormatConfiguration(): Only put the FormatPasswordStuff() on the | bwarsaw | 1999-03-09 | 1 | -1/+2 |
| * | SetUserDigest(): When turning digests off, stick the entry for | bwarsaw | 1999-03-09 | 1 | -5/+13 |