summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ChangeOptions(): A previous change retained empty fields by passingbwarsaw2000-09-151-17/+18
* PrintRequests(): Now that all footers contain links to the adminbwarsaw2000-09-151-7/+1
* loginpage(): Use full-on red for errors.bwarsaw2000-09-151-2/+5
* GetListIdentifier(): Don't include the description if it's emptybwarsaw2000-09-151-2/+4
* main(): When creating the cgi.FieldStorage instance, we need to setbwarsaw2000-09-151-1/+1
* inject_digest(): Only send a mime digest if there actually are mimebwarsaw2000-09-151-7/+10
* process(): Don't tack on the regular mail header and footer if thebwarsaw2000-09-151-0/+3
* process(): Do the clobber_date logic here instead of inbwarsaw2000-09-141-2/+21
* __archive_to_mbox(): Don't do the clobber_date logic here, becausebwarsaw2000-09-141-16/+8
* Turn off incessant logging on every execution.bwarsaw2000-09-141-2/+2
* Minor clean up. Also turn off incessant logging on every execution.bwarsaw2000-09-141-4/+0
* locked(): Suppose we try to touch() the lock file, but we don't ownbwarsaw2000-09-141-1/+9
* process(): If any multifile.Error occurs, this bounce detector returnsbwarsaw2000-09-141-26/+29
* Changed the warning into a comment, and clarify that users shouldbwarsaw2000-09-141-5/+5
* AppendMessage(): Do a better job of determining if the last characterbwarsaw2000-09-141-6/+15
* Need to import the string module.bwarsaw2000-09-141-0/+3
* Describe potential nosuid option on /home in some environments.bwarsaw2000-09-131-0/+6
* FormatOptionHelp(), GetItemGuiDescr(): Several changes which improvebwarsaw2000-09-121-23/+22
* main(): When generating passwords, use the standardbwarsaw2000-09-121-1/+1
* MakeRandomPassword(): In response to several complaints, and SF bugbwarsaw2000-09-121-8/+16
* RadioButtonArray.Format(): Fix vertical layout so that the buttons arebwarsaw2000-09-121-12/+10
* process(): When writing the table of contents, be a little more cleverbwarsaw2000-09-121-42/+53
* PrintPostRequest(): Hack around a usability issue pointed out bybwarsaw2000-09-121-7/+12
* Oops, fixed typo.bwarsaw2000-09-121-1/+1
* Python 1.5.2 or greater is required.bwarsaw2000-09-121-2/+3
* ChangeOptions(): Use mlist.SetUserDigest() to set/unset the digestbwarsaw2000-09-111-16/+11
* inject_digest(): Be careful to prune out duplicate addresses whenbwarsaw2000-09-111-11/+10
* SetUserDigest(): Added new `force' flag, so that setting the digestbwarsaw2000-09-111-3/+3
* send(): Apply patch from Python 2.0b1 which fixes the problem withbwarsaw2000-09-111-1/+3
* Document that DEFAULT_URL must end in a slash!bwarsaw2000-09-111-0/+1
* main(): Because `/' is legal in RFC822 email addresses, it could showbwarsaw2000-09-111-1/+1
* GetOptionsURL(): Email addresses can have strange characters in them,bwarsaw2000-09-111-1/+2
* Make sure all scripts lowercase the list names, since they are casebwarsaw2000-09-1114-18/+38
* GetConfigInfo(): Change the docstring and details for the web_page_urlbwarsaw2000-09-091-10/+15
* AddErrorMessage(): Insert the big red "Warning:" here, but make thebwarsaw2000-09-091-13/+20
* PrintResults(): Add a link back to the user options page on thebwarsaw2000-09-091-32/+55
* GetMailmanFooter(): Add a link to the administrative interface to eachbwarsaw2000-09-091-1/+5
* PrintPostRequest(): Default forward address is -owner instead ofbwarsaw2000-09-091-1/+1
* ScanMessages(): Added Compuserve and Microsoft bounce detectors.bwarsaw2000-09-091-0/+2
* typo in docstringbwarsaw2000-09-091-1/+1
* Compuserve's bounce format.bwarsaw2000-09-091-0/+48
* New bounce detector for what I think is called "Microsoft SMTPSVC",bwarsaw2000-09-091-0/+61
* process(): Only log successes to logs/post if the message actually wasbwarsaw2000-09-081-1/+5
* main(): Add the `tolist' flag to the message data, so we can trackbwarsaw2000-09-081-1/+1
* process_form(): Fix for SF bug #111306, results in triplicate when notbwarsaw2000-09-081-3/+1
* RegisterBounce(): Remove the saveifdirty flag from the argument list,bwarsaw2000-09-081-73/+65
* process(): Remove the saveifdirty flag from the RegisterBounce() call.bwarsaw2000-09-081-1/+1
* A few more TODO itemsbwarsaw2000-09-071-0/+3
* dolist(): small patch to fix changing the first moderator inbwarsaw2000-08-251-2/+2
* Minimal update to Python's smtplib to fully qualify default hostbwarsaw2000-08-231-19/+23