Don't pass EX_TEMPFAIL code out (since we have already taken responsibility
[unix-history] / usr / src / usr.sbin / sendmail / src / main.c
1983-03-08 Eric AllmanDon't pass EX_TEMPFAIL code out (since we have already...
1983-02-04 Eric Allman$e macro is now SMTP entry message (so that configurati...
1983-02-03 Eric AllmanMake mailer size limits a per-mailer parameter (M field...
1983-02-03 Eric Allmanimplement classes and mailer flags as a bit map; define...
1983-02-02 Eric Allmandon't call printqueue() if queueing is turned off
1983-01-18 Eric AllmanSet the $w macro to the hostname if at all possible...
1983-01-17 Eric AllmanChange mailer spec to have labelled fields for future...
1983-01-07 Eric Allmanfix a botch in argument processing such that it used...
1983-01-05 Eric AllmanDon't try to drop our controlling TTY except when we...
1983-01-05 Eric AllmanIgnore SIGPIPE early (in main rather than in deliver...
1982-12-31 Eric Allmanclose files 3 through 20 before startup to insure suffi...
1982-12-15 Eric Allmanfix freeze mode to do something more interesting that...
1982-12-15 Eric AllmanAdd "print mail queue" mode (-bp flag or call as "mailq")
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-29 Eric Allmanfix a number of problems left over from yesterday's...
1982-11-28 Eric AllmanMany changes resulting from a complete code readthrough...
1982-11-25 Eric Allmanlint it
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-19 Eric AllmanCorrectly run "sendmail -q" (had a reversed condition...
1982-11-19 Eric Allmandisconnect input, output, signals, etc. when running...
1982-11-18 Eric Allmanfix botch in daemon code (it only ran the queue)
1982-11-18 Eric Allmansplit operation mode ("-bx" flag) and delivery mode...
1982-11-15 Eric AllmanExplicitly inherit e_oldstyle from BlankEnvelope to...
1982-11-14 Eric Allmanclean up argument structure -- put -I and -Z on options...
1982-11-08 Eric Allmanmake all mailer output go to the transcript if running...
1982-11-06 Eric Allmanarrange to freeze the configuration file for quick...
1982-11-05 Eric Allmandon't unlink qf & df files on ^C
1982-11-05 Eric Allmanput header conditionals into the .cf file
1982-11-04 Eric AllmanPut temporary file mode on the F option
1982-10-17 Eric AllmanPut list of login names able to use -f in the .cf file.
1982-10-17 Eric AllmanArrange for MD_FORK to work well with -v so that we...
1982-10-14 Eric AllmanDon't interrupt the process doing accepts (have a separ...
1982-10-12 Eric Allmanhave auto-queueups print a polite message in the log...
1982-10-10 Eric Allmanprint a status indication when a message is autoqueued...
1982-10-10 Eric AllmanExtend test mode to be able to handle multiple addresse...
1982-10-07 Eric Allmanallow passing through multiple rewriting sets in test...
1982-10-07 Eric Allmanadd test mode (MD_TEST, -bt)
1982-10-07 Eric Allmanadd test mode (MD_TEST, -bt)
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-23 Eric Allmandon't put commas in non-address fields; have -bq clean...
1982-09-13 Eric Allmanchange inheritance for macros in envelopes; be able...
1982-09-12 Eric Allmandon't assign $s to be the sending host (this mucks...
1982-09-09 Eric Allmanfix a nasty botch in 3.194 that killed SMTP in daemon...
1982-09-09 Eric Allmantry to avoid "Interrupted system call" on wait in deliv...
1982-09-07 Eric Allmanincrease log level needed to print "entered" message.
1982-09-07 Eric Allmaninstall new state-driven scanner; make everyone use...
1982-09-06 Eric Allmanchange $g processing from a macro substitution per...
1982-09-06 Eric Allmanadd $* to match zero or more and $> to make a "subrouti...
1982-09-02 Eric Allmanlog entering uid & pid
1982-08-28 Eric Allmanrelease e_id after fork in daemon code; ignore events...
1982-08-26 Eric Allmanassign a new queue id to all jobs coming in via TCP
1982-08-26 Eric Allmanapply ruleset 4 to rewrite addresses in the body of...
1982-08-26 Eric Allmanclean up time manipulation to always be current; assign job
1982-08-25 Eric Allmanlog more info (on log level 11); try to detect wild...
1982-08-25 Eric Allmandiagnose reentry of main()
1982-08-24 Eric Allmanclean up queueing; log time in queue.
1982-08-23 Eric Allmanchange $i to $j; $i is now queue id; put "Received...
1982-08-23 Eric Allmanassign a unique id to each transaction that can be...
1982-08-18 Eric Allmancheck for length of queue directory name; do verify...
1982-08-08 Eric Allmanchange debug level to a debug vector; add levels on...
1982-08-08 Eric Allmanclean up comments
1982-08-01 Eric AllmanBy default, just queue up the mail for most mailers...
1982-07-28 Eric Allmanclean up semantics of daemon mode to facilitate use...
1982-07-15 Eric Allmandisconnect sendmail from the controlling tty in daemon...
1982-07-15 Eric Allmanarrange for MotherPid to be correct in daemon mode
1982-07-15 Eric Allmanfork automatically in daemon mode (but only if no debug...
1982-07-15 Eric Allmandon't accidently unlink a null pointer in finis();...
1982-07-06 Eric Allmandon't deliver the message if there were errors during...
1982-07-06 Eric Allmancheck for errors before opening a daemon connection
1982-07-03 Eric Allmanarrange to not lose temporary queue control files ...
1982-06-27 Eric Allmantake environment variable "NAME" to determine what...
1982-06-27 Eric Allmanadd _kill command to SMTP. this is probably dangerous...
1982-06-19 Eric Allmanbelieve host name on SMTP "HELO" line
1982-06-18 Eric Allmanfix botch in -Q flag (sets AliasFile rather than QueueDir)
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 Allmanpass lint. notice that definitions in llib-lc have...
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-30 Eric Allmanallow the user with name "daemon" to send mail as anyon...
1982-05-30 Eric Allmantry to install envelopes. is this really worth it???
1982-05-22 Eric Allmanadd "envelopes" to contain the basic information needed...
1982-03-28 Eric Allmancompensate for bug in getlogin: can return the empty...
1982-03-21 Eric Allman16 bit changes -- should have no effect on VAX binaries to
1982-03-07 Eric Allmanget queue scanning working correctly in conjunction...
1982-03-07 Eric Allmanhave daemon mode assume SMTP mode
1982-03-07 Eric Allmancollapse special character processing into macro proces...
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-27 Eric Allmandefault to OldStyle headers -- this turns out to be...
1982-02-21 Eric Allman****** Hack to make all local mail have old-style...
1982-02-21 Eric Allmanexpand macros in rewriting rules early to allow multi...
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...
next