Don't pass EX_TEMPFAIL code out (since we have already taken responsibility
[unix-history] / usr / src / usr.sbin / sendmail / src / sendmail.h
1983-03-08 Eric AllmanDon't pass EX_TEMPFAIL code out (since we have already...
1983-03-07 Eric AllmanHandle messages with "Resent-xxx:" header lines properl...
1983-03-07 Eric AllmanAdd H_RESENT flag to header flags to indicate fields...
1983-02-14 Eric Allmanfix clrbitmap to really clear the entire bitmap
1983-02-04 Eric Allmanclean up mailer flags -- M_ARPAFMT is garbage now
1983-02-03 Eric Allmanimplement classes and mailer flags as a bit map; put...
1983-01-17 Eric AllmanChange mailer spec to have labelled fields for future...
1983-01-10 Eric Allmanturn newstr() and crlf() into macros
1983-01-10 Eric Allmanmake newstr and crlf macros
1983-01-10 Eric Allmanadd declaration of "crlf"
1983-01-07 Eric Allmansplit up FULLSMTP flag -- now have "X" (M_XDOT, use...
1983-01-06 Eric Allmanadd M_CRLF
1983-01-04 Eric Allmanadd e_message field for eventual error message improvement
1982-12-25 Eric AllmanChange parse to parseaddr for BB&N TCP/IP implementatio...
1982-12-10 Eric Allmanbe able to match the inverse of a class using the ...
1982-12-06 Eric AllmanClear the envelope in the child in server SMTP to insur...
1982-11-28 Eric AllmanMany changes resulting from a complete code readthrough...
1982-11-25 Eric Allmanrun SMTP jobs in a subprocess so that multiple jobs...
1982-11-22 Eric Allmanpreliminary hacks for multiple SMTP transactions per...
1982-11-18 Eric Allmansplit operation mode ("-bx" flag) and delivery mode...
1982-11-14 Eric Allmanclean up argument structure; move configuration into...
1982-11-06 Eric Allmanarrange to freeze the configuration file for quick...
1982-11-05 Eric Allmanput header conditionals into the .cf file
1982-11-04 Eric AllmanAdd FileMode
1982-11-04 Eric AllmanArrange to strip quote bits in message header; move...
1982-10-29 Eric AllmanPut the "@:@" trick on the "a" option. Also, move...
1982-10-07 Eric Allmanadd MD_TEST mode
1982-09-27 Eric AllmanPut more configuration into setoption; merge some of...
1982-09-27 Eric Allmancompletely instantiate queue files for all mail, even...
1982-09-25 Eric Allmanchange option implementation; define a bunch of interes...
1982-09-25 Eric Allmanarrange to be able to define options; put precedences...
1982-09-13 Eric Allmanchange inheritance for macros in envelopes; be able...
1982-09-06 Eric Allmanchange from m_from (macro from rewrite) to using a...
1982-09-06 Eric Allmanadd $* to match zero or more and $> to make a "subrouti...
1982-09-01 Eric Allmanincrease MAXMAILERS to 25
1982-08-28 Eric Allmanrelease e_id after fork in daemon code; ignore events...
1982-08-26 Eric Allmanclean up time manipulation to always be current; assign job
1982-08-24 Eric Allmanclean up queueing; log time in queue.
1982-08-23 Eric Allmanassign a unique id to each transaction that can be...
1982-08-22 Eric Allmanincrease MAXATOMS from 30 to 100 -- since <> is now...
1982-08-16 Eric Allmanmark From: lines with a bit; make EXPN work properly
1982-08-09 Eric Allmanmore general event mechanism
1982-08-08 Eric Allmanchange debug level to a debug vector; add levels on...
1982-07-06 Eric Allmanput timeouts on net reads
1982-07-03 Eric Allmanarrange to not lose temporary queue control files ...
1982-06-27 Eric Allmanadd _kill command to SMTP. this is probably dangerous...
1982-06-07 Eric Allmanimplement alias owner feature. this actually works...
1982-06-07 Eric Allmanfirst cut at putting mailing list maintainers in -...
1982-06-01 Eric Allmaneliminate -V, -D, -p flags in favor of a single flag...
1982-06-01 Eric Allmanfinish implementing envelopes. it's not completely...
1982-05-31 Eric Allmanadd M_FULLSMTP (``X'' flag in .cf file) for eventual...
1982-05-30 Eric Allmantry to install envelopes. is this really worth it???
1982-05-22 Eric Allmanadd "junk mail" -- error responses are never returned.
1982-05-22 Eric Allmanadd "envelopes" to contain the basic information needed...
1982-05-21 Eric Allmanadd dfopen as a "determined fopen" -- it retries if...
1982-05-16 Eric Allmanadd M_RELRCPT flag to indicate that messages sent to...
1982-03-07 Eric Allmanadd more internal character types (for conditionals...
1982-03-07 Eric Allmanclean up error handling in IPC case; fix a minor bug...
1982-02-28 Eric Allmanimplement "return receipt requested".
1982-02-27 Eric Allmanimplement daemon mode
1982-02-21 Eric Allmanmake rewriting of addresses in headers really work...
1982-02-21 Eric Allmanimplement -c flag: don't try to deliver expensive mail...
1982-02-05 Eric Allmanadd host aliasing; add -p flag. this version doesn...
1982-01-24 Eric Allmanadd M_UGLYUUCP flag for ugly from line
1981-12-07 Eric Allmancleanup so it will go through lint without any fancy...
1981-11-23 Eric AllmanEdit queue control files when running queue (assuming...
1981-11-22 Eric Allmanchange the send queue to be only one queue instead...
1981-11-22 Eric Allmanconvert to SMTP draft 3 -- finishing touches. Punt...
1981-11-22 Eric Allmanlinks together aliases into proper trees. This is...
1981-11-01 Eric Allmandrop old NCP stuff for ARPANET handling; fix some bugs...
1981-10-28 Eric AllmanMore queueing cleanup: implement timeouts (still one...
1981-10-27 Eric AllmanInstall new experimental queueing facility -- one stage...
1981-10-24 Eric AllmanEliminate magic MN_LOCAL and MN_PROG; change q_mailer...
1981-10-20 Eric Allmanimplement SMTP mode -- doesn't support source routing...
1981-10-18 Eric Allmaninitial prep to put in Daemon mode
1981-10-07 Eric Allmanadd MATCHREPL for replacement on RHS of rewriting rule
1981-09-25 Eric Allmanchanges to work under a V6 system -- mostly compilation...
1981-09-24 Eric Allmanbreak some configuration into conf.h -- simplifies...
1981-09-23 Eric Allmanfinally make suppression of sender in mailing lists...
1981-09-17 Eric Allmanbe REALLY clever and inherit uid/gid from owner of...
1981-09-17 Eric Allmanrun as the user forwarding mail after a .forward operation;
1981-09-15 Eric Allmancheck MAXATOM overflow; increase MAXATOM value
1981-09-13 Eric Allmanmatch on full name for local users
1981-09-13 Eric Allmanchange From: processing to reduce the number of Origina...
1981-09-08 Eric Allmanfix up umask; allow setuid on files to take recipient...
1981-09-07 Eric Allmancleanup, commenting, linting, etc.
1981-09-02 Eric Allmanadd "suppress return-to-sender" function
1981-09-01 Eric Allmancollect mail statistics; change minor configuration
1981-08-30 Eric Allmandelete H_DELETE -- can be simulated with H_ACHECK
1981-08-28 Eric Allmanon -t, use argument list as a supress list
1981-08-25 Eric AllmanAdd "-t" option to read To:, Cc:, and Bcc: lines to...
1981-08-23 Eric Allmanonly use a .forward file if owned by the receiver
1981-08-23 Eric Allmanfix UNIX From problem
1981-08-22 Eric Allmandrop M_FINAL, rename some other defined constants
1981-08-21 Eric Allmanclean up some header information; don't reopen tempfile as
1981-08-21 Eric Allmancorrect some comments
1981-08-19 Eric Allmanfactor out ARPANET FTP reply codes into conf.c
1981-08-19 Eric Allmanconvert to really do arpanet reply codes right (maybe)
1981-08-18 Eric Allmanadd header fields from new BB&N proposal ICST/CBOS...
1981-08-11 Eric Allmantotally rework aliasing scheme -- sucks when no DBM...
next