implement alias owner feature. this actually works for any user.
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Mon, 7 Jun 1982 14:05:51 +0000 (06:05 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Mon, 7 Jun 1982 14:05:51 +0000 (06:05 -0800)
commit3c7fe765374791a3adda006db13ad5e9454c0b46
treeeb12c910e609a6e4ad5f63ec1cb3b0f252d89112
parentd7887ae98e41da0e49bccbbacb8e343da4dfc45d
implement alias owner feature.  this actually works for any user.
basically, if the alias owner-xxx exists, errors sending to xxx will be
sent to that alias rather than to the sender.

SCCS-vsn: usr.sbin/sendmail/src/deliver.c 3.82
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 3.72
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 3.32
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.113
SCCS-vsn: usr.sbin/sendmail/src/main.c 3.79
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 3.16
SCCS-vsn: usr.sbin/sendmail/src/queue.c 3.18
usr/src/usr.sbin/sendmail/src/deliver.c
usr/src/usr.sbin/sendmail/src/main.c
usr/src/usr.sbin/sendmail/src/queue.c
usr/src/usr.sbin/sendmail/src/savemail.c
usr/src/usr.sbin/sendmail/src/sendmail.h
usr/src/usr.sbin/sendmail/src/srvrsmtp.c
usr/src/usr.sbin/sendmail/src/version.c