4.4BSD snapshot (revision 8.1)
[unix-history] / usr / src / usr.sbin / sendmail /
1993-06-04 Eric Allmanadd option 'l'; fix mailertable lookup
1993-06-04 Eric Allmanonly use Errors-To: header if 'l' option is set
1993-06-04 Eric Allmanuse $M (masquerade-as) instead of $j in _ALWAYS_ADD_DOMAIN_
1993-06-04 Eric Allmanreally truly deliver server smtp messages in background
1993-06-04 Eric Allmanprint better diagnostic information on sfgets timeouts
1993-06-04 Eric Allmandon't deliver messages that have had a fatal error...
1993-06-04 Eric Allmandelete duplicate declaration of sfgets
1993-06-04 Eric Allmanadd another parameter to sfgets
1993-06-04 Eric Allmanadd UseErrorsTo: option flag
1993-06-03 Eric Allmandon't send 050 information after the 250 QUIT response
1993-06-03 Eric Allmanuse ps as default printer
1993-06-02 Eric Allmanfix problem with multiple databases -- keybuf trashed
1993-06-02 Eric Allmanfix troff botch
1993-06-02 Eric Allmannew doc scheme
1993-06-02 Eric Allmanold changes
1993-06-02 Eric Allmandon't rebuild non-alias database maps on -bi
1993-06-02 Eric Allmanput $r into Received: line; ruleset 6 => 96, 7 => 97...
1993-06-02 Eric Allmanuse ^A as comment character (so we interpolate in comments)
1993-06-02 Eric Allmanruleset 6 => 96, 7 => 97
1993-06-02 Eric Allmanclean up prototypes; additional logging; pessmize on...
1993-06-01 Eric Allmanfix Privacy Flags example (Ob => Op)
1993-06-01 Eric Allmanclarification of some points and correction of typos
1993-05-30 Eric Allman(no message)
1993-05-30 Eric Allmanset RES_DEBUG earlier
1993-05-30 Eric Allmancheck mod time on .pag file instead of .dir -- it gets...
1993-05-30 Eric Allmanfsync queue files
1993-05-30 Eric AllmanSolaris portability changes
1993-05-30 Eric Allmandelete mail.local reference
1993-05-29 Eric Allmando early sync of empty database to disk -- at least...
1993-05-29 Eric Allmanclarify compilation flags
1993-05-29 Eric Allmandon't redefine FSHIFT if it is already defined
1993-05-29 Eric Allmanimproved locking to avoid errors during alias rebuild
1993-05-29 Eric Allmanlog protocol and body type
1993-05-29 Eric Allmanchange prototypes to eliminate chars in argument lists...
1993-05-29 Eric Allman_FORGIVING_CC_ is obsolete
1993-05-29 Eric Allmantweak cdefs.h include
1993-05-29 Eric Allmanmake SCCS id string reflect USERDB compile flag
1993-05-29 Eric Allmanmention -DNIS in comments
1993-05-29 Eric Allmandocument compile flags
1993-05-29 Eric Allmantry to automate compile flag handling based on OS type
1993-05-29 Eric Allmanalpha => beta
1993-05-29 Eric Allmanfix YPCOMPAT mode
1993-05-29 Eric Allmancatch wierd waitpid infinite loop
1993-05-29 Eric Allmanadjust compile flags & library includes
1993-05-29 Eric Allmanuse NDBM and NEWDB compile flags to match sendmail
1993-05-29 Keith Bosticadd makemap by default
1993-05-29 Eric Allmandelete unnecessary libraries
1993-05-28 Eric Allmanfix recursive syserr; lock NEWDB files during gets...
1993-05-28 Eric Allmanhave mailertable look for partial domains as well as...
1993-05-28 Eric Allmanruleset 90 for mailertable
1993-05-28 Eric Allmandefer map open as long as possible
1993-05-28 Eric Allmanchange alias initialization to general map initialization
1993-05-28 Eric Allmanfix stabapply prototype (again)
1993-05-28 Eric Allmanfix stabapply prototype
1993-05-28 Eric AllmanSolaris portability changes
1993-05-28 Eric Allmanprototype functions
1993-05-28 Eric Allmanuse multiple output buffers to avoid conflict between...
1993-05-28 Eric Allmanadd stabapply
1993-05-27 Eric Allmanfix byte swapping problem in ident code
1993-05-26 Eric Allmanlock NEWDB files during access
1993-05-26 Eric Allmantry to improve closed connection error handling
1993-05-25 Eric Allmandon't go into recursive syserr loop if error printing...
1993-05-25 Eric AllmanBe sure to append dots on canonified host names; Fix...
1993-05-25 Eric Allmanadd FEATURE(always_add_domain)
1993-05-25 Eric Allmanadd FEATURE(always_add_domain); avoid rewriting $=w...
1993-05-24 Eric Allmandate and time created 93/05/24 08:47:52 by eric
1993-05-24 Eric Allmandeclare macvalue
1993-05-24 Eric Allmanremember to dot terminate host name lookups
1993-05-24 Eric Allmandebugging core dumps if av == NULL
1993-05-23 Eric Allmanmessage insists on a literal " " or "-" for continuation
1993-05-23 Eric Allmantar => pax
1993-05-23 Eric Allmanalias maps include null byte; don't add .db if it alrea...
1993-05-23 Eric Allmanupdate for 6.60
1993-05-23 Eric AllmanIBM_AIX => _AIX3
1993-05-23 Eric Allmanavoid writing an error message announcing that you...
1993-05-23 Eric Allmandocumentation update
1993-05-23 Eric Allmandon't pass pseudo-domains to $[ ... $] (can cause wierd...
1993-05-23 Eric Allmanmerge alias database with maps, expanding and changing...
1993-05-22 Eric AllmanAIX compatibility changes; clean up map initialization...
1993-05-22 Eric Allmancleanup for NIS maps
1993-05-22 Eric Allmandon't include .db on database file names
1993-05-22 Eric Allmanadd REDIRECT to list of top-level pseudo-domains
1993-05-22 Eric Allmanavoid extra qualification of top level pseudo-domains...
1993-05-22 Eric Allman$=P is top-level pseudo-domains
1993-05-22 Eric Allmanavoid unexpected multiline replies to HELO packet ...
1993-05-22 Eric Allmanchanges to merge alias and map implementations
1993-05-22 Eric Allmanpessimize on channel flushing
1993-05-22 Eric Allmanchanges to merge alias and map implementations
1993-05-21 Eric Allmanadd support for NEWDB
1993-05-21 Eric Allmanlog more information on -bv "deliverable" message
1993-05-21 Eric Allmanneed to delete ndbm.h from db library as well as ndbm.o
1993-05-21 Keith Bosticconvert from dbm to ndbm
1993-05-21 Eric Allmancompatibility for Sun BSD
1993-05-18 Eric Allmantype conflicts
1993-05-18 Eric Allmanclean up function prototypes
1993-05-18 Eric Allmandelete unneeded and conflicting errstring declarations
1993-05-18 Eric Allmanfirst cut at merged map/alias implementation
1993-05-15 Eric AllmanMIME cleanups
1993-05-15 Eric Allmanuse newstr for e_message consistently
1993-05-15 Eric Allmangive better error message on "can't exec" error
next