only catch filenames if the "/" is leading
[unix-history] / usr / src / usr.sbin / sendmail /
1982-01-24 Eric Allmanonly catch filenames if the "/" is leading
1982-01-24 Eric Allmanadd M_UGLYUUCP flag; only catch filenames if the "...
1982-01-24 Eric Allmanlet the user define "$x" to be whatever they want ...
1982-01-24 Eric Allmanmodifications suggested by mark horton. this version...
1982-01-11 Eric Allmandate and time created 82/01/10 22:09:48 by eric
1982-01-11 Eric Allmancleanup from cbosgd (Mark Horton) testing; some interna...
1982-01-06 Eric Allmanfix botch in UGLYUUCP code -- gave "remote from <dest...
1982-01-02 Eric Allmanknow about all known Berknet host names so that we...
1982-01-02 Eric Allmansend to dead.letter using sendto/recipient/deliver...
1981-12-29 Eric Allmanbring the documentation up to date.
1981-12-07 Eric Allmanincrease buffer sizes (it's so embarrasing when the...
1981-12-07 Eric Allmancleanup so it will go through lint without any fancy...
1981-12-06 Eric Allmaninsert SMTP "Mail-From:" line.
1981-12-06 Eric Allmanadd strncpy and strncat
1981-12-06 Eric Allmanput the SMTP and queueing code on compilation flags...
1981-11-28 Eric Allmanmake the trigger be stricter (path must end "/uux"...
1981-11-28 Eric Allmanthis is a stupid hack to put "remote from <host>" lines...
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-22 Eric Allmanconvert to SMTP draft 3
1981-11-12 Eric Allmanintegrate user SMTP into sendmail itself. If there...
1981-11-09 Eric AllmanLINT
1981-11-09 Eric Allmanknow about SMTP over TCP. The current SMTP user is...
1981-11-09 Eric Allmandetects errors in a reasonable way. however, it only...
1981-11-08 Eric Allmanfix a number of bugs to get the actual case working...
1981-11-08 Eric Allmancopy printname for parsing From person
1981-11-08 Eric Allmanfix a bug in fixcrlf that made SMTP die
1981-11-08 Eric Allmanclean up to compile & work on ARPAVAX; move stat file to
1981-11-01 Eric Allmandrop old NCP stuff for ARPANET handling; fix some bugs...
1981-11-01 Eric Allmandate and time created 81/10/31 10:11:38 by eric
1981-11-01 Eric Allmanbuffer standard output (or rather, don't unbuffer)
1981-10-28 Eric Allmanexperimental version combining queueing with daemon...
1981-10-28 Eric Allmansketch out eventual implementation of daemon.
1981-10-28 Eric Allmanignore case in mailer name comparison
1981-10-28 Eric AllmanMore queueing cleanup: implement timeouts (still one...
1981-10-28 Eric Allmandate and time created 81/10/27 08:38:53 by eric
1981-10-28 Eric Allmantry to cram in the MPX stuff -- is this really worth...
1981-10-27 Eric AllmanInstall new experimental queueing facility -- one stage...
1981-10-27 Eric Allmandate and time created 81/10/26 09:33:08 by eric
1981-10-24 Eric AllmanEliminate magic MN_LOCAL and MN_PROG; change q_mailer...
1981-10-24 Eric Allmanchange rules from $+h form to $2 form.
1981-10-23 Eric Allmanmove stats file to /usr/lib; put location of sendmail...
1981-10-23 Eric Allmantake fullname from /etc/passwd if Smtp mode and sender...
1981-10-23 Eric Allmandate and time created 81/10/22 09:22:30 by eric
1981-10-23 Eric Allmanimplement HELP and MRSQ -- MRSQ is a partial implementation
1981-10-21 Eric Allmanclean up the SMTP stuff some more
1981-10-20 Eric Allmanadd id keywords
1981-10-20 Eric Allmanimplement SMTP mode -- doesn't support source routing...
1981-10-20 Eric Allmandate and time created 81/10/19 22:24:47 by eric
1981-10-18 Eric Allmaninitial prep to put in Daemon mode
1981-10-18 Eric Allmandate and time created 81/10/17 16:56:40 by eric
1981-10-16 Eric Allmanadd EX_TEMPFAIL
1981-10-13 Eric Allmanthrow in some "errno = 0;"'s to make syserr's more...
1981-10-09 Eric Allmanignore interrupts and hangups while calling mailer.
1981-10-09 Eric Allmanfix botch in backup code during rewriting
1981-10-07 Eric Allmanchange rewriting rules to use $N on RHS to match LHS...
1981-10-07 Eric Allmanadd MATCHREPL for replacement on RHS of rewriting rule
1981-10-03 Eric Allmanadd blurb about ruleset two
1981-10-03 Eric Allmanarrange to give the correct "from" person on error...
1981-10-03 Eric Allmanuse ruleset 2 to rewrite names after the $g translate...
1981-10-02 Eric Allmanintegrate mike stonebraker suggestions
1981-10-01 Eric Allmanadd bullshit introduction
1981-10-01 Eric Allmanfix the <> syntax, convert "at" to "@" in from addresse...
1981-09-30 Eric Allmanchange processing of From: person; basically, this...
1981-09-30 Eric Allmanfix hash function computation for symbol table on 16...
1981-09-29 Eric Allmanenable aliases to self-reference themselves correctly.
1981-09-25 Eric Allmanfix botch in ING70 code
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-24 Eric Allmanfix bug in file modes when mailing to files that didn...
1981-09-23 Eric Allmanfix problem with using macros in rules; change configur...
1981-09-23 Eric Allmanfinally make suppression of sender in mailing lists...
1981-09-22 Eric Allmanfix suppression of from address in mailing lists.
1981-09-21 Eric Allmanbe more careful in resetting uid
1981-09-21 Eric Allmandon't let a mailer ever execute as root (that should...
1981-09-17 Eric Allmantake underscore as well as space to separate parts...
1981-09-17 Eric Allmanhave .forward ownership stick harder than :include...
1981-09-17 Eric Allmanbe REALLY clever and inherit uid/gid from owner of...
1981-09-17 Eric Allmanlast delta was too paranoid -- this increases the number 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-15 Eric Allmanfix but in mailers that only take one address at a...
1981-09-15 Eric Allmanfix bug in mailers that only take one address at a...
1981-09-13 Eric Allmandon't match on one-word gecos entries to avoid stealing...
1981-09-13 Eric Allmanprint creation date
1981-09-13 Eric Allmandate and time created 81/09/12 17:56:34 by eric
1981-09-13 Eric Allmanprint message when sending to full name equivalent
1981-09-13 Eric Allmanmatch on full name for local users
1981-09-13 Eric Allmanpreliminary work to take full names
1981-09-13 Eric Allmanchange From: processing to reduce the number of Origina...
1981-09-10 Eric Allmanadd KAS suggestions (second round); add comments about...
1981-09-08 Eric Allmanfix up umask; allow setuid on files to take recipient...
1981-09-08 Eric Allmantake mode 666 instead of 777 for database autorebuild
1981-09-08 Eric Allmanadd auto-rebuild on alias database; fix some aliasing...
1981-09-08 Eric Allmanadd NOTUNIX compile flag to turn off UNIX "From " line...
1981-09-07 Eric Allmancleanup, commenting, linting, etc.
1981-09-07 Eric Allman(no message)
1981-09-07 Eric Allmanimprove "version:" entry in makefile; fix -em (mail...
next