| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 1999-12-16 | HandleBouncingAddress(): Because this message object is now a | bwarsaw | 1 | -1/+3 | |
| mimetools.Message (see scripts/mailowner), the body attribute doesn't get set. Fish the body out by using msg.rewindbody(); msg.fp.read(). We /really/ need one Message object that is an amalgam of rfc822.Message, mimetools.Message, and multifile.MultiFile! | |||||
| 1999-12-16 | HasExplicitDest(): The argument order of the re.match()s is backwards; | bwarsaw | 1 | -4/+4 | |
| it should match the found recipient against the acceptable alternative. | |||||
| 1999-12-16 | Added "tee_to_stdout=0" argument to the LogStdErr() call, to avoid | hmeland | 1 | -1/+1 | |
| cron mailing me the output sent to stdout on every run. | |||||
| 1999-12-16 | process(): Use only the From: field to get the name to stick in the | bwarsaw | 1 | -1/+8 | |
| TOC. Try to use the From:'s name comment, otherwise fallback to just the address. Do /not/ use the Sender: field because by now it's been munged into the list-admin's address. | |||||
| 1999-12-16 | GetSenderName(): Removed. | bwarsaw | 1 | -7/+1 | |
| 1999-12-15 | When sending a list's digest, the list must be locked, and must be | bwarsaw | 1 | -10/+20 | |
| saved after sending, otherwise the digest numbers and post numbers are not tracked correctly. | |||||
| 1999-12-14 | Must read stdin into a StringIO object so that its seekable, since | bwarsaw | 1 | -1/+3 | |
| Message.Message requires this. | |||||
| 1999-12-14 | convert to the new message delivery mechanism | bwarsaw | 1 | -7/+11 | |
| 1999-12-14 | Use one module global log file so we don't leak file descriptors. | bwarsaw | 1 | -10/+8 | |
| 1999-12-13 | Close the NNTP connection in a better way. | bwarsaw | 1 | -7/+5 | |
| 1999-12-13 | Be sure to close the NNTP connection so we don't leak file descriptors | bwarsaw | 1 | -13/+6 | |
| 1999-12-13 | Typo | bwarsaw | 1 | -1/+1 | |
| 1999-12-13 | Don't include process ids in messages since these are now implicitly | bwarsaw | 1 | -11/+9 | |
| added by StampedLogger. | |||||
| 1999-12-13 | Slight change in format | bwarsaw | 1 | -3/+3 | |
| 1999-12-13 | Always include the non-cached PID of the process doing the printing. | bwarsaw | 1 | -1/+2 | |
| 1999-12-13 | __get_f(): Open the log file in line buffered mode so flushes | bwarsaw | 1 | -1/+1 | |
| shouldn't be necessary. | |||||
| 1999-12-12 | Get the gid_t type from configure. | bwarsaw | 3 | -3/+6 | |
| 1999-12-12 | check_caller(): Get the gid_t type from configure. Also use %ld to | bwarsaw | 1 | -4/+4 | |
| print the gid values. | |||||
| 1999-12-11 | process(): Content-Description header could be missing. Don't try to | bwarsaw | 1 | -1/+1 | |
| string.lower() it if so! | |||||
| 1999-12-11 | ExternalArchive(): Fixes proposed by Bernhard Reiter, specifically: | bwarsaw | 1 | -2/+6 | |
| use the lower cased list name (i.e. the internal name) as the %(listname)s expansion; log a message when the external archivers exits with a non-zero status. | |||||
| 1999-12-11 | Pre-load the cgi module from our special one, similar to what happens | bwarsaw | 1 | -0/+12 | |
| in scripts/driver. Maybe this will fix the problem with the weird Archiver import errors?? | |||||
| 1999-12-11 | hold_for_approval(): When admin_immed_notify is false, the subject | bwarsaw | 1 | -0/+1 | |
| variable wouldn't get defined for responses to the sender. (Ricardo Kustner). | |||||
| 1999-12-11 | Added a warning to details windows, so users know that changing the | bwarsaw | 1 | -0/+2 | |
| value here doesn't do anything. | |||||
| 1999-12-11 | Balazs Nagy <julian7@kva.hu> writes: | bwarsaw | 1 | -4/+4 | |
| I did a little digging about entering text with accents. It's a bit curious that one can type accents in textarea but to textbox cannot. In the latter case you can see an escaped print of your input. In the end I came to htmlformat.py's InputObj. At this point I have a humble question: who put `-s around value? After a s/`value`/value/ in line #368, almost everything works fine, because this brings up a problem about quoting. Of course, the patch is here. | |||||
| 1999-12-11 | Increase the logging, because something weird is going on! | bwarsaw | 1 | -5/+18 | |
| Also, catch socket.error's that can occur during the nntplib.NNTP() call. | |||||
| 1999-12-10 | do_child(): contains all the code that the child processes perform. | bwarsaw | 1 | -76/+85 | |
| Added a note about the children needing to be reaped, but that's a little difficult right now. | |||||
| 1999-12-10 | It is not an error to get an ENOENT when stat'ing the digest file, it | bwarsaw | 1 | -4/+2 | |
| just means that there /is/ no digest waiting to go out for this list. So don't log an error message. | |||||
| 1999-12-10 | test harness can take a list of file names | bwarsaw | 1 | -8/+10 | |
| 1999-12-10 | If messages originate from Usenet, do not hold them for implicit | bwarsaw | 1 | -2/+6 | |
| destination. | |||||
