#
9151 |
| 13-Nov-1982 |
eric |
Clean up argument structure (-I=>-bi, -Z=>-bz). Add -bp stub to someday print queue. Move compile conf into conf.h (still some stuff in the Makefile). Assume -bp if called as "mailq" and -bi if ca
Clean up argument structure (-I=>-bi, -Z=>-bz). Add -bp stub to someday print queue. Move compile conf into conf.h (still some stuff in the Makefile). Assume -bp if called as "mailq" and -bi if called as "newaliases". Drop old directory hack -- send out compat code instead. Don't rebuild the alias file automatically unless the D option is set. Clean up compilation flags.
show more ...
|
#
9108 |
| 07-Nov-1982 |
eric |
make all mailer output go to the transcript if running server smtp; this has the effect of making some significant changes in the output structure to handle such things as -em and -as together |
#
9104 |
| 07-Nov-1982 |
eric |
don't flag errors in setting dangerous options when -C is used |
#
9066 |
| 05-Nov-1982 |
eric |
arrange to freeze the configuration file for quick startup -- this technique requires reprocessing the argv so that flag settings don't get lost, and is really rather of a hack. |
#
9062 |
| 04-Nov-1982 |
eric |
don't unlink qf & df files on ^C |
#
9058 |
| 04-Nov-1982 |
eric |
put header conditionals into the .cf file |
#
9052 |
| 03-Nov-1982 |
eric |
don't strip quotes off of addresses during prescan |
#
9050 |
| 03-Nov-1982 |
eric |
Put the temporary file mode on the F option |
#
9043 |
| 03-Nov-1982 |
eric |
Arrange to strip quote bits in message header; move SPACESUB into conf.c; change SpaceSub to unquoted dot |
#
9038 |
| 03-Nov-1982 |
eric |
Arrange for queue.c to aapt to systems w/o new directory code |
#
8960 |
| 31-Oct-1982 |
eric |
Call ruleset 4 after doing per-mailer translation to convert from internal to external form. |
#
8930 |
| 28-Oct-1982 |
eric |
Put the "@:@" trick on the "a" option. Also, move TrustedUsers into sendmail.h (it should have gone here in the first place!) |
#
8920 |
| 27-Oct-1982 |
eric |
strip out bcc: and resent-bcc: always |
#
8907 |
| 25-Oct-1982 |
eric |
Don't send closing protocol to SMTP if you haven't opened the connection; this happens if checkcompat fails on the only recipient. |
#
8821 |
| 22-Oct-1982 |
eric |
part of a heuristic hill climbing algorithm to minimize the number of IPC bugs that come crawling over me. |
#
8546 |
| 16-Oct-1982 |
eric |
Put list of login names able to use -f in the .cf file. |
#
8544 |
| 16-Oct-1982 |
eric |
Arrange for a wizards password (the W option). The SMTP KILL command may only be issued if this option is set. This delta adds the "WIZ" command, and changes _KILL => KILL, _DEBUG => DEBUG, _VERBOS
Arrange for a wizards password (the W option). The SMTP KILL command may only be issued if this option is set. This delta adds the "WIZ" command, and changes _KILL => KILL, _DEBUG => DEBUG, _VERBOSE => VERB, and _SHOWQ => SHOWQ.
show more ...
|
#
8543 |
| 16-Oct-1982 |
eric |
Fix debug statement in sendall |
#
8541 |
| 16-Oct-1982 |
eric |
Arrange for MD_FORK to work well with -v so that we can use it as the default. This was really a separate bug, but I have just lumped it in here -- the problem came up with stty tostop. |
#
8518 |
| 13-Oct-1982 |
eric |
Don't interrupt the process doing accepts (have a separate process running the queue) to avoid a large pile of 4.1[abc] bugs. When something more stable comes out, I will change this. |
#
8515 |
| 13-Oct-1982 |
eric |
Don't interpret <, >, (, or ) while in QST (quote state) during prescan |
#
8497 |
| 11-Oct-1982 |
eric |
have auto-queueups print a polite message in the log (rather than an obnoxious "Temporary Failure"). Adds a new routine "logdelivery". |
#
8440 |
| 09-Oct-1982 |
eric |
force a queuename in returntosender to insure that everyone has a queue name. |
#
8438 |
| 09-Oct-1982 |
eric |
Lock out interrupts during alias rebuild; add an alias "@:@" after rebuild that we can check for to insure that the alias file is up to date. Times out after five minutes (is this reasonable on ucbv
Lock out interrupts during alias rebuild; add an alias "@:@" after rebuild that we can check for to insure that the alias file is up to date. Times out after five minutes (is this reasonable on ucbvax?) and forces a rebuild. It shouldn't matter in the long run if two people rebuild, so I think this is the right thing to do.
show more ...
|
#
8435 |
| 09-Oct-1982 |
eric |
Handle Reverse-Path in some reasonable way. You must put the 'X' flag (M_FULLSMTP) in the local mailer's flags to get this line. |