summaryrefslogtreecommitdiff
path: root/Mailman/pythonlib/StringIO.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2000-09-11GetOptionsURL(): Email addresses can have strange characters in them,bwarsaw1-1/+2
which are legal re: RFC822, but aren't valid for URLs. urllib.quote() the address part of the URL. Closes SF bug #113787.
2000-09-11Make sure all scripts lowercase the list names, since they are casebwarsaw14-18/+38
insensitive. list_lists prints them out using their real name -- not their internal name -- and they should differ only by case. Closes SF bug #113742 and patch #101434.
2000-09-09GetConfigInfo(): Change the docstring and details for the web_page_urlbwarsaw1-10/+15
option. Changing web_page_url to an invalid base url will hose your list royally, requiring the site administrator to fix the url. There's no good way to sanity check the value entered, so the best we can do is have a warning explaning the situation. Closes SF bug #113739.
2000-09-09AddErrorMessage(): Insert the big red "Warning:" here, but make thebwarsaw1-13/+20
rest of the error message in black, italics. More readable, and makes the warning stand out better. main(): Improve the digestable/nondigestable sanity checks to use the better error message output format, and to perform the tests after the options have been changed (otherwise the warnings might not be still applicable). Also added a warning when a list has disabled digest deliver and non-digest delivery!
2000-09-09PrintResults(): Add a link back to the user options page on thebwarsaw1-32/+55
results page. Obviates the need for using the `back' button after changing your options. process_form(): Call PrintResults() with the new `user' argument. Catch MMMustDigestError and print a notification that the digest option hasn't been set. Parallels what happens for MMCantDigestError. Closes SF bug #113728.
2000-09-09GetMailmanFooter(): Add a link to the administrative interface to eachbwarsaw1-1/+5
list footer. Makes it much easier to get to the admin pages from the normal user pages.
2000-09-09PrintPostRequest(): Default forward address is -owner instead ofbwarsaw1-1/+1
-admin to avoid processing by the bounce subsystem.
2000-09-09ScanMessages(): Added Compuserve and Microsoft bounce detectors.bwarsaw1-0/+2
2000-09-09typo in docstringbwarsaw1-1/+1