#
7812 |
| 22-Aug-1982 |
eric |
assign a unique id to each transaction that can be determined from the queue file name.
|
#
7785 |
| 17-Aug-1982 |
eric |
handle folded lines in queue file properly
|
#
7781 |
| 17-Aug-1982 |
eric |
don't process core files; process headers properly when running queue.
|
#
7763 |
| 15-Aug-1982 |
eric |
make headers work properly when a message is queued up; this involves expanding the header before it is written into the queue. However, it also means that we don't have to store the macro definitio
make headers work properly when a message is queued up; this involves expanding the header before it is written into the queue. However, it also means that we don't have to store the macro definitions (?)
show more ...
|
#
7753 |
| 15-Aug-1982 |
eric |
know about continuation lines in queue files: necessary for headers
|
#
7690 |
| 08-Aug-1982 |
eric |
make "sleep" work correctly even in the face of other events; clean up the queue processing: child queue runs now go away when done. more debugging logging is needed to verify that this works right
make "sleep" work correctly even in the face of other events; clean up the queue processing: child queue runs now go away when done. more debugging logging is needed to verify that this works right though.
show more ...
|
#
7683 |
| 08-Aug-1982 |
eric |
don't give an error when the link fails -- another daemon could have grabbed it
|
#
7677 |
| 08-Aug-1982 |
eric |
change debug level to a debug vector; add levels on logging (and the -L flag); change logging to be by message-id; elevate message-id; some lint-type cleanup
|
#
7558 |
| 27-Jul-1982 |
eric |
don't attempt delivery if you get an error reading the queue file.
|
#
7466 |
| 20-Jul-1982 |
eric |
be smarter about when to rerun the queue when you are in repeated queue mode.
|
#
7391 |
| 14-Jul-1982 |
eric |
don't accidently unlink a null pointer in finis(); change the way it decides whether to do the unlink.
|
#
7369 |
| 05-Jul-1982 |
eric |
improve configuration on timeout
|
#
7356 |
| 05-Jul-1982 |
eric |
put timeouts on net reads
|
#
7350 |
| 02-Jul-1982 |
eric |
arrange to not lose temporary queue control files (tf files) if you interrupt a queue run process.
|
#
7347 |
| 02-Jul-1982 |
eric |
be paranoid about resetting the "FatalErrors" flag -- always reset after forking for daemon or queue mode. This will prevent false error return delivery.
|
#
7055 |
| 07-Jun-1982 |
eric |
make transcripts verbose always; misc. message cleanup, etc.
|
#
7046 |
| 06-Jun-1982 |
eric |
implement alias owner feature. this actually works for any user. basically, if the alias owner-xxx exists, errors sending to xxx will be sent to that alias rather than to the sender.
|
#
7010 |
| 31-May-1982 |
eric |
make temp files the correct modes in all cases
|
#
7009 |
| 31-May-1982 |
eric |
pass lint. notice that definitions in llib-lc have changed for alarm() and sleep() calls {arg was unsigned, is now int}.
|
#
6999 |
| 31-May-1982 |
eric |
eliminate -V, -D, -p flags in favor of a single flag "-bx" (be in mode x).
|
#
6991 |
| 31-May-1982 |
eric |
finish implementing envelopes. it's not completely clear to me that this is really the way to go, but it seems clearly better than what i had before. this delta includes many other minor changes, s
finish implementing envelopes. it's not completely clear to me that this is really the way to go, but it seems clearly better than what i had before. this delta includes many other minor changes, so it should probably not be blithely removed.
show more ...
|
#
6980 |
| 29-May-1982 |
eric |
try to install envelopes. is this really worth it???
|
#
6908 |
| 22-May-1982 |
eric |
add "envelopes" to contain the basic information needed as control info for each message. currently there is only one envelope -- this being the obvious stupid conversion. later there will be separ
add "envelopes" to contain the basic information needed as control info for each message. currently there is only one envelope -- this being the obvious stupid conversion. later there will be separate envelopes for error messages, return receipts, etc.
show more ...
|
#
6625 |
| 05-May-1982 |
glickman |
Modified to use new directory access routines.
|
#
6065 |
| 06-Mar-1982 |
eric |
get queue scanning working correctly in conjunction with daemon mode
|