date and time created 82/04/02 10:29:00 by wnj
[unix-history] / usr / src / usr.sbin / sendmail /
1982-03-28 Eric Allmandelete neat remotename feature, because it doesn't...
1982-03-28 Eric Allmancompensate for bug in getlogin: can return the empty...
1982-03-23 Eric Allmancontinue the impossible task of tracking Bill Joy
1982-03-23 Eric Allman16 bit fixes
1982-03-23 Eric Allmanmore cleanup for new 4.2 system configuration and some...
1982-03-23 Eric Allmanmake better assumptions about definition of u_long...
1982-03-21 Eric Allmantake % as an acceptable name terminator in GECOS field
1982-03-21 Eric Allmanfixes for PDP-11's
1982-03-21 Eric Allman16 bit changes -- should have no effect on VAX binaries to
1982-03-07 Eric Allmanget queue scanning working correctly in conjunction...
1982-03-07 Eric Allmanhave daemon mode assume SMTP mode
1982-03-07 Eric Allmangive correct error message in SMTP if some of the addre...
1982-03-07 Eric Allmanarrange to be able to accept a connection from any...
1982-03-07 Eric Allmantell what recipient is ok when you say it is ok.
1982-03-07 Eric Allmancollapse special character processing into macro proces...
1982-03-07 Eric Allmanadd more internal character types (for conditionals...
1982-03-07 Eric Allmanclean up error handling in IPC case; fix a minor bug...
1982-03-06 Eric Allmanremove silly $U dependency in UGLYUUCP code
1982-03-06 Eric Allmaninclude direct connect on outgoing mail if the pathname...
1982-02-28 Eric Allmanmore work on after $g translate rewriting
1982-02-28 Eric Allmanchange sense of -o flag, tell about daemon mode, etc.
1982-02-28 Eric Allmanimplement "return receipt requested".
1982-02-28 Eric Allmanimprove rewriting of "after $g translate" to correspond...
1982-02-27 Eric Allmanswitch to the correct port (IPPORT_SMTP).
1982-02-27 Eric Allmanimplement daemon mode
1982-02-27 Eric Allmandefault to OldStyle headers -- this turns out to be...
1982-02-23 Eric Allmansome hacks to make the ethernet community happier ...
1982-02-23 Eric Allmanbe much more clever about splitting up addresses when...
1982-02-23 Eric Allmanbecome NewStyle automatically based on heuristics
1982-02-23 Eric Allmanbe much mroe clever about splitting up addresses when...
1982-02-21 Eric Allmanmake rewriting of addresses in headers really work...
1982-02-21 Eric Allman****** Hack to make all local mail have old-style...
1982-02-21 Eric Allmanoutput names in a nice comma-separated fashion in messa...
1982-02-21 Eric Allmanput the type address headers into a per-header send...
1982-02-21 Eric Allmanexpand macros in rewriting rules early to allow multi...
1982-02-21 Eric Allmanadd the -c flag, to cause sendmail to just queue messag...
1982-02-21 Eric Allmanimplement -c flag: don't try to deliver expensive mail...
1982-02-21 Eric Allmandon't expand macros in queued requests until delivery...
1982-02-16 Eric Allmanpass lint
1982-02-05 Eric Allmanadd host aliasing; add -p flag. this version doesn...
1982-02-05 Eric Allmanrandom cleanup; add -p flag
1982-01-24 Eric Allmanadd M_UGLYUUCP flag; only catch names with leading...
1982-01-24 Eric Allmanadd M_UGLYUUCP flag for ugly from line
1982-01-24 Eric Allmanonly catch filenames if the "/" is leading
1982-01-24 Eric Allmanadd M_UGLYUUCP flag; only catch filenames if the "...
1982-01-24 Eric Allmanlet the user define "$x" to be whatever they want ...
1982-01-24 Eric Allmanmodifications suggested by mark horton. this version...
1982-01-11 Eric Allmandate and time created 82/01/10 22:09:48 by eric
1982-01-11 Eric Allmancleanup from cbosgd (Mark Horton) testing; some interna...
1982-01-06 Eric Allmanfix botch in UGLYUUCP code -- gave "remote from <dest...
1982-01-02 Eric Allmanknow about all known Berknet host names so that we...
1982-01-02 Eric Allmansend to dead.letter using sendto/recipient/deliver...
1981-12-29 Eric Allmanbring the documentation up to date.
1981-12-07 Eric Allmanincrease buffer sizes (it's so embarrasing when the...
1981-12-07 Eric Allmancleanup so it will go through lint without any fancy...
1981-12-06 Eric Allmaninsert SMTP "Mail-From:" line.
1981-12-06 Eric Allmanadd strncpy and strncat
1981-12-06 Eric Allmanput the SMTP and queueing code on compilation flags...
1981-11-28 Eric Allmanmake the trigger be stricter (path must end "/uux"...
1981-11-28 Eric Allmanthis is a stupid hack to put "remote from <host>" lines...
1981-11-23 Eric AllmanEdit queue control files when running queue (assuming...
1981-11-22 Eric Allmanchange the send queue to be only one queue instead...
1981-11-22 Eric Allmanconvert to SMTP draft 3 -- finishing touches. Punt...
1981-11-22 Eric Allmanlinks together aliases into proper trees. This is...
1981-11-22 Eric Allmanconvert to SMTP draft 3
1981-11-12 Eric Allmanintegrate user SMTP into sendmail itself. If there...
1981-11-09 Eric AllmanLINT
1981-11-09 Eric Allmanknow about SMTP over TCP. The current SMTP user is...
1981-11-09 Eric Allmandetects errors in a reasonable way. however, it only...
1981-11-08 Eric Allmanfix a number of bugs to get the actual case working...
1981-11-08 Eric Allmancopy printname for parsing From person
1981-11-08 Eric Allmanfix a bug in fixcrlf that made SMTP die
1981-11-08 Eric Allmanclean up to compile & work on ARPAVAX; move stat file to
1981-11-01 Eric Allmandrop old NCP stuff for ARPANET handling; fix some bugs...
1981-11-01 Eric Allmandate and time created 81/10/31 10:11:38 by eric
1981-11-01 Eric Allmanbuffer standard output (or rather, don't unbuffer)
1981-10-28 Eric Allmanexperimental version combining queueing with daemon...
1981-10-28 Eric Allmansketch out eventual implementation of daemon.
1981-10-28 Eric Allmanignore case in mailer name comparison
1981-10-28 Eric AllmanMore queueing cleanup: implement timeouts (still one...
1981-10-28 Eric Allmandate and time created 81/10/27 08:38:53 by eric
1981-10-28 Eric Allmantry to cram in the MPX stuff -- is this really worth...
1981-10-27 Eric AllmanInstall new experimental queueing facility -- one stage...
1981-10-27 Eric Allmandate and time created 81/10/26 09:33:08 by eric
1981-10-24 Eric AllmanEliminate magic MN_LOCAL and MN_PROG; change q_mailer...
1981-10-24 Eric Allmanchange rules from $+h form to $2 form.
1981-10-23 Eric Allmanmove stats file to /usr/lib; put location of sendmail...
1981-10-23 Eric Allmantake fullname from /etc/passwd if Smtp mode and sender...
1981-10-23 Eric Allmandate and time created 81/10/22 09:22:30 by eric
1981-10-23 Eric Allmanimplement HELP and MRSQ -- MRSQ is a partial implementation
1981-10-21 Eric Allmanclean up the SMTP stuff some more
1981-10-20 Eric Allmanadd id keywords
1981-10-20 Eric Allmanimplement SMTP mode -- doesn't support source routing...
1981-10-20 Eric Allmandate and time created 81/10/19 22:24:47 by eric
1981-10-18 Eric Allmaninitial prep to put in Daemon mode
1981-10-18 Eric Allmandate and time created 81/10/17 16:56:40 by eric
1981-10-16 Eric Allmanadd EX_TEMPFAIL
1981-10-13 Eric Allmanthrow in some "errno = 0;"'s to make syserr's more...
1981-10-09 Eric Allmanignore interrupts and hangups while calling mailer.
1981-10-09 Eric Allmanfix botch in backup code during rewriting
next