| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | process(): Don't tack on the regular mail header and footer if the | bwarsaw | 2000-09-15 | 1 | -0/+3 |
| * | process(): Do the clobber_date logic here instead of in | bwarsaw | 2000-09-14 | 1 | -2/+21 |
| * | __archive_to_mbox(): Don't do the clobber_date logic here, because | bwarsaw | 2000-09-14 | 1 | -16/+8 |
| * | locked(): Suppose we try to touch() the lock file, but we don't own | bwarsaw | 2000-09-14 | 1 | -1/+9 |
| * | process(): If any multifile.Error occurs, this bounce detector returns | bwarsaw | 2000-09-14 | 1 | -26/+29 |
| * | Changed the warning into a comment, and clarify that users should | bwarsaw | 2000-09-14 | 1 | -5/+5 |
| * | AppendMessage(): Do a better job of determining if the last character | bwarsaw | 2000-09-14 | 1 | -6/+15 |
| * | FormatOptionHelp(), GetItemGuiDescr(): Several changes which improve | bwarsaw | 2000-09-12 | 1 | -23/+22 |
| * | MakeRandomPassword(): In response to several complaints, and SF bug | bwarsaw | 2000-09-12 | 1 | -8/+16 |
| * | RadioButtonArray.Format(): Fix vertical layout so that the buttons are | bwarsaw | 2000-09-12 | 1 | -12/+10 |
| * | process(): When writing the table of contents, be a little more clever | bwarsaw | 2000-09-12 | 1 | -42/+53 |
| * | PrintPostRequest(): Hack around a usability issue pointed out by | bwarsaw | 2000-09-12 | 1 | -7/+12 |
| * | ChangeOptions(): Use mlist.SetUserDigest() to set/unset the digest | bwarsaw | 2000-09-11 | 1 | -16/+11 |
| * | inject_digest(): Be careful to prune out duplicate addresses when | bwarsaw | 2000-09-11 | 1 | -11/+10 |
| * | SetUserDigest(): Added new `force' flag, so that setting the digest | bwarsaw | 2000-09-11 | 1 | -3/+3 |
| * | send(): Apply patch from Python 2.0b1 which fixes the problem with | bwarsaw | 2000-09-11 | 1 | -1/+3 |
| * | Document that DEFAULT_URL must end in a slash! | bwarsaw | 2000-09-11 | 1 | -0/+1 |
| * | main(): Because `/' is legal in RFC822 email addresses, it could show | bwarsaw | 2000-09-11 | 1 | -1/+1 |
| * | GetOptionsURL(): Email addresses can have strange characters in them, | bwarsaw | 2000-09-11 | 1 | -1/+2 |
| * | GetConfigInfo(): Change the docstring and details for the web_page_url | bwarsaw | 2000-09-09 | 1 | -10/+15 |
| * | AddErrorMessage(): Insert the big red "Warning:" here, but make the | bwarsaw | 2000-09-09 | 1 | -13/+20 |
| * | PrintResults(): Add a link back to the user options page on the | bwarsaw | 2000-09-09 | 1 | -32/+55 |
| * | GetMailmanFooter(): Add a link to the administrative interface to each | bwarsaw | 2000-09-09 | 1 | -1/+5 |
| * | PrintPostRequest(): Default forward address is -owner instead of | bwarsaw | 2000-09-09 | 1 | -1/+1 |
| * | ScanMessages(): Added Compuserve and Microsoft bounce detectors. | bwarsaw | 2000-09-09 | 1 | -0/+2 |
| * | typo in docstring | bwarsaw | 2000-09-09 | 1 | -1/+1 |
| * | Compuserve's bounce format. | bwarsaw | 2000-09-09 | 1 | -0/+48 |
| * | New bounce detector for what I think is called "Microsoft SMTPSVC", | bwarsaw | 2000-09-09 | 1 | -0/+61 |
| * | process(): Only log successes to logs/post if the message actually was | bwarsaw | 2000-09-08 | 1 | -1/+5 |
| * | process_form(): Fix for SF bug #111306, results in triplicate when not | bwarsaw | 2000-09-08 | 1 | -3/+1 |
| * | RegisterBounce(): Remove the saveifdirty flag from the argument list, | bwarsaw | 2000-09-08 | 1 | -73/+65 |
| * | process(): Remove the saveifdirty flag from the RegisterBounce() call. | bwarsaw | 2000-09-08 | 1 | -1/+1 |
| * | Minimal update to Python's smtplib to fully qualify default host | bwarsaw | 2000-08-23 | 1 | -19/+23 |
| * | process(): Use `append' instead of `extend' to add to faildrecips. | bwarsaw | 2000-08-23 | 1 | -1/+1 |
| * | If we're running under Python 2.0, we can grab much faster | bwarsaw | 2000-08-22 | 1 | -18/+25 |
| * | process(): Accepting, and closing, SF bug #110535, by Dan Mick. | bwarsaw | 2000-08-07 | 1 | -1/+1 |
| * | __save(): Improved robustness in the face of disk-full or other | bwarsaw | 2000-08-05 | 1 | -24/+18 |
| * | main(): Make sure mlist.web_page_url ends in a trailing slash by | bwarsaw | 2000-08-03 | 1 | -0/+1 |
| * | GetConfigInfo(): Explain that `web_page_url' must end in a single | bwarsaw | 2000-08-03 | 1 | -1/+1 |
| * | process(): Local patch for SF bug# 109220; if the autoresponse text | bwarsaw | 2000-08-02 | 1 | -1/+10 |
| * | Updating to the latest Python CVS version of this file. This fixes | bwarsaw | 2000-08-02 | 1 | -19/+19 |
| * | OutgoingMessage.__init__(): Reversing patch 1.35 since this breaks the | bwarsaw | 2000-08-02 | 1 | -12/+4 |
| * | FormatMembershipOptions(): Missed one use of GetScriptURL() - found by | bwarsaw | 2000-08-02 | 1 | -1/+1 |
| * | process(): GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1) | bwarsaw | 2000-08-01 | 1 | -1/+1 |
| * | Cleanups to fix relative/absolute script url calculation in response | bwarsaw | 2000-08-01 | 1 | -5/+3 |
| * | Cleanups to fix relative/absolute script url calculation in response | bwarsaw | 2000-08-01 | 1 | -1/+1 |
| * | Cleanups to fix relative/absolute script url calculation in response | bwarsaw | 2000-08-01 | 1 | -4/+3 |
| * | Cleanups to fix relative/absolute script url calculation in response | bwarsaw | 2000-08-01 | 1 | -3/+3 |
| * | Cleanups to fix relative/absolute script url calculation in response | bwarsaw | 2000-08-01 | 1 | -17/+14 |
| * | Digest.TemplateRefs(): GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1) | bwarsaw | 2000-08-01 | 1 | -1/+1 |