avoid MIMEing RFC1049 messages
[unix-history] / usr / src / usr.sbin / sendmail / src / usersmtp.c
1995-06-19 Eric Allmanavoid MIMEing RFC1049 messages
1995-06-14 Eric Allmanmake a bunch of #defines into 0/1 instead of ifdef...
1995-05-29 Eric Allmanlint
1995-05-24 Eric Allmanuse strstr() instead of implementing by hand
1995-05-16 Eric Allmanput MIME 8->7 bit conversions on a compile flag (defaul...
1995-04-29 Eric Allmandocumentation
1995-04-29 Eric Allmanbetter (more accurate) labelling of 8bit code
1995-04-26 Eric Allmanassume that anything with MIME-Version: is MIME, even...
1995-04-24 Eric Allmanupdates for new DSN drafts
1995-04-23 Eric Allmanbetter use of extended DSN status codes
1995-04-22 Eric Allmanupdate copyright notice
1995-04-20 Eric Allmandon't make errors so sticky on SMTP "MAIL FROM:" comman...
1995-04-08 Eric Allmanup timeouts on data puts to try to accomodate header...
1995-04-01 Eric Allmanmerge a bit with Sun version
1995-03-28 Eric Allmanmake DSN info match draft numbers
1995-03-28 Eric Allmanmore cleanup for DSN drafts
1995-03-25 Eric Allmandon't pass through NOTIFY= unless it was given in the...
1995-03-22 Eric Allmannew DSN draft
1995-03-15 Eric Allmanchange call to expand() to be more rational (and consis...
1995-03-15 Eric Allmanbe more precise on MAXNAME checking
1995-02-24 Eric Allmancleanup to make gcc -Winitialized happier
1995-02-21 Eric Allmanfix glitch in "relayed" messages
1995-02-06 Eric Allmancut at 20 January version of DSN document
1994-12-28 Eric Allmanfix possible core dump on mail to local programs speaki...
1994-12-11 Eric Allmandon't let an error in one envelope from address blow...
1994-11-28 Eric Allmanfix a problem that was causing inappropriate MIME-encoding
1994-11-24 Eric Allmanget ORCPT= ESMTP DSN parameter working
1994-11-23 Eric Allmansome conditions were reversed
1994-11-22 Eric Allmanconvert to new DSN draft
1994-11-20 Eric Allmanremove Content-Type: header from returned messages...
1994-11-09 Eric Allmanaccept "ESMTP" anywhere on any line of the greeting...
1994-11-06 Eric Allmantweak EightBitMode and F=8 options to do something...
1994-11-05 Eric Allmanadd F=8 mailer flag to force "just send 8" behaviour
1994-11-05 Eric Allmanfirst cut at DSN implementation
1994-10-27 Eric Allmaninclude host name we are chatting with when diagnosing...
1994-07-23 Eric AllmanMIME 8 to 7 bit support
1994-07-04 Eric Allmanbreak out special local mail processing (e.g., mapping...
1994-06-18 Eric Allmanfixes for MIME body type support
1994-01-25 Eric Allmanmove 7BIT information from per-mailer to per-connection...
1994-01-06 Eric Allmantry to make sure that path-addrs always have <angle...
1993-12-22 Eric Allmanavoid misleading error message if an SMTP mailer drops...
1993-12-11 Eric Allmanavoid stupid failures if 421 error is returned during...
1993-11-09 Eric Allmanavoid having errors on quit requeue the current job...
1993-10-24 Eric Allmangive immediate error reply to 5xx greeting message
1993-10-21 Eric Allmanallow dumping of MCI cache to syslog for debugging
1993-10-16 Eric Allman8.6.2: improved error return messages; better error...
1993-09-26 Eric Allmancomment regarding CheckLoopBack
1993-09-24 Eric Allmanhooks for future features
1993-08-15 Eric Allmanreact reasonably with negative e_msgsize and SIZE parameter
1993-07-29 Eric Allmandrop null pointer dereference if XDEBUG defined
1993-07-28 Eric Allmanimproved messages on error return
1993-07-20 Eric AllmanSGI IRIX & ANSI C portability
1993-07-14 Eric Allmanmany fixes. primarily fix for seteuid problem in 8...
1993-07-12 Eric Allmanadditional tweaking on message timeout code to allow...
1993-07-11 Eric Allmanhuge number of changes for 8.2, including IRIX & Solari...
1993-06-08 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-06 Eric Allmanlint-style cleanup
1993-06-04 Eric Allmanprint better diagnostic information on sfgets timeouts
1993-05-28 Eric Allmanprototype functions
1993-05-22 Eric Allmanavoid unexpected multiline replies to HELO packet ...
1993-05-12 Eric Allmandon't botch message display (if it begins with digits)
1993-05-05 Eric Allmanupdate for MIME encapsulated error messages
1993-04-30 Eric Allmanimplement g mailer flag
1993-04-27 Eric Allmanuse "a" mailer flag to attempt to use ESMTP; send SIZE=
1993-04-18 Eric Allmanavoid NULL mci_out syserr; creates bogus error messages
1993-04-14 Eric Allmanimprove setproctitle info
1993-04-11 Eric Allmanfix loopback detection
1993-04-10 Eric Allmandon't reset SmtpReplyBuffer on fatal errors -- VERY...
1993-04-05 Eric AllmanIDENT cleanup; move loopback checking from srvr to...
1993-04-02 Eric Allmanuse e_statmsg for logging of OK status
1993-03-31 Eric Allmanchange connection probing to use RSET instead of NOOP
1993-03-30 Eric Allmansave message from final 250 line
1993-03-30 Eric Allmanfix typo bugs
1993-03-19 Eric Allmanthere can be errors on mci_out if the other end shuts...
1993-03-17 Eric Allmandelete e_sender and e_returnpath; fix some bugs in...
1993-03-15 Eric Allmancompile warning cleanups
1993-02-23 Eric Allmanoverhaul status of SMTP reply codes
1993-02-22 Eric Allmandon't be so reluctant to give verbose information
1993-02-22 Eric Allmangeneralize read timeout
1993-02-20 Eric Allmanfix a variety of bugs found by Eric Wassenaar <e07...
1993-02-19 Eric Allmanmove the meta-characters from C0 into C1 space
1993-02-19 Eric Allmanchange logging of 4yz error codes
1993-02-17 Eric Allmanclean up log levels; allow IDA-style split header/envel...
1993-02-16 Eric Allmanimprove some error messages; fix quoted :include:s...
1993-02-15 Eric Allmanfix another problem in the MCI state machine
1993-02-13 Eric Allmanfix wildcard MX handling (option W no longer needed...
1993-01-29 Eric Allmanfix mci_state after sending RSET command
1993-01-22 Eric Allmanmore environment problems; limit resource exhaustion...
1993-01-02 Eric Allmanpass read timeouts as parameter; fix deferred error...
1992-12-22 Eric AllmanRelease 6
1992-12-18 Eric Allmanlog host name on reply: read error message
1992-12-16 Eric Allmandynamically allocate header fields (and more....);...
1992-11-17 Eric Allmanmake it use varargs/stdarg and vsprintf
1992-11-15 Eric Allman(partially) ANSI-fy it
1992-07-13 Eric Allmanreduce number of instances of CurEnv by passing it...
1992-07-12 Eric Allmanopen connection caching
1992-06-01 Eric Allmancheckpoint: putting in connection caching
1992-05-30 Eric Allmanmore connection caching hacks
1992-02-27 Eric Allmanpartial hooks for caching all email connections; won...
1992-02-25 Eric Allmanallow on-line comments; don't double-parse RCPT To...
next