#
25611 |
| 17-Dec-1985 |
eric |
patch to clearenvelope to avoid dereferencing garbage pointers |
#
25514 |
| 21-Nov-1985 |
eric |
don't duplicate original envelope into error envelope |
#
25032 |
| 25-Sep-1985 |
eric |
DO use Ruleset 4 when defining $f -- it's very necessary (fix for <> will have to be done in configuration); pretty up mailq -v slightly |
#
25025 |
| 23-Sep-1985 |
eric |
deliver directly in SMTP if VERB command has been issued; don't externalize name using ruleset 4 when defining $f macro: this turns "<>" into "", which confuses local mail |
#
25014 |
| 21-Sep-1985 |
eric |
don't include ctime as part of priority, since the value affects the results of shouldqueue; we go back to adding ctime into the workcmpf in queue.c |
#
24981 |
| 21-Sep-1985 |
eric |
clean up priority handling, making several of the parameters configurable: y - WkRecipFact, z - WkClassFact, Z - WkTimeFact, Y - ForkQueueRuns; improve process title labelling; finish "errors to post
clean up priority handling, making several of the parameters configurable: y - WkRecipFact, z - WkClassFact, Z - WkTimeFact, Y - ForkQueueRuns; improve process title labelling; finish "errors to postmaster" option
show more ...
|
#
24965 |
| 19-Sep-1985 |
eric |
fix botch in clearenvelope |
#
24961 |
| 19-Sep-1985 |
eric |
updates to make it possible to run the queue in one process; this permits a database of host status to be built |
#
24945 |
| 19-Sep-1985 |
eric |
incorporate SMI changes -- still experimental |
#
24944 |
| 19-Sep-1985 |
eric |
SMI changes (somewhat) |
#
23497 |
| 15-Jun-1985 |
eric |
fix overzealous removal of df file |
#
22963 |
| 07-Jun-1985 |
miriam |
Resolve duplicate SccsId. Ifdef variables for TTYNAME code. |
#
22704 |
| 07-Jun-1985 |
dist |
Add copyright |
#
21750 |
| 01-Jun-1985 |
eric |
More changes from Bill Nowicki -- file closing and improved logging. |
#
18665 |
| 20-Apr-1985 |
eric |
don't assume that all apparently local senders have passwd entries |
#
17472 |
| 05-Dec-1984 |
eric |
Try to use flock call (this doesn't work because we don't always have an open fd); security and performance fixes from Kirk Smith at Purdue; "a" option is now the number of minutes to wait for "@:@"
Try to use flock call (this doesn't work because we don't always have an open fd); security and performance fixes from Kirk Smith at Purdue; "a" option is now the number of minutes to wait for "@:@" alias; fix bug in $[ $] using -t; random cleanup
show more ...
|
#
16913 |
| 11-Aug-1984 |
eric |
Add $[ and $] as RHS operators to look up the contents and pass them to maphostname; maphostname currently looks them up in /etc/hosts and converts them to canonical form, but could be turned into a
Add $[ and $] as RHS operators to look up the contents and pass them to maphostname; maphostname currently looks them up in /etc/hosts and converts them to canonical form, but could be turned into a general name server..... huzzah!!
show more ...
|
#
16888 |
| 11-Aug-1984 |
eric |
Changes from Greg Couch <ucsfcgl!gregc> for V7 compatibility and miscellaneous bug fixes; "clear" => "bzero" and "bmove" => "bcopy" throughout for consistency; bzero is now in bcopy.c (these are supp
Changes from Greg Couch <ucsfcgl!gregc> for V7 compatibility and miscellaneous bug fixes; "clear" => "bzero" and "bmove" => "bcopy" throughout for consistency; bzero is now in bcopy.c (these are supplied by libc on 4.2bsd)
show more ...
|
#
16481 |
| 13-May-1984 |
eric |
remove .mailcf hack -- it's been abused. |
#
16162 |
| 11-Mar-1984 |
eric |
disable UPPER->lower case mapping in RHS's of aliases so that upper case letters can be used in file names and as args to programs. |
#
16155 |
| 11-Mar-1984 |
eric |
change macro expansion character from $ to \001 so that $'s can be used in headers -- the .cf file is unchanged by mapping $ to \001. \001 is now a manifest constant. |
#
14786 |
| 21-Aug-1983 |
eric |
Don't print out a null pointer in debugging info. |
#
14112 |
| 25-Jul-1983 |
eric |
4.2 release version |
#
13587 |
| 01-Jul-1983 |
wnj |
|
#
11932 |
| 17-Apr-1983 |
eric |
put true current time on SMTP greeting message; fix *(0) problems |