| Commit message (Expand) | Author | Files | Lines |
| 2000-09-15 | PrintRequests(): Now that all footers contain links to the admin | bwarsaw | 1 | -7/+1 |
| 2000-09-15 | loginpage(): Use full-on red for errors. | bwarsaw | 1 | -2/+5 |
| 2000-09-15 | GetListIdentifier(): Don't include the description if it's empty | bwarsaw | 1 | -2/+4 |
| 2000-09-15 | main(): When creating the cgi.FieldStorage instance, we need to set | bwarsaw | 1 | -1/+1 |
| 2000-09-15 | inject_digest(): Only send a mime digest if there actually are mime | bwarsaw | 1 | -7/+10 |
| 2000-09-15 | process(): Don't tack on the regular mail header and footer if the | bwarsaw | 1 | -0/+3 |
| 2000-09-14 | process(): Do the clobber_date logic here instead of in | bwarsaw | 1 | -2/+21 |
| 2000-09-14 | __archive_to_mbox(): Don't do the clobber_date logic here, because | bwarsaw | 1 | -16/+8 |
| 2000-09-14 | Turn off incessant logging on every execution. | bwarsaw | 1 | -2/+2 |
| 2000-09-14 | Minor clean up. Also turn off incessant logging on every execution. | bwarsaw | 1 | -4/+0 |
| 2000-09-14 | locked(): Suppose we try to touch() the lock file, but we don't own | bwarsaw | 1 | -1/+9 |
| 2000-09-14 | process(): If any multifile.Error occurs, this bounce detector returns | bwarsaw | 1 | -26/+29 |
| 2000-09-14 | Changed the warning into a comment, and clarify that users should | bwarsaw | 1 | -5/+5 |
| 2000-09-14 | AppendMessage(): Do a better job of determining if the last character | bwarsaw | 1 | -6/+15 |
| 2000-09-14 | Need to import the string module. | bwarsaw | 1 | -0/+3 |
| 2000-09-13 | Describe potential nosuid option on /home in some environments. | bwarsaw | 1 | -0/+6 |
| 2000-09-12 | FormatOptionHelp(), GetItemGuiDescr(): Several changes which improve | bwarsaw | 1 | -23/+22 |
| 2000-09-12 | main(): When generating passwords, use the standard | bwarsaw | 1 | -1/+1 |
| 2000-09-12 | MakeRandomPassword(): In response to several complaints, and SF bug | bwarsaw | 1 | -8/+16 |
| 2000-09-12 | RadioButtonArray.Format(): Fix vertical layout so that the buttons are | bwarsaw | 1 | -12/+10 |
| 2000-09-12 | process(): When writing the table of contents, be a little more clever | bwarsaw | 1 | -42/+53 |
| 2000-09-12 | PrintPostRequest(): Hack around a usability issue pointed out by | bwarsaw | 1 | -7/+12 |
| 2000-09-12 | Oops, fixed typo. | bwarsaw | 1 | -1/+1 |
| 2000-09-12 | Python 1.5.2 or greater is required. | bwarsaw | 1 | -2/+3 |
| 2000-09-11 | ChangeOptions(): Use mlist.SetUserDigest() to set/unset the digest | bwarsaw | 1 | -16/+11 |
| 2000-09-11 | inject_digest(): Be careful to prune out duplicate addresses when | bwarsaw | 1 | -11/+10 |
| 2000-09-11 | SetUserDigest(): Added new `force' flag, so that setting the digest | bwarsaw | 1 | -3/+3 |
| 2000-09-11 | send(): Apply patch from Python 2.0b1 which fixes the problem with | bwarsaw | 1 | -1/+3 |
| 2000-09-11 | Document that DEFAULT_URL must end in a slash! | bwarsaw | 1 | -0/+1 |
| 2000-09-11 | main(): Because `/' is legal in RFC822 email addresses, it could show | bwarsaw | 1 | -1/+1 |
| 2000-09-11 | GetOptionsURL(): Email addresses can have strange characters in them, | bwarsaw | 1 | -1/+2 |
| 2000-09-11 | Make sure all scripts lowercase the list names, since they are case | bwarsaw | 14 | -18/+38 |
| 2000-09-09 | GetConfigInfo(): Change the docstring and details for the web_page_url | bwarsaw | 1 | -10/+15 |
| 2000-09-09 | AddErrorMessage(): Insert the big red "Warning:" here, but make the | bwarsaw | 1 | -13/+20 |
| 2000-09-09 | PrintResults(): Add a link back to the user options page on the | bwarsaw | 1 | -32/+55 |
| 2000-09-09 | GetMailmanFooter(): Add a link to the administrative interface to each | bwarsaw | 1 | -1/+5 |
| 2000-09-09 | PrintPostRequest(): Default forward address is -owner instead of | bwarsaw | 1 | -1/+1 |
| 2000-09-09 | ScanMessages(): Added Compuserve and Microsoft bounce detectors. | bwarsaw | 1 | -0/+2 |
| 2000-09-09 | typo in docstring | bwarsaw | 1 | -1/+1 |