more cleanup for DSN drafts
[unix-history] / usr / src / usr.sbin / sendmail / src / envelope.c
1995-03-28 Eric Allmanmore cleanup for DSN drafts
1995-03-22 Eric Allmanimproved debugging for envelope flags
1995-03-22 Eric Allmaneliminate `D' line in qf file
1995-03-22 Eric Allmannew DSN draft
1995-03-15 Eric Allmanchange call to expand() to be more rational (and consis...
1995-03-08 Eric Allmanline-buffer transcript file
1995-03-01 Eric Allmanmake fdopen() mode compatible with open() mode
1995-02-18 Eric Allmanfix conflict between open file mode and stdio fdopen...
1994-12-02 Eric Allmanif we have FATALERRS set but no errors in addresses...
1994-11-29 Eric Allmanrestore PRIV_NORECEIPTS flag, even in DSN mode
1994-11-23 Eric Allmanclean up several small problems with file delivery...
1994-11-23 Eric Allmancleanup for return-receipts
1994-11-23 Eric Allmanavoid sending a message back on bogus failure
1994-11-22 Eric Allmanconvert to new DSN draft
1994-11-21 Eric Allmancheck for "<<>>" etc as equivalent to "<>"
1994-11-05 Eric Allmanfirst cut at DSN implementation
1994-09-09 Eric Allmanattempt to allow udb rewriting of envelope senders...
1994-08-22 Eric Allmanmultiple queue timeouts
1994-08-16 Eric Allmandon't send warning message to owner-* or *-request...
1994-08-16 Eric Allmandon't send error file with return receipts
1994-08-08 Eric Allmanadd F=d mailer flag to turn off angle brackets on retur...
1994-07-04 Eric Allmanbreak out special local mail processing (e.g., mapping...
1994-05-29 Eric Allmanclean up Subject: line on warning messages
1994-04-15 Eric Allmanadd "noreceipts" privacy flag
1994-02-11 Eric Allmanbetter fix to NULL q_home problem
1994-02-11 Eric Allmanavoid core dump if $HOME not set
1994-02-04 Eric Allmanrestore -ba mode for UK Grey book
1994-01-23 Eric Allmanavoid unnecessary <sys/time.h> inclusion
1994-01-23 Eric AllmanApollo/POSIX changes -- leading pathname of // can...
1994-01-10 Eric Allmanfix problem causing excessive rewriting of headers...
1994-01-09 Eric Allmanfix problem that was causing the ctladdr of whoever...
1993-12-24 Eric Allmanno need to checkfd012() in dropenvelope -- that's a...
1993-12-12 Eric Allmanarrange to log sender in SMTP even if all RCPTs failed
1993-12-11 Eric Allmanadd a "recursion level" argument to rewrite() to detect...
1993-12-11 Eric Allmanadd bufsize parameter to prescan
1993-12-11 Eric Allmanavoid sending WARNING message on return-receipts
1993-12-05 Eric Allmanfix problem that causes dead.letter to be unwritable
1993-12-03 Eric Allmanfix bogus implementation of name overflow limiting
1993-11-28 Eric Allmansample implementation of buildfname that handles 8...
1993-11-20 Eric Allmanmore attempts to trap fd 1 bug
1993-11-19 Eric Allmanavoid passing SIZE= parameter into rulesets
1993-11-01 Eric Allmannbuf, not buf
1993-11-01 Eric Allmanadd explicit check for sender address set to program...
1993-10-29 Eric Allmandynamically allocate (instead of static) several macros
1993-10-25 Eric Allmanrepair OutChannel in queue runs
1993-10-24 Eric Allmanopen file debugging
1993-10-17 Eric Allmancheck for possibility of fdopen returning null
1993-09-05 Eric Allmanmore attempts to find the fd 1 closed error
1993-08-27 Eric Allmandon't do PostMasterCopy on junk mail
1993-08-20 Eric Allmanfix screwed up error message returns in some situations
1993-08-18 Eric Allmanput in beginnings of mod time checks on maps; generaliz...
1993-08-09 Eric Allmanbe sure to always include angle braces on route-addrs
1993-07-29 Eric Allmandon't call newstr() macro with arguments with subroutin...
1993-07-18 Eric Allmanbetter error message handling: don't create bogus retur...
1993-07-17 Eric Allmanclean up error handling, including concept of local...
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-04 Eric Allmanif we are in Verbose mode, be sure to set sendmode...
1993-04-28 Eric Allmanmove #include <sys/stat.h> into conf.h
1993-04-27 Eric Allmanmake tty id buffer large enough for modern names
1993-04-15 Eric Allmanreturn status information from map lookups and from...
1993-04-11 Eric Allmanimplement $&x for deferred macro expansion; some POSIX...
1993-04-05 Eric AllmanRFC 1413 (IDENT) protocol support
1993-03-26 Eric Allmanimplement multi-word classes
1993-03-26 Eric Allmanimprove error reporting; open new transcript on envelop...
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-19 Eric Allmanleading blanks in aliases can cause "unparsable" from...
1993-03-19 Eric Allmanrestore e_sender as sending address sans decorations
1993-03-18 Eric Allmanclean up file locking (create a lockfile() routine...
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-04 Eric Allmanallow prescan to return a null vector; fix some duplica...
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 Allmanhooks for SMTP Service Extensions
1993-02-27 Eric Allmanbetter handling of transient errors
1993-02-25 Eric Allmanfix yet another problem with new owner-foo implementation
1993-02-24 Eric Allmandelete trusted users code; it's too easy to circumvent
1993-02-23 Eric Allmanoverhaul status of SMTP reply codes
1993-02-22 Eric Allman$d is current date, not origination date
1993-02-21 Eric Allmanclose cached MCI connections after a fork; add p (priva...
1993-02-20 Eric Allmanmore bug fixes from Eric Wassenaar
1993-02-17 Eric Allmanclean up log levels; allow IDA-style split header/envel...
1993-02-15 Eric AllmanHPUX and OSF/1 support; fix SMTP reply codes & multiple...
1993-02-13 Eric Allmanfix wildcard MX handling (option W no longer needed...
1993-01-29 Eric Allmanfix the System 5 compatilibility to be compatible with...
1993-01-29 Eric AllmanSystem 5 compatibility, misc fixes
1993-01-27 Eric Allmansome (iffy) changes to prevent suppressing the actual...
1993-01-19 Eric Allmanimplement arpatounix; log more info; allow nested ...
1992-12-22 Eric AllmanRelease 6
1992-12-09 Eric Allmanmake years in $t be four digits; do case folding for...
1992-11-15 Eric Allman(partially) ANSI-fy it
1992-09-09 Eric Allmanmiscellaneous bug fixes from Bryan Costales and Craig...
1992-07-20 Eric Allmanfix bogus envelope problem in clock-driven queue runs...
1992-07-14 Eric Allmanmiscellaneous changes to improve logging and messages
1992-07-13 Eric Allmanreduce number of instances of CurEnv by passing it...
1992-05-30 Eric Allmanmove call to udbsender so that full name can potentiall...
next