change call to expand() to be more rational (and consistent!)
[unix-history] / usr / src / usr.sbin / sendmail / src / savemail.c
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-03-11 Eric Allmanimproved security when opening files
1995-03-07 Eric Allmanfix some race conditions for file opens
1995-03-06 Eric Allmanchanges suggested by *Hobbit*; SafeFileEnvironment...
1995-02-06 Eric Allmancut at 20 January version of DSN document
1995-01-08 Eric Allmanavoid bogus dups
1994-12-13 Eric Allmanuse X-delivery-status-1 as the report-type and content...
1994-12-04 Eric Allmanput DSNs on a compile flag
1994-11-29 Eric Allmanmore DSN tweaking
1994-11-28 Eric Allmanmore DSN hacking
1994-11-28 Eric Allmanget the final MTS type from the mailer descriptor
1994-11-26 Eric Allmanimprove DSN handling somewhat + some bug fixes
1994-11-24 Eric Allmanget ORCPT= ESMTP DSN parameter working
1994-11-23 Eric Allmanclean up several small problems with file delivery...
1994-11-23 Eric Allmancleanup for return-receipts
1994-11-22 Eric Allmanconvert to new DSN draft
1994-11-21 Eric Allmancheck for "<<>>" etc as equivalent to "<>"
1994-11-20 Eric Allmanchange PF_NOBODYPART to be more descriptive of what...
1994-11-20 Eric Allmanremove Content-Type: header from returned messages...
1994-11-05 Eric Allmanfirst cut at DSN implementation
1994-10-16 Eric Allmanif the close of /usr/tmp/dead.letter fails, give a...
1994-08-16 Eric Allmandon't send error file with return receipts
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-19 Eric Allmantag return messages with a Precedence: line for easy...
1994-05-29 Eric Allmanclean up Subject: line on warning messages
1994-05-10 Eric Allmanavoid core dump from buffer overrun for very long messages
1994-03-12 Eric Allmanchange NAMED_BIND to a 0/1 flag to allow Makefile override
1994-03-07 Eric Allmandebugging: print exit status on entry to savemail
1994-03-04 Eric Allmanwrong send queue was being passed to returntosender()
1994-01-25 Eric Allmanmove 7BIT information from per-mailer to per-connection...
1993-12-18 Eric Allmanput location of dead.letter on a compile flag
1993-12-13 Eric Allmanpatches to fix checks when sending to a file
1993-12-11 Eric Allmancleanup of symbolic link checking -- make it less picky
1993-12-11 Eric Allmanavoid sending WARNING message on return-receipts
1993-12-03 Eric Allmantry to clean up warning messages
1993-11-27 Eric Allmanmake the panic state more panicy
1993-11-26 Eric Allmanavoid symbolic link attacks
1993-11-26 Eric Allmandelete $u in parent envelope to avoid bogus info in...
1993-11-01 Eric Allmanfix test for null error queue
1993-10-22 Eric Allmanfix problem causing dates to not always get reset on...
1993-10-18 Eric Allmanfix handling of pre-parsing address errors
1993-10-16 Eric Allman8.6.2: improved error return messages; better error...
1993-09-27 Eric Allmancompute return message size more cleverly if NoReturn...
1993-08-26 Eric Allmando more careful checking for address failure
1993-08-19 Eric Allmanfix problem that causes core dumps on config files...
1993-08-18 Eric Allmanput in beginnings of mod time checks on maps; generaliz...
1993-08-07 Eric Allmanfix problem causing slow delivery warning to fail if...
1993-07-24 Eric Allmantag returned message with true original from (not local...
1993-07-20 Eric AllmanSGI IRIX & ANSI C portability
1993-07-18 Eric Allmanmore information to help identify the error cause
1993-07-18 Eric Allmanbetter error message handling: don't create bogus retur...
1993-07-17 Eric Allmandeliver local problems (EX_CONFIG and EX_SOFTWARE)...
1993-07-14 Eric Allmanmany fixes. primarily fix for seteuid problem in 8...
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-05-28 Eric Allmanprototype functions
1993-05-15 Eric AllmanMIME cleanups
1993-05-14 Eric Allmanfix To: lists in error messages
1993-05-14 Eric Allmana bunch of nits in the MIME code
1993-05-05 Eric Allmancreate dead.letter with FileMode instead of 0666
1993-05-05 Eric Allmanupdate for MIME encapsulated error messages
1993-05-01 Eric Allmandon't change alpha case on header field names
1993-04-28 Eric Allmandon't ignore postmaster alias for emergency fallback
1993-04-27 Eric Allmanfix an uninitialized variable problem
1993-04-27 Eric Allmanhave getmxrr look at $=w to determine local host name
1993-04-18 Eric Allmanimprove error printing (changes format of C line in qf)
1993-04-16 Eric Allmanfixes to handle null messages -- why did this break?
1993-04-15 Eric Allmandiscard errors only on responses to responses to respon...
1993-04-15 Eric Allmanprint a list of the bad addresses on returned email
1993-04-13 Eric Allmanredefine $r, $s, and $_ in error envelopes; properly...
1993-04-05 Eric Allmanclean up error return messages
1993-04-02 Eric Allmanfixes to properly compute priority, nrcpts, etc. on...
1993-03-31 Eric Allmanavoid bogus diagnostic
1993-03-20 Eric Allmaninclude a warning timeout after some interval; get...
1993-03-20 Eric Allmanmove SendMode and ErrorMode into the envelope
1993-03-20 Eric Allmandefault fallback name is Postmaster, not root
1993-03-19 Eric Allmanrestore e_sender as sending address sans decorations
1993-03-17 Eric Allmandelete e_sender and e_returnpath; fix some bugs in...
1993-03-14 Eric Allmanchange (simplify) user and host UPPER => lower case...
1993-03-14 Eric Allmanalways return message header, even if NoReturn set
1993-03-09 Eric Allmancount recipients and estimate size of return messages
1993-03-02 Eric Allmanchanges for ESMTP; mostly better delimiter character...
1993-03-01 Eric Allmanheader file cleanup; primarily #include <unistd.h>...
1993-03-01 Eric Allmandeliver postmaster copies without a body
1993-03-01 Eric Allmansend to return return path even if e_errorqueue already...
1993-02-28 Eric Allmanfix from Eric Wassenaar for return message suppression
1993-02-25 Eric Allmanfix yet another problem with new owner-foo implementation
1993-02-25 Eric Allmanfix owner-foo for errors that do occur locallyi
1993-02-23 Eric Allmanoverhaul status of SMTP reply codes
1993-02-23 Eric Allmanadd route pruning
1993-02-22 Eric Allmaninsist on level 4 config file to send errors from <>
1993-02-22 Eric Allmansend errors with return path = <>; don't respond to...
1993-02-21 Eric Allmanclose cached MCI connections after a fork; add p (priva...
1993-02-19 Eric Allmanmove the meta-characters from C0 into C1 space
1993-02-17 Eric Allmanclean up log levels; allow IDA-style split header/envel...
1993-02-16 Eric AllmanAllow saving in ~/dead.letter; clean up VRFY output...
1993-01-22 Eric Allmanmore environment problems; limit resource exhaustion...
1993-01-10 Eric Allmantuning of queueing functions as recommended by John...
next