avoid MIMEing RFC1049 messages
[unix-history] / usr / src / usr.sbin / sendmail / src / deliver.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-06-13 Eric Allmanfix possible null pointer dereference
1995-06-11 Eric Allmanallow symbolic service names on [IPC] mailers
1995-05-31 Eric Allmanbetter handling of dead.letter -- involves mailfile...
1995-05-29 Eric Allmanlint
1995-05-27 Eric Allmanforce *file* mailer to have setuid bit semantics even...
1995-05-26 Eric Allmanfile mailer should run as default uid, not as sender
1995-05-16 Eric Allmanput MIME 8->7 bit conversions on a compile flag (defaul...
1995-05-16 Eric Allmanadd "E" line to config file to set or propogate environment
1995-04-25 Eric Allmanmake file mailer semantics switch off of P=[FILE]
1995-04-25 Eric Allmanefficiency improvements
1995-04-24 Eric Allmanupdates for new DSN drafts
1995-04-23 Eric Allmanbetter use of extended DSN status codes
1995-04-23 Eric Allmanimproved DSN status codes
1995-04-22 Eric Allmanupdate copyright notice
1995-04-20 Eric Allmanadd Nice=N mailer option
1995-04-01 Eric Allmanmerge a bit with Sun version
1995-04-01 Eric Allmanmore type hacking for non-Posix/ANSI systems
1995-04-01 Eric Allmanpull getpwXXX and gethostbyXXX calls out into conf...
1995-03-31 Eric Allmanfix another problem with improperly trashed e_lockfp...
1995-03-30 Eric Allmandon't propogate RET or NOTIFY parameters down through...
1995-03-29 Eric Allmanavoid running out of file descriptors problem on vfork...
1995-03-28 Eric Allmanmore cleanup for DSN drafts
1995-03-25 Eric Allmancompile glitch
1995-03-24 Eric Allmanavoid running out of file descriptors problem on vfork...
1995-03-23 Eric Allmancompile problem if !HASFLOCK
1995-03-22 Eric Allmanif all addresses are expensive, don't bother forking...
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-15 Eric Allmanbe more precise on MAXNAME checking
1995-03-12 Eric Allmanmore MIME cleanup
1995-03-12 Eric Allmanfix several MIME boundary-condition problems
1995-03-06 Eric Allmanfix new file creation
1995-03-06 Eric Allmanchanges suggested by *Hobbit*; SafeFileEnvironment...
1995-03-06 Eric Allmanimproved security for points where setuid has returned...
1995-03-06 Eric Allmanvarious security bulletproofing
1995-02-24 Eric Allmancleanup to make gcc -Winitialized happier
1995-02-22 Eric Allmancompiler glitch -- variable used before set
1995-02-21 Eric Allmanfix glitch in "relayed" messages
1995-02-19 Eric Allmanupdated status codes for DSNs
1995-02-10 Eric Allmanfix security problem allowing bogus lines to be written...
1995-02-06 Eric Allmancut at 20 January version of DSN document
1994-12-10 Eric Allmanlog transaction delay as well as queue delay (for order...
1994-12-02 Eric Allmanfix problem with left over df files after hop count...
1994-11-28 Eric Allmandon't set q_statmta if the current host name is null
1994-11-28 Eric Allmanmore DSN hacking
1994-11-28 Eric Allmanimproved debugging
1994-11-26 Eric Allmanimprove DSN handling somewhat + some bug fixes
1994-11-23 Eric Allmanclean up several small problems with file delivery...
1994-11-22 Eric Allmanavoid core dump on debugging if e->e_message == NULL
1994-11-21 Eric Allmancompile glitches
1994-11-21 Eric Allmanpatch for !HASFLOCK
1994-11-21 Eric Allmanallow files referenced in aliases to write files as...
1994-11-20 Eric Allmanremove Content-Type: header from returned messages...
1994-11-14 Eric Allmanmove fork up so that e-mails to multiple lists don...
1994-11-11 Eric Allmanavoid core dump if df file cannot be opened
1994-11-09 Eric Allmanallow per-mailer default character set (applies to...
1994-11-06 Eric Allmanclear MCIF_CVT8TO7 bit from cached MCI structures
1994-11-05 Eric Allmanfirst cut at DSN implementation
1994-10-18 Eric Allmanflush cached SMTP connections before programatic deliveries
1994-10-17 Eric Allmanbetter logging of connection open/usage
1994-10-16 Eric Allmanallow option to set default character set for MIME
1994-09-09 Eric Allmanattempt to allow udb rewriting of envelope senders...
1994-09-05 Eric Allmanfix bug that causes infinite loop on naked CR character
1994-08-28 Eric Allmanadd _FORCE_MAIL_LOCAL_=yes environment for DG-UX (euch!)
1994-08-16 Eric Allmanstore dev information in qf file; add RFC 1428-specified
1994-08-16 Eric Allmanavoid bogosity on zero line limit
1994-08-14 Eric Allmanfix compile error on other systems
1994-08-08 Eric AllmanDECWRL extensions to qf file
1994-08-08 Eric Allmangeneralized U= mailer field to cleanly override DefUid
1994-08-08 Eric Allmanallow U= flag on mailer to run as specific user id
1994-08-08 Eric Allmanfirst cut at full 8-bit data capability
1994-07-24 Eric Allmantweaks & bug fixes to MIME algorithm
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 Allmanreset h_errno in a few critical places to avoid spuriou...
1994-06-18 Eric Allmancompatibility with BIND 4.9.3 (just cleanup)
1994-05-14 Eric Allmanavoid returning error AND re-queueing for ``user@....
1994-05-13 Eric Allmanbe sure to return an error message on "too many hops...
1994-04-30 Eric Allmanfix problem with error messages on host names that...
1994-04-19 Eric Allmanfix relay= logging on queued messages
1994-04-15 Eric Allmangive return-receipt on delivery to mailing lists (inste...
1994-04-13 Eric Allmanavoid bogus relay= logging
1994-04-12 Eric Allmandeliver all mail in a new session; this solves some...
1994-03-12 Eric Allmanchange NAMED_BIND to a 0/1 flag to allow Makefile override
1994-03-08 Eric Allmanfix CNAME loop problem: gave error messages and requeue...
1994-03-05 Eric Allmanavoid possible bogus pointer dereferences if there...
1994-03-05 Eric Allmanmake sure that you don't get bogus addresses queued...
1994-02-26 Eric Allmantune short syslog buffers even more; have "too many...
1994-02-15 Eric Allmanfix problem that can cause mailer output to be discarde...
1994-02-08 Eric Allmanfix extra commas in short buffer syslogging
1994-02-07 Eric Allmanchanges from Eric Wassenaar: Apollo portability and...
1994-02-07 Eric Allmanimprove logging
1994-02-07 Eric Allmantry to limit the overhead on split envelopes
1994-02-07 Eric Allmantighten up short syslog buffers even more
1994-02-07 Eric Allmanpreliminary try at controlling fd usage; doesn't work...
1994-02-06 Eric Allmanallow $s to be set to NULL for locally generated mail
1994-01-27 Eric Allmanchange logging so that IP addresses always use [angle...
next