#
8432 |
| 09-Oct-1982 |
eric |
print a status indication when a message is autoqueued, either from a -bq flag or a NoConnect |
#
8429 |
| 09-Oct-1982 |
eric |
Force -v override of deferred connect |
#
8427 |
| 09-Oct-1982 |
eric |
Only put the "from" person on the error queue if an error actually occured -- prevents many "duplicate supressed" messages, etc. |
#
8424 |
| 09-Oct-1982 |
eric |
implement an experimental forward-path algorithm by stripping off a leading "@..." component and dropping it on the end. |
#
8355 |
| 07-Oct-1982 |
eric |
try to come up with a workaround on some of the IPC problems relating to interrupted accepts -- all this can go when everyone at Berkeley runs unflakey IPC. Also, never use ruleset three alone -- in
try to come up with a workaround on some of the IPC problems relating to interrupted accepts -- all this can go when everyone at Berkeley runs unflakey IPC. Also, never use ruleset three alone -- involves changing canonname again. Probably shouldn't do an auto-call of ruleset three now.
show more ...
|
#
8351 |
| 07-Oct-1982 |
eric |
bother.... it takes time to close a socket |
#
8350 |
| 07-Oct-1982 |
eric |
allow passing through multiple rewriting sets in test mode; <ndir.h> => <dir.h> for maximum portability |
#
8336 |
| 06-Oct-1982 |
eric |
add test mode (MD_TEST, -bt) |
#
8276 |
| 30-Sep-1982 |
eric |
workaround in daemon accept code for 4.1a kernel bug: if an accept gets an EINTR and then a valid accept before the interrupt returns, the connection will be lost forever (at least, as I understand i
workaround in daemon accept code for 4.1a kernel bug: if an accept gets an EINTR and then a valid accept before the interrupt returns, the connection will be lost forever (at least, as I understand it).
show more ...
|
#
8269 |
| 26-Sep-1982 |
eric |
Put more configuration into setoption; merge some of the argv processing with this; move configuration information out of conf.c into the .cf file. Since a lot of stuff will default to zero, a new .
Put more configuration into setoption; merge some of the argv processing with this; move configuration information out of conf.c into the .cf file. Since a lot of stuff will default to zero, a new .cf file is required.
show more ...
|
#
8264 |
| 26-Sep-1982 |
eric |
completely instantiate queue files for all mail, even if not needed; fix a bug that would probably come up once every ten years in creating the queue id. should merge argv flag processing with optio
completely instantiate queue files for all mail, even if not needed; fix a bug that would probably come up once every ten years in creating the queue id. should merge argv flag processing with option processing.
show more ...
|
#
8256 |
| 24-Sep-1982 |
eric |
change option implementation; define a bunch of interesting options. |
#
8251 |
| 24-Sep-1982 |
eric |
arrange to be able to define options; put precedences in .cf file; send errors to an Errors-To: field; fix a serious bug causing mail to not be delivered to anyone if there were any errors. |
#
8244 |
| 22-Sep-1982 |
eric |
don't put commas in non-address fields; have -bq clean up its temp files |
#
8240 |
| 21-Sep-1982 |
eric |
get rid of double error returns; improve verbose mode output to be standard format (even though verbose mode isn't standard); output queue files with commas in headers to insure that the oldstyle stu
get rid of double error returns; improve verbose mode output to be standard format (even though verbose mode isn't standard); output queue files with commas in headers to insure that the oldstyle stuff doesn't get confused.
show more ...
|
#
8230 |
| 18-Sep-1982 |
eric |
fix botch where it believes that a list is !oldstyle just because it has an alias expansion in it. |
#
8227 |
| 16-Sep-1982 |
eric |
drop ":...;" stuff -- it screws it up aliases; pass parameters to subroutines (this also adds $@ and $: features to subr calls); check overflow of "tobuf" on smtp deliveries, which caused core dumps
drop ":...;" stuff -- it screws it up aliases; pass parameters to subroutines (this also adds $@ and $: features to subr calls); check overflow of "tobuf" on smtp deliveries, which caused core dumps on large mailing lists
show more ...
|
#
8223 |
| 12-Sep-1982 |
eric |
accept ": ... ;" syntax for groups if !oldstyle |
#
8182 |
| 12-Sep-1982 |
eric |
change inheritance for macros in envelopes; be able to canonicalize non-domained names by appending domain from sender; call ruleset 3 explicitly before doing other rulesets; some general cleanup. |
#
8148 |
| 11-Sep-1982 |
eric |
don't assign $s to be the sending host (this mucks up Received: lines) -- instead just use HELO messages; chdir into queue directory and make all pathnames relative; be more conservative in creating
don't assign $s to be the sending host (this mucks up Received: lines) -- instead just use HELO messages; chdir into queue directory and make all pathnames relative; be more conservative in creating queue id's -- in the event you get file table overflows, etc.
show more ...
|
#
8134 |
| 08-Sep-1982 |
eric |
fix stupid bug in wait code to dispose of "Interrupted system call" message |
#
8132 |
| 08-Sep-1982 |
eric |
fix a nasty botch in 3.194 that killed SMTP in daemon mode. sigh...... |
#
8130 |
| 08-Sep-1982 |
eric |
try to avoid "Interrupted system call" on wait in deliver and on writes; fix returned message to have proper sender; handle extra mailer output more cleverly. |
#
8094 |
| 06-Sep-1982 |
eric |
more hacking on oldstyle -- always assume sender fields are in new style so that locally generated fields are edited correctly. |
#
8092 |
| 06-Sep-1982 |
eric |
fix botch in "at"s in headers |