#
9315 |
| 21-Nov-1982 |
eric |
preliminary hacks for multiple SMTP transactions per connection: make assignment of multiple queue id's more efficient, make prefixes two characters (e.g., qfAA99999), pass the file name to freeze an
preliminary hacks for multiple SMTP transactions per connection: make assignment of multiple queue id's more efficient, make prefixes two characters (e.g., qfAA99999), pass the file name to freeze and thaw, add a mailer flag saying we are talking to one of our own kind.
show more ...
|
#
8436 |
| 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. |
#
8354 |
| 07-Oct-1982 |
eric |
never use ruleset 3 alone -- perhaps the standard use of ruleset three should go now, since noone uses it alone. |
#
8237 |
| 21-Sep-1982 |
eric |
put 050 in from of recursive smtp messages |
#
8084 |
| 06-Sep-1982 |
eric |
user SMTP fixes to talk to ISI |
#
8065 |
| 05-Sep-1982 |
eric |
clean up canonname |
#
8005 |
| 31-Aug-1982 |
eric |
clean up reply code processing some more; in particular, give more detail in many messages. process connection failures correctly. |
#
7964 |
| 29-Aug-1982 |
eric |
fix serious botch in SMTP reply code delta; change a bunch of "Internal error" codes to a new "Remote protocol error" -- so that I don't get blamed for things that other systems do. |
#
7963 |
| 29-Aug-1982 |
eric |
do a better job at interpreting SMTP reply codes |
#
7690 |
| 08-Aug-1982 |
eric |
make "sleep" work correctly even in the face of other events; clean up the queue processing: child queue runs now go away when done. more debugging logging is needed to verify that this works right
make "sleep" work correctly even in the face of other events; clean up the queue processing: child queue runs now go away when done. more debugging logging is needed to verify that this works right though.
show more ...
|
#
7685 |
| 08-Aug-1982 |
eric |
more general event mechanism |
#
7677 |
| 08-Aug-1982 |
eric |
change debug level to a debug vector; add levels on logging (and the -L flag); change logging to be by message-id; elevate message-id; some lint-type cleanup |
#
7372 |
| 05-Jul-1982 |
eric |
improve debugging: flush transcript before doing things that might take a long time; add some info to debugging output |
#
7356 |
| 05-Jul-1982 |
eric |
put timeouts on net reads |
#
7353 |
| 04-Jul-1982 |
eric |
do some stuff to add a "HOPS" command -- it seems like it would be easier and smarter to count Mail-From: lines. |
#
7229 |
| 19-Jun-1982 |
eric |
improve SMTP error reporting |
#
7009 |
| 31-May-1982 |
eric |
pass lint. notice that definitions in llib-lc have changed for alarm() and sleep() calls {arg was unsigned, is now int}. |
#
6991 |
| 31-May-1982 |
eric |
finish implementing envelopes. it's not completely clear to me that this is really the way to go, but it seems clearly better than what i had before. this delta includes many other minor changes, s
finish implementing envelopes. it's not completely clear to me that this is really the way to go, but it seems clearly better than what i had before. this delta includes many other minor changes, so it should probably not be blithely removed.
show more ...
|
#
6980 |
| 29-May-1982 |
eric |
try to install envelopes. is this really worth it??? |
#
6051 |
| 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. |
#
5368 |
| 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 ...
|
#
5199 |
| 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. |
#
5182 |
| 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 ...
|
#
4976 |
| 21-Nov-1981 |
eric |
convert to SMTP draft 3 |
#
4865 |
| 11-Nov-1981 |
eric |
integrate user SMTP into sendmail itself. If there is no $u arg in the mailer argument list, SMTP is run. This can be used directly over the Ethernet or to any clever mailer. We still need to edit
integrate user SMTP into sendmail itself. If there is no $u arg in the mailer argument list, SMTP is run. This can be used directly over the Ethernet or to any clever mailer. We still need to edit spooled control files to remove recipients that have been successfully sent during queue processing.
show more ...
|