change call to expand() to be more rational (and consistent!)
[unix-history] / usr / src / usr.sbin / sendmail / src / headers.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-13 Eric Allmanadd 'j' mailer flag to rewrite recipient addresses
1995-02-25 Eric Allmanadd NoRecipientAction; make Bcc: field truncate instead...
1995-02-06 Eric Allmancut at 20 January version of DSN document
1994-12-06 Eric Allmando sender logging as early as possible
1994-11-23 Eric Allmanclean up several small problems with file delivery...
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-12 Eric Allmantranslate newlines to space in logged message-id to...
1994-11-09 Eric Allmanallow per-mailer default character set (applies to...
1994-11-07 Eric Allmancreate proper headers on MIME mail (not just MIME-Version:)
1994-11-06 Eric Allmantweak EightBitMode and F=8 options to do something...
1994-10-09 Eric Allmanavoid null pointer dereferences in some degenerate...
1994-08-22 Eric Allmanmultiple queue timeouts
1994-08-17 Eric Allmanadd H_CTE for content-transfer-encoding; don't output...
1994-07-23 Eric AllmanMIME 8 to 7 bit support
1994-07-04 Eric Allmanbreak out special local mail processing (e.g., mapping...
1994-04-15 Eric Allmangive return-receipt on delivery to mailing lists (inste...
1994-04-12 Eric Allmanupdates for Intergraph CLIX
1994-02-26 Eric Allmanefficiency hacks
1994-02-26 Eric Allmanavoid wrapping header lines too eagerly
1994-02-17 Eric Allmanbetter patch of MAYBENEXTRELEASE problem
1994-02-17 Eric Allmanfix a bug in MAYBENEXTRELEASE code -- it's not really...
1994-02-06 Eric Allmanwrap headers and lines more intelligently (important...
1994-02-06 Eric Allmanallow $s to be set to NULL for locally generated mail
1994-02-04 Eric Allmanrestore -ba mode for UK Grey book
1994-01-25 Eric Allmanmove 7BIT information from per-mailer to per-connection...
1994-01-14 Eric Allmanpatch to protocol logging for short syslog buffer sizes
1994-01-13 Eric Allmansome cleanup for short syslog buffers
1994-01-07 Eric Allmanfix to avoid turning ``<foo)'' into ``<$>'' instead...
1993-12-16 Eric Allmanimprove debug output
1993-12-12 Eric Allmanarrange to log sender in SMTP even if all RCPTs failed
1993-12-11 Eric Allmanadd bufsize parameter to prescan
1993-12-11 Eric Allmandeal with possibility of very short syslog buffers...
1993-12-11 Eric Allmanaccept Full-Name: header on input
1993-11-30 Eric Allmanhandle quotes inside comments properly
1993-10-25 Eric Allmanfix "<<a>>" syntax
1993-09-27 Eric Allmancomments
1993-08-26 Eric Allmanadd untested mapping of local envelope From: line
1993-08-18 Eric Allmanimproved debugging
1993-08-09 Eric Allmanavoid null pointer dereference on h->h_value
1993-08-09 Eric Allmanmore syntax checking
1993-08-09 Eric Allmando better syntax checking on H config lines
1993-08-09 Eric Allmandeal with pairs of angle braces in addresses
1993-08-08 Eric Allmanauto-quote addresses with <> in them
1993-08-08 Eric Allmanfix some random bad code
1993-07-17 Eric Allmanclean up error handling, including concept of local...
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-04 Eric Allmanonly use Errors-To: header if 'l' option is set
1993-05-29 Eric Allmanlog protocol and body type
1993-05-28 Eric Allmanprototype functions
1993-05-11 Eric Allmandebugging in putheader
1993-05-10 Eric Allmanstrip spaces off of beginning of message-id (in case...
1993-05-01 Eric Allmandon't change alpha case on header field names
1993-04-27 Eric Allmandelete duplicate 8th bit stripping
1993-04-20 Eric Allmanchange remotename to use flag bits instead of individua...
1993-04-05 Eric AllmanRFC 1413 (IDENT) protocol support
1993-04-02 Eric Allmanfixes to properly compute priority, nrcpts, etc. on...
1993-03-31 Eric Allmanarrange to quote backslash as well as other special...
1993-03-24 Eric Allmanclean up logging of email received from localhost
1993-03-24 Eric Allmanadd X-Authentication-Warning: headers on possible attem...
1993-03-20 Eric Allmaninitial hooks for ISO networking
1993-03-20 Eric Allmandon't free header values -- they are still accessible...
1993-03-20 Eric Allmaninclude a warning timeout after some interval; get...
1993-03-19 Eric Allmanrestore e_sender as sending address sans decorations
1993-03-18 Eric Allmanearly bind default headers
1993-03-17 Eric Allmanchanged "received from" to "relay=" for consistency
1993-03-14 Eric Allmanchange "received from" logging on internal error response
1993-03-09 Eric Allmanundo RESPONSE hack -- is it worthwhile?
1993-03-08 Eric Allmanclean up from= logging on internally generated responses
1993-03-07 Eric Allmanallow host on local addresses; don't do domain extension on
1993-03-02 Eric Allmanchanges for ESMTP; mostly better delimiter character...
1993-03-01 Eric Allmanchanges for better logging of mail submitters
1993-02-24 Eric Allmanpropagate alias owner information back to envelope...
1993-02-23 Eric Allmanoverhaul status of SMTP reply codes
1993-02-23 Eric Allmandon't log from= info on sendmail -t -bv
1993-02-22 Eric Allmanchange $d to be current date, not origination date
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-01-22 Eric Allmanmore environment problems; limit resource exhaustion...
1993-01-19 Eric Allmanimplement arpatounix; log more info; allow nested ...
1993-01-04 Eric Allmanfix botch causing queued headers to have ?XX? prefixes
1992-12-31 Eric Allmanput return-receipt-to on a conf.c flag (but don't set...
1992-12-22 Eric AllmanRelease 6
1992-12-21 Eric Allmanchange random constants to be #defines
1992-12-19 Eric Allmanadd NIS map type; log message-id in same line as from...
1992-12-17 Eric Allmanfix auto-quoting screwup
1992-12-16 Eric Allmandynamically allocate header fields (and more....);...
1992-12-15 Eric Allmancorrect list of must-be-quoted characters
1992-11-15 Eric Allman(partially) ANSI-fy it
1992-11-14 Eric Allmantry to do some syntax error corrections on errors in...
1992-11-14 Eric Allman*really* fix quoting in phrase part of addresses; elimi...
1992-11-05 Eric Allmanfix a variety of small bugs noticed by bcx
1992-07-13 Eric Allmanlint
1992-07-13 Eric Allmanreduce number of instances of CurEnv by passing it...
1992-07-13 Eric Allmanfix latent bug in received logging printing
1992-07-13 Eric Allmanmake eight-bit clean; backslashes are carried through...
next