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