Handle messages with "Resent-xxx:" header lines properly (basically mark
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Mon, 7 Mar 1983 08:31:01 +0000 (00:31 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Mon, 7 Mar 1983 08:31:01 +0000 (00:31 -0800)
commita90807d84a8079a7f857953b5f2672fbd9722b43
treed9c01903b8668fe249e22eda4264b1d32108f9c3
parentd8ec6d6b1b12c5c23551628e7abfcd8f3ddbbfc4
Handle messages with "Resent-xxx:" header lines properly (basically mark
the message as being resent); ignore incoming From: lines if their text
exactly matches our machine-readable address exactly -- this causes the
full name to be added when called from (e.g.) MH.  Both of these mode are
to improve interaction with MH.

SCCS-mr: usr.sbin/sendmail/src/headers.c 201
SCCS-mr: usr.sbin/sendmail/src/version.c 201
SCCS-mr: usr.sbin/sendmail/src/sendmail.h 201
SCCS-mr: usr.sbin/sendmail/src/conf.c 201
SCCS-vsn: usr.sbin/sendmail/src/headers.c 3.53
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.322
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 3.116
SCCS-vsn: usr.sbin/sendmail/src/conf.c 3.70
usr/src/usr.sbin/sendmail/src/conf.c
usr/src/usr.sbin/sendmail/src/headers.c
usr/src/usr.sbin/sendmail/src/sendmail.h
usr/src/usr.sbin/sendmail/src/version.c