4475 | 08-Oct-1981 |
eric |
fix botch in backup code during rewriting |
4469 | 06-Oct-1981 |
eric |
change rewriting rules to use $N on RHS to match LHS, and include $=X (class match) in the matching; this will allow us to match the proposed "user.host@domain" syntax as well as the old syntax, by p
change rewriting rules to use $N on RHS to match LHS, and include $=X (class match) in the matching; this will allow us to match the proposed "user.host@domain" syntax as well as the old syntax, by putting the known domains into a class to disambiguate.
show more ...
|
4468 | 06-Oct-1981 |
eric |
change rewriting rules to use $N on RHS to match LHS, and include $=X (class match) in the matching; this will allow us to match the proposed "user.host@domain" syntax as well as the old syntax, by p
change rewriting rules to use $N on RHS to match LHS, and include $=X (class match) in the matching; this will allow us to match the proposed "user.host@domain" syntax as well as the old syntax, by putting the known domains into a class to disambiguate.
show more ...
|
4467 | 06-Oct-1981 |
eric |
add MATCHREPL for replacement on RHS of rewriting rule |
4454 | 02-Oct-1981 |
eric |
arrange to give the correct "from" person on error messages. |
4453 | 02-Oct-1981 |
eric |
use ruleset 2 to rewrite names after the $g translate (to fix some forwarding problems; do a read check in putmessage (just in case the temp file disappeared); some general cleanup. |
4452 | 02-Oct-1981 |
eric |
use ruleset 2 to rewrite names after the $g translate (to fix some forwarding problems; do a read check in putmessage (just in case the temp file disappeared); some general cleanup. |
4449 | 30-Sep-1981 |
eric |
fix the <> syntax, convert "at" to "@" in from addresses also, plus some minorness to get the multi-machine case going nicely. |
4448 | 30-Sep-1981 |
eric |
fix the <> syntax, convert "at" to "@" in from addresses also, plus some minorness to get the multi-machine case going nicely. |
4447 | 29-Sep-1981 |
eric |
change processing of From: person; basically, this mod deletes the Original-From: line if redundant with the generated From: line, uses the Original-From: line for the From: line if possible, and a h
change processing of From: person; basically, this mod deletes the Original-From: line if redundant with the generated From: line, uses the Original-From: line for the From: line if possible, and a host of other such trivialities.
show more ...
|
4446 | 29-Sep-1981 |
eric |
fix hash function computation for symbol table on 16-bit machines |
4444 | 28-Sep-1981 |
eric |
enable aliases to self-reference themselves correctly. |
4443 | 28-Sep-1981 |
eric |
enable aliases to self-reference themselves correctly. |
4442 | 28-Sep-1981 |
eric |
enable aliases to self-reference themselves correctly. |
4440 | 24-Sep-1981 |
eric |
fix botch in ING70 code |
4439 | 24-Sep-1981 |
eric |
changes to work under a V6 system -- mostly compilation flags |
4438 | 24-Sep-1981 |
eric |
changes to work under a V6 system -- mostly compilation flags |
4437 | 24-Sep-1981 |
eric |
changes to work under a V6 system -- mostly compilation flags |
4436 | 23-Sep-1981 |
eric |
break some configuration into conf.h -- simplifies makefile changes on different machines. But there are still conditional libraries, so this may not be a good idea..... |
4435 | 23-Sep-1981 |
eric |
break some configuration into conf.h -- simplifies makefile changes on different machines. But there are still conditional libraries, so this may not be a good idea..... |
4434 | 23-Sep-1981 |
eric |
break some configuration into conf.h -- simplifies makefile changes on different machines. But there are still conditional libraries, so this may not be a good idea..... |
4433 | 23-Sep-1981 |
eric |
break some configuration into conf.h -- simplifies makefile changes on different machines. But there are still conditional libraries, so this may not be a good idea..... |
4432 | 23-Sep-1981 |
eric |
fix bug in file modes when mailing to files that didn't exist before; add an 'F' line to the .cf file that will read class entries from another file, given a scanf string to do the parsing. |
4431 | 23-Sep-1981 |
eric |
fix bug in file modes when mailing to files that didn't exist before; add an 'F' line to the .cf file that will read class entries from another file, given a scanf string to do the parsing. |
4425 | 22-Sep-1981 |
eric |
fix problem with using macros in rules; change configuration to send different flags when destined for arpanet vs. berknet hosts, etc. |