#
6058 |
| 06-Mar-1982 |
eric |
arrange to be able to accept a connection from any host. |
#
6054 |
| 06-Mar-1982 |
eric |
collapse special character processing into macro processing for simplicity of code. |
#
6050 |
| 06-Mar-1982 |
eric |
clean up error handling in IPC case; fix a minor bug in headers in queueing code; make SMTP mail multi user per connect. |
#
6042 |
| 05-Mar-1982 |
eric |
remove silly $U dependency in UGLYUUCP code |
#
6039 |
| 05-Mar-1982 |
eric |
include direct connect on outgoing mail if the pathname is "[IPC]" -- this gives minimal number of processes for ethernet mail. |
#
5987 |
| 27-Feb-1982 |
eric |
more work on after $g translate rewriting |
#
5985 |
| 27-Feb-1982 |
eric |
implement "return receipt requested". |
#
5980 |
| 27-Feb-1982 |
eric |
improve rewriting of "after $g translate" to correspond to the real world..... |
#
5977 |
| 26-Feb-1982 |
eric |
implement daemon mode |
#
5974 |
| 26-Feb-1982 |
eric |
default to OldStyle headers -- this turns out to be needed so that it will work right when running as a server. |
#
5939 |
| 22-Feb-1982 |
eric |
some hacks to make the ethernet community happier -- .cf changes only |
#
5938 |
| 22-Feb-1982 |
eric |
be much more clever about splitting up addresses when doing header rewriting. become NewStyle automatically based on heuristics; this makes some other addresses work, although there are conceivably
be much more clever about splitting up addresses when doing header rewriting. become NewStyle automatically based on heuristics; this makes some other addresses work, although there are conceivably sites that this could break. Perhaps we should default to OldStyle? I don't think this would break anything.
show more ...
|
#
5912 |
| 20-Feb-1982 |
eric |
output names in a nice comma-separated fashion in messages -- this opens up other possibilities |
#
5908 |
| 20-Feb-1982 |
eric |
expand macros in rewriting rules early to allow multi-word macros to be processed correctly. |
#
5907 |
| 20-Feb-1982 |
eric |
add the -c flag, to cause sendmail to just queue messages that are for mailers that are expensive; a later instantiation can come around and send them in a batch. Also, pass macro definitions throug
add the -c flag, to cause sendmail to just queue messages that are for mailers that are expensive; a later instantiation can come around and send them in a batch. Also, pass macro definitions through the queueing code so that macros can be expanded later rather than sooner; this is important for destination dependent macros such as $g.
show more ...
|
#
5707 |
| 04-Feb-1982 |
eric |
add host aliasing; add -p flag. this version doesn't yet know about replacing the text of the host alias into the message however. syntax is grotty: "/hostmatch:%s@newhost" or whatever. |
#
5602 |
| 23-Jan-1982 |
eric |
add M_UGLYUUCP flag; only catch names with leading slash as filenames; let the user redefine their full name; don't pass -r or -f to uux. |
#
5367 |
| 10-Jan-1982 |
eric |
cleanup from cbosgd (Mark Horton) testing; some internals, mostly configuration. This tries to make the configuration file (cf.m4) be much more general, but I fear it is doomed to failure -- it may
cleanup from cbosgd (Mark Horton) testing; some internals, mostly configuration. This tries to make the configuration file (cf.m4) be much more general, but I fear it is doomed to failure -- it may be better to just tell people to roll their own.
show more ...
|
#
5331 |
| 05-Jan-1982 |
eric |
fix botch in UGLYUUCP code -- gave "remote from <dest>" instead of "remote from <source>" |
#
5317 |
| 01-Jan-1982 |
eric |
know about all known Berknet host names so that we can handle the "." notation happily in the full name representation. |
#
5315 |
| 01-Jan-1982 |
eric |
send to dead.letter using sendto/recipient/deliver mechanism rather than mailfile; this fixes a bug with the "from" name and seems like a better abstraction. |
#
5196 |
| 06-Dec-1981 |
eric |
cleanup so it will go through lint without any fancy grep -v's; change the way SCCS Id's are handled. |
#
5186 |
| 05-Dec-1981 |
eric |
insert SMTP "Mail-From:" line. |
#
5180 |
| 05-Dec-1981 |
eric |
put the SMTP and queueing code on compilation flags so that sendmail will fit on non-ID PDP-11's (ugh); put the ugly UUCP hack on a compilation flag also to emphasize that it sucks eggs; makefile cle
put the SMTP and queueing code on compilation flags so that sendmail will fit on non-ID PDP-11's (ugh); put the ugly UUCP hack on a compilation flag also to emphasize that it sucks eggs; makefile cleanup.
show more ...
|
#
5100 |
| 27-Nov-1981 |
eric |
this is a stupid hack to put "remote from <host>" lines on the From lines going to UUCP mail. someday i hope to rip out this stupidity. it is triggered by any mailer named "uucp" -- it ought to be a
this is a stupid hack to put "remote from <host>" lines on the From lines going to UUCP mail. someday i hope to rip out this stupidity. it is triggered by any mailer named "uucp" -- it ought to be a special flag, but i refuse to legitimize antique hacky mistakes.
show more ...
|