print down status even if queue is empty.
[unix-history] / usr / src / usr.sbin / sendmail /
1984-03-18 Eric Allmanalways fold case on host names; fold case on the LHS...
1984-03-18 Eric Allmanfix usage message
1984-03-18 Eric Allmandocument failure to handle "group:user1,user2,...;...
1984-03-12 Eric Allmanfix argument to gethostname left over from some old...
1984-03-12 Eric Allmandisable UPPER->lower case mapping in RHS's of aliases...
1984-03-12 Eric AllmanRemember to open the alias file if the ONEX command...
1984-03-12 Eric Allmanchange macro expansion character from $ to \001 so...
1984-03-12 Eric Allmanchanges from Bill Nowicki <nowicki@diablo.ARPA> to...
1984-03-12 Eric Allmanmake network name configurable
1984-03-12 Eric Allmandocument `N' (home network) option -- defaults to ...
1984-03-12 Eric Allmanfixes from Greg Satz <satz@sri-tsc.ARPA>, mostly for...
1984-03-12 Eric Allmanfix from Bill Nowicki -- don't return an error if the...
1983-12-28 Eric Allmandon't close files immediately before exec of mailer...
1983-12-28 Eric Allmanfix bug with un-DBM'ed alias files that adds a newline...
1983-11-27 Eric Allmanfix SERIOUS bug allowing anyone to be "wiz" without...
1983-11-14 Eric AllmanFixes two nasty problems, both pointed out by Bill...
1983-11-11 Eric AllmanBe able to override the hostname in the configuration...
1983-10-30 Eric Allmandeclare getpwnam in recipient.c for earlier systems
1983-10-30 Eric Allmanadd newline to "deferred" message in usersmtp.c
1983-10-24 Eric Allmanhandle dollar signs in headers properly
1983-10-17 Eric AllmanPostpone opening the alias DBM file until after the...
1983-10-17 Eric Allmanreset errno in parseaddr so that syserr gives a permane...
1983-10-03 Eric AllmanUse old environment after the thaw; credit rhc for...
1983-10-02 Eric Allmanclean up error handling in general; make sure that...
1983-09-28 Mike Karelsmods for european dates (from mcvax!teus)
1983-09-13 Mike Karelsno "-c" on install (so make all will)
1983-09-08 Eric AllmanIncrease timeout for greeting message to five minutes...
1983-09-06 Eric AllmanFix security hole caused by being able to freeze the...
1983-09-06 Eric AllmanCut down the amount of bulk that is sent in SMTP error...
1983-09-01 Eric Allmanfix problem with timeouts caused by change in EINTR...
1983-08-29 Eric Allmanset FIOCLEX on /dev/kmem file when getting load average
1983-08-29 Eric AllmanChange QueueLA and RefuseLA to 8 and 12 respectively
1983-08-29 Eric AllmanRefuse to talk to yourself (i.e., reject HELO packets...
1983-08-29 Eric AllmanAdd SM_DEFAULT so that we can arrange for sendall to...
1983-08-22 Eric AllmanDrop "Sender:" hack, since it doesn't work properly...
1983-08-22 Eric AllmanInsert a Sender: line if a From: line is specified...
1983-08-22 Eric AllmanDon't print out a null pointer in debugging info.
1983-08-22 Eric AllmanDon't send back a separate error message if we have...
1983-08-22 Eric AllmanInsert Sender: line if a From: line is specified and...
1983-08-07 Eric AllmanClear errno before trying connect in an attempt to...
1983-08-01 Eric AllmanAdd EX_NOPERM to sysexits.h for kre
1983-07-29 Eric AllmanUpdates to delete "DRAFT" etc. and make more accurate...
1983-07-29 Eric Allmandate and time created 83/07/28 10:12:30 by eric
1983-07-28 Eric AllmanDon't uppercase hostname in myhostname so that it can...
1983-07-26 Eric Allman4.2 release version
1983-07-18 Eric Allmanfix botch in default help message
1983-07-14 Eric AllmanDelete "load limiting" for SMTP connections (a bad...
1983-07-14 Eric Allmandelete "N" option (max simultaneous SMTP connections)
1983-07-10 Sam Lefflerpass MFLAGS please!!!
1983-07-03 Sam Lefflerinclude fix
1983-07-02 Bill Joy(no message)
1983-07-02 Bill Joywait.h -> sys/wait.h
1983-06-19 Sam Lefflerquit making documents, I'm getting tired of removing...
1983-06-15 Eric Allmanlog the message-id only if non-null
1983-06-12 Eric Allman%d => %ld in mailq for PDP-11's
1983-06-12 Eric Allmandon't rearrange input header lines; force Received...
1983-05-22 Eric AllmanMiscellaneous changes for PDP-11's.
1983-05-21 Eric Allmanupdate for 4.2 beta release
1983-05-21 Eric Allmanadd "h" flag to tar so that rmail.c will be included
1983-05-21 Eric AllmanDon't stack processes when VRFY fails.
1983-05-19 Eric AllmanChange WKTIMEFACT to be negative to force failing jobs...
1983-05-19 Eric AllmanMinor formatting change so that the entire text of...
1983-05-19 Eric Allmanchange WKTIMEFACT to be negative so that jobs that...
1983-05-08 Eric AllmanPass the size of the buffer to myhostname.
1983-05-05 Eric Allmanfix botch in 3.338 -- arguments reversed
1983-05-05 Eric AllmanDon't send domain-based UUCP addresses to UGLYUUCP...
1983-05-02 Eric Allmandon't add an extra tab in the header (white space shoul...
1983-05-02 Eric Allmanavoid core dumps on messages with very long header...
1983-05-01 Eric Allmanlint
1983-04-24 Eric AllmanDon't put Resent-*: lines in queue file to prevent...
1983-04-20 Eric AllmanFix bug causing convtime to loop forever on "w" (week...
1983-04-18 Eric Allmanput true current time on SMTP greeting message; drop...
1983-04-18 Eric Allmanfix bogus errno problems
1983-04-18 Eric Allmanremove >From hack
1983-04-18 Eric Allmanput true current time on SMTP greeting message; fix...
1983-04-18 Eric Allmanput true current time on SMTP greeting message; fix...
1983-04-18 Eric Allmanfix *(0) problems
1983-03-27 Eric Allmanchanges from MRH for USG UNIX 5.0
1983-03-27 Eric Allmanincrease buffer size in smtpmessage to avoid overflows...
1983-03-27 Eric Allmanrewrite again with ruleset 3 after appending from domai...
1983-03-27 Eric Allmanincrease buffer size in smtpmessage
1983-03-27 Eric Allmanu_short should be unsigned short; actually this is...
1983-03-27 Eric AllmanUndo glickman's change of types.h => param.h -- why...
1983-03-20 Eric AllmanDon't have mail from su'ed people come from "daemon"
1983-03-20 Eric AllmanFix botch of putting incorrect full names on some addre...
1983-03-15 Eric Allmanadd references
1983-03-13 Eric Allmanadd usenix.me; be usable in /usr/doc/sendmail
1983-03-13 Eric Allmandate and time created 83/03/12 22:22:54 by eric
1983-03-13 Eric Allmanadd "USENIX" reference in footer
1983-03-13 Eric Allmantake ECONNRESET (Connection reset by peer) as a tempora...
1983-03-13 Eric AllmanCheck for I/O error on close of temp file -- i.e.,...
1983-03-13 Eric AllmanDon't artifically add a "from: $q" when running the...
1983-03-10 Eric AllmanDelete colon on front of aliases
1983-03-09 Eric AllmanPass the delimiter character to parseaddr so that we...
1983-03-08 Eric AllmanDon't pass EX_TEMPFAIL code out (since we have already...
1983-03-08 Eric AllmanHandle OLDSTYLE addresses properly with the -t flag...
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-03-06 Eric AllmanIgnore delimiters (e.g., commas) inside quotes
1983-02-27 Eric AllmanDon't log message-id mapping and from person in a queue run
next