RELEASE_NOTES revision 73188
138032Speter			SENDMAIL RELEASE NOTES
277349Sgshapiro      $Id: RELEASE_NOTES,v 8.561.2.5.2.208 2001/02/26 21:24:54 gshapiro Exp $
338032Speter
438032Speter
538032SpeterThis listing shows the version of the sendmail binary, the version
638032Speterof the sendmail configuration files, the date of release, and a
738032Spetersummary of the changes in that release.
838032Speter
977349Sgshapiro8.11.3/8.11.3	2001/02/27
1077349Sgshapiro	Prevent a segmentation fault when a bogus value was used in the
1177349Sgshapiro		LDAPDefaultSpec option's -r, -s, or -M flags and if a bogus
1277349Sgshapiro		option was used.  Problem noted by Allan E Johannesen of
1377349Sgshapiro		Worcester Polytechnic Institute.
1477349Sgshapiro	Prevent "token too long" message by shortening {currHeader} which
1577349Sgshapiro		could be too long if the last copied character was a quote.
1677349Sgshapiro		Problem detected by Jan Krueger of digitalanswers
1777349Sgshapiro		communications consulting gmbh.
1877349Sgshapiro	Additional IPv6 check for unspecified addresses.  Patch from
1977349Sgshapiro		Jun-ichiro itojun Hagino of the KAME Project.
2077349Sgshapiro	Do not ignore the ClientPortOptions setting if DaemonPortOptions
2177349Sgshapiro		Modifier=b (bind to same interface) is set and the
2277349Sgshapiro		connection came in from the command line.
2377349Sgshapiro	Do not bind to the loopback address if DaemonPortOptions
2477349Sgshapiro		Modifier=b (bind to same interface) is set.  Patch from
2577349Sgshapiro		John Beck of Sun Microsystems.
2677349Sgshapiro	Properly deal with open failures on non-optional maps used in
2777349Sgshapiro		check_* rulesets by returning a temporary failure.
2877349Sgshapiro	Buffered file I/O files were not being properly fsync'ed to disk
2977349Sgshapiro		when they were committed.
3077349Sgshapiro	Properly encode '=' for the AUTH= parameter of the MAIL command.
3177349Sgshapiro		Problem noted by Hadmut Danisch.
3277349Sgshapiro	Under certain circumstances the macro {server_name} could be set
3377349Sgshapiro		to the wrong hostname (of a previous connection), which may
3477349Sgshapiro		cause some rulesets to return wrong results.  This would
3577349Sgshapiro		usually cause mail to be queued up and delivered later on.
3677349Sgshapiro	Ignore F=z (LMTP) mailer flag if $u is given in the mailer A=
3777349Sgshapiro		equate.  Problem noted by Motonori Nakamura of Kyoto
3877349Sgshapiro		University.
3977349Sgshapiro	Work around broken accept() implementations which only partially
4077349Sgshapiro		fill in the peer address if the socket is closed before
4177349Sgshapiro		accept() completes.
4277349Sgshapiro	Return an SMTP "421" temporary failure if the data file can't be
4377349Sgshapiro		opened where the "354" reply would normally be given.
4477349Sgshapiro	Prevent a CPU loop in trying to expand a macro which doesn't exist
4577349Sgshapiro		in a queue run.  Problem noted by Gordon Lack of Glaxo
4677349Sgshapiro		Wellcome.
4777349Sgshapiro	If delivering via a program and that program exits with EX_TEMPFAIL,
4877349Sgshapiro		note that fact for the mailq display instead of just showing
4977349Sgshapiro		"Deferred".  Problem noted by Motonori Nakamura of Kyoto
5077349Sgshapiro		University.
5177349Sgshapiro	If doing canonification via /etc/hosts, try both the fully
5277349Sgshapiro		qualified hostname as well as the first portion of the
5377349Sgshapiro		hostname.  Problem noted by David Bremner of the
5477349Sgshapiro		University of New Brunswick.
5577349Sgshapiro	Portability:
5677349Sgshapiro		Fix a compilation problem for mail.local and rmail if SFIO
5777349Sgshapiro			is in use.  Problem noted by Auteria Wally
5877349Sgshapiro			Winzer Jr. of Champion Nutrition.
5977349Sgshapiro		IPv6 changes for platforms using KAME.  Patch from
6077349Sgshapiro			Jun-ichiro itojun Hagino of the KAME Project.
6177349Sgshapiro		OpenBSD 2.7 and higher has srandomdev(3).  OpenBSD 2.8 and
6277349Sgshapiro			higher has BSDI-style login classes.  Patch from
6377349Sgshapiro			Todd C.  Miller of Courtesan Consulting.
6477349Sgshapiro		Unixware 7.1.1 doesn't allow h_errno to be set directly if
6577349Sgshapiro			sendmail is being compiled with -kthread.  Problem
6677349Sgshapiro			noted by Orion Poplawski of CQG, Inc.
6777349Sgshapiro	CONTRIB: buildvirtuser: Substitute current domain for $DOMAIN and
6877349Sgshapiro		current left hand side for $LHS in virtuser files.
6977349Sgshapiro	DEVTOOLS: Do not pass make targets to recursive Build invocations.
7077349Sgshapiro		Problem noted by Jeff Bronson of J.D. Bronson, Inc.
7177349Sgshapiro	MAIL.LOCAL: In LMTP mode, do not return errors regarding problems
7277349Sgshapiro		storing the temporary message file until after the remote
7373188Sgshapiro		side has sent the final DATA termination dot.  Problem
7473188Sgshapiro		noted by Allan E Johannesen of Worcester Polytechnic
7573188Sgshapiro		Institute.
7673188Sgshapiro	MAIL.LOCAL: If LMTP mode is set, give a temporary error if users
7773188Sgshapiro		are also specified on the command line.  Patch from
7873188Sgshapiro		Motonori Nakamura of Kyoto University.
7973188Sgshapiro	PRALIASES: Skip over AliasFile specifications which aren't based on
8073188Sgshapiro		database files (i.e., only show dbm, hash, and btree).
8173188Sgshapiro	Renamed Files:
8273188Sgshapiro		devtools/OS/OSF1.V5.0 => devtools/OS/OSF1.V5.x
8373188Sgshapiro
8473188Sgshapiro8.11.2/8.11.2	2000/12/29
8573188Sgshapiro	Prevent a segmentation fault when trying to set a class in
8673188Sgshapiro		address test mode due to a negative array index.  Audit
8773188Sgshapiro		other array indexing.  This bug is not believed to be
8873188Sgshapiro		exploitable.  Noted by Michal Zalewski of the "Internet for
8973188Sgshapiro		Schools" project (IdS).
9073188Sgshapiro	Add an FFR (for future release) to drop privileges when using
9173188Sgshapiro		address test mode.  This will be turned on in 8.12. It can
9273188Sgshapiro		be enabled by compiling with:
9373188Sgshapiro		APPENDDEF(`conf_sendmail_ENVDEF', `-D_FFR_TESTMODE_DROP_PRIVS')
9473188Sgshapiro		in your devtools/Site/site.config.m4 file.  Suggested by
9573188Sgshapiro		Michal Zalewski of the "Internet for Schools" project (IdS).
9673188Sgshapiro	Fix potential problem with Cyrus-SASL security layer which may have
9773188Sgshapiro		caused I/O errors, especially for mechanism DIGEST-MD5.
9873188Sgshapiro	When QueueSortOrder was set to host, sendmail might not read
9973188Sgshapiro		enough of the queue file to determine the host, making the
10073188Sgshapiro		sort sub-optimal.  Problem noted by Jeff Earickson of
10173188Sgshapiro		Colby College.
10273188Sgshapiro	Don't issue DSNs for addresses which use the NOTIFY parameter (per
10373188Sgshapiro		RFC 1891) but don't have FAILURE as value.
10473188Sgshapiro	Initialize Cyrus-SASL library before the SMTP daemon is started.
10573188Sgshapiro		This implies that every change to SASL related files requires
10673188Sgshapiro		a restart of the daemon, e.g., Sendmail.conf, new SASL
10773188Sgshapiro		mechanisms (in form of shared libraries).
10873188Sgshapiro	Properly set the STARTTLS related macros during a queue run for
10973188Sgshapiro		a cached connection.  Bug reported by Michael Kellen of
11073188Sgshapiro		NxNetworks, Inc.
11173188Sgshapiro	Log the server name in relay= for ruleset tls_server instead of the
11273188Sgshapiro		client name.
11373188Sgshapiro	Include original length of bad field/header when reporting
11473188Sgshapiro		MaxMimeHeaderLength problems.  Requested by Ulrich Windl of
11573188Sgshapiro		the Universitat Regensburg.
11673188Sgshapiro	Fix delivery to set-user-ID files that are expanded from aliases in
11773188Sgshapiro		DeliveryMode queue.  Problem noted by Ric Anderson of the
11873188Sgshapiro		University of Arizona.
11973188Sgshapiro	Fix LDAP map -m (match only) flag.  Problem noted by Jeff Giuliano
12073188Sgshapiro		of Collective Technologies.
12173188Sgshapiro	Avoid using a negative argument for sleep() calls when delaying answers
12273188Sgshapiro		to EXPN/VRFY commands on systems which respond very slowly.
12373188Sgshapiro		Problem noted by Mikolaj J. Habryn of Optus Internet
12473188Sgshapiro		Engineering.
12573188Sgshapiro	Make sure the F=u flag is set in the default prog mailer
12673188Sgshapiro		definition.  Problem noted by Kari Hurtta of the Finnish
12773188Sgshapiro		Meteorological Institute.
12873188Sgshapiro	Fix IPv6 check for unspecified addresses.  Patch from
12973188Sgshapiro		Jun-ichiro itojun Hagino of the KAME Project.
13073188Sgshapiro	Fix return values for IRIX nsd map.  From Kari Hurtta of the Finnish
13173188Sgshapiro		Meteorological Institute.
13273188Sgshapiro	Fix parsing of DaemonPortOptions and ClientPortOptions.  Read all
13373188Sgshapiro		of the parameters to find Family= setting before trying to
13473188Sgshapiro		interpret Addr= and Port=.  Problem noted by Valdis
13573188Sgshapiro		Kletnieks of Virginia Tech.
13673188Sgshapiro	When delivering to a file directly from an alias, do not call
13773188Sgshapiro		initgroups(); instead use the DefaultUser group information.
13873188Sgshapiro		Problem noted by Marc Schaefer of ALPHANET NF.
13973188Sgshapiro	RunAsUser now overrides the ownership of the control socket, if
14073188Sgshapiro		created.  Otherwise, sendmail can not remove it upon
14173188Sgshapiro		close.  Problem noted by Werner Wiethege.
14273188Sgshapiro	Fix ConnectionRateThrottle counting as the option is the number of
14373188Sgshapiro		overall connections, not the number of connections per
14473188Sgshapiro		socket.  A future version may change this to per socket
14573188Sgshapiro		counting.
14673188Sgshapiro	Portability:
14773188Sgshapiro		Clean up libsmdb so it functions properly on platforms
14871345Sgshapiro			where sizeof(u_int32_t) != sizeof(size_t).  Problem
14971345Sgshapiro			noted by Rein Tollevik of Basefarm AS.
15071345Sgshapiro		Fix man page formatting for compatibility with Solaris'
15171345Sgshapiro			whatis.  From Stephen Gildea of InTouch Systems, Inc.
15271345Sgshapiro		UnixWare 7 includes snprintf() support.  From Larry
15371345Sgshapiro			Rosenman.
15471345Sgshapiro		IPv6 changes for platforms using KAME.  Patch from
15571345Sgshapiro			Jun-ichiro itojun Hagino of the KAME Project.
15671345Sgshapiro		Avoid a typedef compile conflict with Berkeley DB 3.X and
15771345Sgshapiro			Solaris 2.5 or earlier.  Problem noted by Bob Hughes
15871345Sgshapiro			of Pacific Access.
15971345Sgshapiro		Add preliminary support for AIX 5.  Contributed by
16071345Sgshapiro			Valdis Kletnieks of Virginia Tech.
16171345Sgshapiro		Solaris 9 load average support from Andrew Tucker of Sun
16271345Sgshapiro			Microsystems.
16371345Sgshapiro	CONFIG: Reject addresses of the form a!b if FEATURE(`nouucp', `r')
16471345Sgshapiro		is used.  Problem noted by Phil Homewood of Asia Online,
16571345Sgshapiro		patch from Neil Rickert of Northern Illinois University.
16671345Sgshapiro	CONFIG: Change the default DNS based blacklist server for
16771345Sgshapiro		FEATURE(`dnsbl') to blackholes.mail-abuse.org.
16871345Sgshapiro	CONFIG: Deal correctly with the 'C' flag in {daemon_flags}, i.e.,
16971345Sgshapiro		implicitly assume canonical host names.
17071345Sgshapiro	CONFIG: Deal with "::" in IPv6 addresses for access_db.  Based on
17171345Sgshapiro		patch by Motonori Nakamura of Kyoto University.
17271345Sgshapiro	CONFIG: New OSTYPE(`aix5') contributed by Valdis Kletnieks of
17371345Sgshapiro		Virginia Tech.
17471345Sgshapiro	CONFIG: Pass the illegal header form <list:;> through untouched
17571345Sgshapiro		instead of making it worse.  Problem noted by Motonori
17671345Sgshapiro		Nakamura of Kyoto University.
17771345Sgshapiro	CONTRIB: Added buildvirtuser (see `perldoc contrib/buildvirtuser`).
17871345Sgshapiro	CONTRIB: qtool.pl: An empty queue is not an error.  Problem noted
17971345Sgshapiro		by Jan Krueger of digitalanswers communications consulting
18071345Sgshapiro		gmbh.
18171345Sgshapiro	CONTRIB: domainmap.m4: Handle domains with '-' in them.  From Mark
18271345Sgshapiro		Roth of the University of Illinois at Urbana-Champaign.
18371345Sgshapiro	DEVTOOLS: Change the internal devtools OS, REL, and ARCH m4
18471345Sgshapiro		variables into bldOS, bldREL, and bldARCH to prevent
18571345Sgshapiro		namespace collisions.  Problem noted by Motonori Nakamura
18671345Sgshapiro		of Kyoto University.
18771345Sgshapiro	RMAIL: Undo the 8.11.1 change to use -G when calling sendmail.  It
18871345Sgshapiro		causes some changes in behavior and may break rmail for
18971345Sgshapiro		installations where sendmail is actually a wrapper to
19071345Sgshapiro		another MTA.  The change will re-appear in a future
19171345Sgshapiro		version.
19271345Sgshapiro	SMRSH: Use the vendor supplied directory on HPUX 10.X, HPUX 11.X,
19371345Sgshapiro		and SunOS 5.8.  Requested by Jeff A. Earickson of Colby
19471345Sgshapiro		College and John Beck of Sun Microsystems.
19571345Sgshapiro	VACATION: Fix pattern matching for addresses to ignore.
19671345Sgshapiro	VACATION: Don't reply to addresses of the form owner-*
19771345Sgshapiro		or *-owner.
19871345Sgshapiro	New Files:
19971345Sgshapiro		cf/ostype/aix5.m4
20071345Sgshapiro		contrib/buildvirtuser
20171345Sgshapiro		devtools/OS/AIX.5.0
20271345Sgshapiro
20371345Sgshapiro8.11.1/8.11.1	2000/09/27
20471345Sgshapiro	Fix SMTP EXPN command output if the address expands to a single
20571345Sgshapiro		name.  Fix from John Beck of Sun Microsystems.
20671345Sgshapiro	Don't try STARTTLS in the client if the PRNG has not been properly
20771345Sgshapiro		seeded.  This problem only occurs on systems without
20871345Sgshapiro		/dev/urandom.  Problem detected by Jan Krueger of
20971345Sgshapiro		digitalanswers communications consulting gmbh and
21071345Sgshapiro		Neil Rickert of Northern Illinois University.
21171345Sgshapiro	Don't use the . and .. directories when expanding QueueDirectory
21271345Sgshapiro		wildcards.
21371345Sgshapiro	Do not try to cache LDAP connections across processes as a parent
21471345Sgshapiro		process may close the connection before the child process
21571345Sgshapiro		has completed.  Problem noted by Lai Yiu Fai of the Hong
21671345Sgshapiro		Kong University of Science and Technology and Wolfgang
21771345Sgshapiro		Hottgenroth of UUNET.
21871345Sgshapiro	Use Timeout.fileopen to limit the amount of time spent trying to
21971345Sgshapiro		read the LDAP secret from a file.
22071345Sgshapiro	Prevent SIGTERM from removing a command line submitted item after
22171345Sgshapiro		the user submits the message and before the first delivery
22271345Sgshapiro		attempt completes.  Problem noted by Max France of AlphaNet.
22371345Sgshapiro		Fix from Neil Rickert of Northern Illinois University.
22471345Sgshapiro	Deal correctly with MaxMessageSize restriction if message size is
22571345Sgshapiro		greater than 2^31.  Problem noted by Tim "Darth Dice" Bosserman
22671345Sgshapiro		of EarthLink.
22771345Sgshapiro	Turn off queue checkpointing if CheckpointInterval is set to zero.
22871345Sgshapiro	Treat an empty home directory (from getpw*() or $HOME) as
22971345Sgshapiro		non-existent instead of treating it as /.  Problem noted by
23071345Sgshapiro		Todd C. Miller of Courtesan Consulting.
23173188Sgshapiro	Don't drop duplicate headers when reading a queued item.  Problem
23271345Sgshapiro		noted by Motonori Nakamura of Kyoto University.
23371345Sgshapiro	Avoid bogus error text when logging the savemail panic "cannot
23471345Sgshapiro		save rejected email anywhere".  Problem noted by Marc G.
23571345Sgshapiro		Fournier of Acadia University.
23671345Sgshapiro	If an LDAP search fails because the LDAP server went down, close
23771345Sgshapiro		the map so subsequent searches reopen the map.  If there are
23871345Sgshapiro		multiple LDAP servers, the down server will be skipped and
23971345Sgshapiro		one of the others may be able to take over.
24071345Sgshapiro	Set the ${load_avg} macro to the current load average, not the
24171345Sgshapiro		previous load average query result.
24271345Sgshapiro	If a non-optional map used in a check_* ruleset can't be opened,
24371345Sgshapiro		return a temporary failure to the remote SMTP client
24471345Sgshapiro		instead of ignoring the map.  Problem noted by Allan E
24571345Sgshapiro		Johannesen of Worcester Polytechnic Institute.
24671345Sgshapiro	Avoid a race condition when queuing up split envelopes by saving
24771345Sgshapiro		the split envelopes before the original envelope.
24871345Sgshapiro	Fix a bug in the PH_MAP code which caused mail to bounce instead of
24973188Sgshapiro		defer if the PH server could not be contacted.  From Mark
25071345Sgshapiro		Roth of the University of Illinois at Urbana-Champaign.
25171345Sgshapiro	Prevent QueueSortOrder=Filename from interfering with -qR, -qS, and
25271345Sgshapiro		ETRN.  Problem noted by Erik R. Leo of SoVerNet.
25371345Sgshapiro	Change error code for unrecognized parameters to the SMTP MAIL and
25471345Sgshapiro		RCPT commands from 501 to 555 per RFC 1869.  Problem
25571345Sgshapiro		reported to Postfix by Robert Norris of Monash University.
25671345Sgshapiro	Prevent overwriting the argument of -B on certain OS.  Problem
25771345Sgshapiro		noted by Matteo Gelosa of I.NET S.p.A.
25871345Sgshapiro	Use the proper routine for freeing memory with Netscape's LDAP
25971345Sgshapiro		client libraries.  Patch from Paul Hilchey of the
26071345Sgshapiro		University of British Columbia.
26171345Sgshapiro	Portability:
26271345Sgshapiro		Move the NETINET6 define to devtools/OS/SunOS.5.{8,9}
26371345Sgshapiro			instead of defining it in conf.h so users can
26471345Sgshapiro			override the setting.  Suggested by
26571345Sgshapiro			Henrik Nordstrom of Ericsson.
26671345Sgshapiro		On HP-UX 10.X and 11.X, use /usr/sbin/sendmail instead of
26766494Sgshapiro			/usr/lib/sendmail for rmail and vacation.  From
26866494Sgshapiro			Jeff A. Earickson of Colby College.
26966494Sgshapiro		On HP-UX 11.X, use /usr/sbin instead of /usr/libexec (which
27066494Sgshapiro			does not exist).  From Jeff A. Earickson of Colby
27166494Sgshapiro			College.
27266494Sgshapiro		Avoid using the UCB subsystem on NCR MP-RAS 3.x.  From
27366494Sgshapiro			Tom Moore of NCR.
27466494Sgshapiro		NeXT 3.X and 4.X installs man pages in /usr/man.  From
27566494Sgshapiro			Hisanori Gogota of NTT/InterCommunicationCenter.
27666494Sgshapiro		Solaris 8 and later include /var/run.  The default PID file
27766494Sgshapiro			location is now /var/run/sendmail.pid.  From John
27866494Sgshapiro			Beck of Sun Microsystems.
27966494Sgshapiro		SFIO includes snprintf() for those operating systems
28066494Sgshapiro			which do not.  From Todd C. Miller of Courtesan
28166494Sgshapiro			Consulting.
28266494Sgshapiro	CONFIG: Use the result of _CERT_REGEX_SUBJECT_ not {cert_subject}.
28366494Sgshapiro		Problem noted by Kaspar Brand of futureLab AG.
28466494Sgshapiro	CONFIG: Change 553 SMTP reply code to 501 to avoid problems with
28566494Sgshapiro		errors in the MAIL address.
28666494Sgshapiro	CONFIG: Fix FEATURE(nouucp) usage in example .mc files.  Problem
28766494Sgshapiro		noted by Ron Jarrell of Virginia Tech.
28866494Sgshapiro	CONFIG: Add support for Solaris 8 (and later) as OSTYPE(solaris8).
28971345Sgshapiro		Contributed by John Beck of Sun Microsystems.
29071345Sgshapiro	CONFIG: Set confFROM_HEADER such that the mail hub can possibly add
29166494Sgshapiro		GECOS information for an address.  This more closely
29266494Sgshapiro		matches pre-8.10 nullclient behavior.  From Per Hedeland of
29366494Sgshapiro		Ericsson.
29466494Sgshapiro	CONFIG: Fix MODIFY_MAILER_FLAGS(): apply the flag modifications for
29566494Sgshapiro		SMTP to all *smtp* mailers and those for RELAY to the relay
29666494Sgshapiro		mailer as described in cf/README.
29766494Sgshapiro	MAIL.LOCAL: Open the mailbox as the recipient not root so quotas
29866494Sgshapiro		are obeyed.  Problem noted by Damian Kuczynski of NIK.
29966494Sgshapiro	MAKEMAP: Do not change a map's owner to the TrustedUser if using
30066494Sgshapiro		makemap to 'unmake' the map.
30166494Sgshapiro	RMAIL: Avoid overflowing the list of recipients being passed to
30266494Sgshapiro		sendmail.
30366494Sgshapiro	RMAIL: Invoke sendmail with '-G' to indicate this is a gateway
30466494Sgshapiro		submission.  Problem noted by Kari Hurtta of the Finnish
30566494Sgshapiro		Meteorological Institute.
30666494Sgshapiro	VACATION: Read the complete message to avoid "broken pipe" signals.
30766494Sgshapiro	VACATION: Do not cut off vacation.msg files which have a single
30866494Sgshapiro		dot as the only character on the line.
30966494Sgshapiro	New Files:
31066494Sgshapiro		cf/ostype/solaris8.m4
31166494Sgshapiro
31266494Sgshapiro8.11.0/8.11.0	2000/07/19
31366494Sgshapiro	SECURITY: If sendmail is installed as a non-root set-user-ID binary
31466494Sgshapiro		(not the normal case), some operating systems will still
31566494Sgshapiro		keep a saved-uid of the effective-uid when sendmail tries
31666494Sgshapiro		to drop all of its privileges.  If sendmail needs to drop
31766494Sgshapiro		these privileges and the operating system doesn't set the
31866494Sgshapiro		saved-uid as well, exit with an error.  Problem noted by
31966494Sgshapiro		Kari Hurtta of the Finnish Meteorological Institute.
32066494Sgshapiro	SECURITY: sendmail depends on snprintf() NUL terminating the string
32166494Sgshapiro		it populates.  It is possible that some broken
32266494Sgshapiro		implementations of snprintf() exist that do not do this.
32366494Sgshapiro		Systems in this category should compile with
32466494Sgshapiro		-DSNPRINTF_IS_BROKEN=1.  Use test/t_snprintf.c to test your
32566494Sgshapiro		system and report broken implementations to
32666494Sgshapiro		sendmail-bugs@sendmail.org and your OS vendor.  Problem
32766494Sgshapiro		noted by Slawomir Piotrowski of TELSAT GP.
32866494Sgshapiro	Support SMTP Service Extension for Secure SMTP (RFC 2487) (STARTTLS).
32966494Sgshapiro		Implementation influenced by the example programs of
33066494Sgshapiro		OpenSSL and the work of Lutz Jaenicke of TU Cottbus.
33166494Sgshapiro	Add new STARTTLS related options CACERTPath, CACERTFile,
33266494Sgshapiro		ClientCertFile, ClientKeyFile, DHParameters, RandFile,
33366494Sgshapiro		ServerCertFile, and ServerKeyFile.  These are documented in
33466494Sgshapiro		cf/README and doc/op/op.*.
33566494Sgshapiro	New STARTTLS related macros: ${cert_issuer}, ${cert_subject},
33666494Sgshapiro		${tls_version}, ${cipher}, ${cipher_bits}, ${verify},
33766494Sgshapiro		${server_name}, and ${server_addr}.  These are documented
33866494Sgshapiro		in cf/README and doc/op/op.*.
33966494Sgshapiro	Add support for the Entropy Gathering Daemon (EGD) for better
34066494Sgshapiro		random data.
34166494Sgshapiro	New DontBlameSendmail option InsufficientEntropy for systems which
34266494Sgshapiro		don't properly seed the PRNG for OpenSSL but want to
34366494Sgshapiro		try to use STARTTLS despite the security problems.
34466494Sgshapiro	Support the security layer in SMTP AUTH for mechanisms which
34566494Sgshapiro		support encryption.  Based on code contributed by Tim
34666494Sgshapiro		Martin of CMU.
34766494Sgshapiro	Add new macro ${auth_ssf} to reflect the SMTP AUTH security
34866494Sgshapiro		strength factor.
34966494Sgshapiro	LDAP's -1 (single match only) flag was not honored if the -z
35066494Sgshapiro		(delimiter) flag was not given.  Problem noted by ST Wong of
35166494Sgshapiro		the Chinese University of Hong Kong.  Fix from Mark Adamson
35266494Sgshapiro		of CMU.
35366494Sgshapiro	Add more protection from accidentally tripping OpenLDAP 1.X's
35466494Sgshapiro		ld_errno == LDAP_DECODING_ERROR hack on ldap_next_attribute().
35566494Sgshapiro		Suggested by Kurt Zeilenga of OpenLDAP.
35666494Sgshapiro	Fix the default family selection for DaemonPortOptions.  As
35766494Sgshapiro		documented, unless a family is specified in a
35866494Sgshapiro		DaemonPortOptions option, "inet" is the default.  It is
35966494Sgshapiro		also the default if no DaemonPortOptions value is set.
36066494Sgshapiro		Therefore, IPv6 users should configure additional sockets
36166494Sgshapiro		by adding DaemonPortOptions settings with Family=inet6 if
36266494Sgshapiro		they wish to also listen on IPv6 interfaces.  Problem noted
36366494Sgshapiro		by Jun-ichiro itojun Hagino of the KAME Project.
36466494Sgshapiro	Set ${if_family} when setting ${if_addr} and ${if_name} to reflect
36566494Sgshapiro		the interface information for an outgoing connection.
36666494Sgshapiro		Not doing so was creating a mismatch between the socket
36766494Sgshapiro		family and address used in subsequent connections if the
36866494Sgshapiro		M=b modifier was set in DaemonPortOptions.  Problem noted
36966494Sgshapiro		by John Beck of Sun Microsystems.
37066494Sgshapiro	If DaemonPortOptions modifier M=b is used, determine the socket
37166494Sgshapiro		family based on the IP address.  ${if_family} is no longer
37266494Sgshapiro		persistent (i.e., saved in qf files).  Patch from John Beck
37366494Sgshapiro		of Sun Microsystems.
37466494Sgshapiro	sendmail 8.10 and 8.11 reused the ${if_addr} and ${if_family}
37566494Sgshapiro		macros for both the incoming interface address/family and
37664562Sgshapiro		the outgoing interface address/family.  In order for M=b
37764562Sgshapiro		modifier in DaemonPortOptions to work properly, preserve
37864562Sgshapiro		the incoming information in the queue file for later
37964562Sgshapiro		delivery attempts.
38064562Sgshapiro	Use SMTP error code and enhanced status code from check_relay in
38164562Sgshapiro		responses to commands.  Problem noted by Jeff Wasilko of
38264562Sgshapiro		smoe.org.
38364562Sgshapiro	Add more vigilance in checking for putc() errors on output streams
38464562Sgshapiro		to protect from a bug in Solaris 2.6's putc().  Problem
38564562Sgshapiro		noted by Graeme Hewson of Oracle.
38664562Sgshapiro	The LDAP map -n option (return attribute names only) wasn't working.
38764562Sgshapiro		Problem noted by Ajay Matia.
38864562Sgshapiro	Under certain circumstances, an address could be listed as deferred
38964562Sgshapiro		but would be bounced back to the sender as failed to be
39064562Sgshapiro		delivered when it really should have been queued.  Problem
39164562Sgshapiro		noted by Allan E Johannesen of Worcester Polytechnic Institute.
39264562Sgshapiro	Prevent a segmentation fault in a child SMTP process from getting
39364562Sgshapiro		the SMTP transaction out of sync.  Problem noted by Per
39464562Sgshapiro		Hedeland of Ericsson.
39564562Sgshapiro	Turn off RES_DEBUG if SFIO is defined unless SFIO_STDIO_COMPAT
39664562Sgshapiro		is defined to avoid a core dump due to incompatibilities
39764562Sgshapiro		between sfio and stdio.  Problem noted by Neil Rickert
39864562Sgshapiro		of Northern Illinois University.
39964562Sgshapiro	Don't log useless envelope ID on initial connection log.  Problem
40064562Sgshapiro		noted by Kari Hurtta of the Finnish Meteorological Institute.
40164562Sgshapiro	Convert the free disk space shown in a control socket status query
40264562Sgshapiro		to kilobyte units.
40364562Sgshapiro	If TryNullMXList is True and there is a temporary DNS failure
40464562Sgshapiro		looking up the hostname, requeue the message for a later
40564562Sgshapiro		attempt.  Problem noted by Ari Heikkinen of Pohjois-Savo
40664562Sgshapiro		Polytechnic.
40764562Sgshapiro	Under the proper circumstances, failed connections would be recorded
40864562Sgshapiro		as "Bad file number" instead of "Connection failed" in the
40964562Sgshapiro		queue file and persistent host status.  Problem noted by
41064562Sgshapiro		Graeme Hewson of Oracle.
41164562Sgshapiro	Avoid getting into an endless loop if a non-hoststat directory exists
41264562Sgshapiro		within the hoststatus directory (e.g., lost+found).
41364562Sgshapiro		Patch from Valdis Kletnieks of Virginia Tech.
41464562Sgshapiro	Make sure Timeout.queuereturn=now returns a bounce message to the
41564562Sgshapiro		sender.  Problem noted by Per Hedeland of Ericsson.
41664562Sgshapiro	If a message data file can't be opened at delivery time, panic and
41764562Sgshapiro		abort the attempt instead of delivering a message that
41864562Sgshapiro		states "<<< No Message Collected >>>".
41964562Sgshapiro	Fixup the GID checking code from 8.10.2 as it was overly
42064562Sgshapiro		restrictive.  Problem noted by Mark G. Thomas of Mark
42164562Sgshapiro		G. Thomas Consulting.
42264562Sgshapiro	Preserve source port number instead of replacing it with the ident
42364562Sgshapiro		port number (113).
42464562Sgshapiro	Document the queue status characters in the mailq man page.
42564562Sgshapiro		Suggested by Ulrich Windl of the Universitat Regensburg.
42664562Sgshapiro	Process queued items in which none of the recipient addresses have
42764562Sgshapiro		host portions (or there are no recipients).  Problem noted
42864562Sgshapiro		by Valdis Kletnieks of Virginia Tech.
42964562Sgshapiro	If a cached LDAP connection is used for multiple maps, make sure
43064562Sgshapiro		only the first to open the connection is allowed to close
43164562Sgshapiro		it so a later map close doesn't break the connection for
43264562Sgshapiro		other maps.  Problem noted by Wolfgang Hottgenroth of UUNET.
43364562Sgshapiro	Netscape's LDAP libraries do not support Kerberos V4
43464562Sgshapiro		authentication.  Patch from Rainer Schoepf of the
43564562Sgshapiro		University of Mainz.
43664562Sgshapiro	Provide workaround for inconsistent handling of data passed
43764562Sgshapiro		via callbacks to Cyrus SASL prior to version 1.5.23.
43864562Sgshapiro	Mention ENHANCEDSTATUSCODES in the SMTP HELP helpfile.  Omission
43964562Sgshapiro		noted by Ulrich Windl of the Universitat Regensburg.
44064562Sgshapiro	Portability:
44164562Sgshapiro		Add the ability to read IPv6 interface addresses into class
44264562Sgshapiro			'w' under FreeBSD (and possibly others).  From Jun
44364562Sgshapiro			Kuriyama of IMG SRC, Inc. and the FreeBSD Project.
44464562Sgshapiro		Replace code for finding the number of CPUs on HPUX.
44564562Sgshapiro		NCRUNIX MP-RAS 3.02 SO_REUSEADDR socket option does not
44664562Sgshapiro			work properly causing problems if the accept()
44764562Sgshapiro			fails and the socket needs to be reopened.  Patch
44864562Sgshapiro			from Tom Moore of NCR.
44964562Sgshapiro		NetBSD uses a .0 extension of formatted man pages.  From
45064562Sgshapiro			Andrew Brown of Crossbar Security.
45164562Sgshapiro		Return to using the IPv6 AI_DEFAULT flag instead of AI_V4MAPPED
45264562Sgshapiro			for calls to getipnodebyname().  The Linux
45364562Sgshapiro			implementation is broken so AI_ADDRCONFIG is stripped
45464562Sgshapiro			under Linux.  From John Beck of Sun Microsystems and
45564562Sgshapiro			John Kennedy of Cal State University, Chico.
45664562Sgshapiro	CONFIG: Catch invalid addresses containing a ',' at the wrong place.
45764562Sgshapiro		Patch from Neil Rickert of Northern Illinois University.
45864562Sgshapiro	CONFIG: New variables for the new sendmail options:
45964562Sgshapiro		confCACERT_PATH			CACERTPath
46064562Sgshapiro		confCACERT			CACERTFile
46164562Sgshapiro		confCLIENT_CERT			ClientCertFile
46264562Sgshapiro		confCLIENT_KEY			ClientKeyFile
46364562Sgshapiro		confDH_PARAMETERS		DHParameters
46464562Sgshapiro		confRAND_FILE			RandFile
46564562Sgshapiro		confSERVER_CERT			ServerCertFile
46664562Sgshapiro		confSERVER_KEY			ServerKeyFile
46764562Sgshapiro	CONFIG: Provide basic rulesets for TLS policy control and add new
46864562Sgshapiro		tags to the access database to support these policies.  See
46964562Sgshapiro		cf/README for more information.
47064562Sgshapiro	CONFIG: Add TLS information to the Received: header.
47164562Sgshapiro	CONFIG: Call tls_client ruleset from check_mail in case it wasn't
47264562Sgshapiro		called due to a STARTTLS command.
47364562Sgshapiro	CONFIG: If TLS_PERM_ERR is defined, TLS related errors are permanent
47464562Sgshapiro		instead of temporary.
47564562Sgshapiro	CONFIG: FEATURE(`relay_hosts_only') didn't work in combination with
47664562Sgshapiro		the access map and relaying to a domain without using a To:
47764562Sgshapiro		tag.  Problem noted by Mark G. Thomas of Mark G. Thomas
47864562Sgshapiro		Consulting.
47964562Sgshapiro	CONFIG: Set confEBINDIR to /usr/sbin to match the devtools entry in
48064562Sgshapiro		OSTYPE(`linux') and OSTYPE(`mklinux').  From Tim Pierce of
48164562Sgshapiro		RootsWeb.com.
48264562Sgshapiro	CONFIG: Make sure FEATURE(`nullclient') doesn't use aliasing and
48364562Sgshapiro		forwarding to make it as close to the old behavior as
48464562Sgshapiro		possible.  Problem noted by George W. Baltz of the
48564562Sgshapiro		University of Maryland.
48664562Sgshapiro	CONFIG: Added OSTYPE(`darwin') for Mac OS X and Darwin users.  From
48764562Sgshapiro		Wilfredo Sanchez of Apple Computer, Inc.
48864562Sgshapiro	CONFIG: Changed the map names used by FEATURE(`ldap_routing') from
48964562Sgshapiro		ldap_mailhost and ldap_mailroutingaddress to ldapmh and
49064562Sgshapiro		ldapmra as underscores in map names cause problems if
49164562Sgshapiro		underscore is in OperatorChars.  Problem noted by Bob Zeitz
49264562Sgshapiro		of the University of Alberta.
49364562Sgshapiro	CONFIG: Apply blacklist_recipients also to hosts in class {w}.
49464562Sgshapiro		Patch from Michael Tratz of Esosoft Corporation.
49564562Sgshapiro	CONFIG: Use A=TCP ... instead of A=IPC ... in SMTP mailers.
49664562Sgshapiro	CONTRIB: Add link_hash.sh to create symbolic links to the hash
49764562Sgshapiro		of X.509 certificates.
49864562Sgshapiro	CONTRIB: passwd-to-alias.pl:  More protection from special characters;
49964562Sgshapiro		treat special shells as root aliases; skip entries where the
50064562Sgshapiro		GECOS full name and username match.  From Ulrich Windl of the
50164562Sgshapiro		Universitat Regensburg.
50264562Sgshapiro	CONTRIB: qtool.pl: Add missing last_modified_time method and fix a
50364562Sgshapiro		typo.  Patch from Graeme Hewson of Oracle.
50464562Sgshapiro	CONTRIB: re-mqueue.pl: Improve handling of a race between re-mqueue
50564562Sgshapiro		and sendmail.  Patch from Graeme Hewson of Oracle.
50664562Sgshapiro	CONTRIB: re-mqueue.pl: Don't exit(0) at end so can be called as
50764562Sgshapiro		subroutine Patch from Graeme Hewson of Oracle.
50864562Sgshapiro	CONTRIB: Add movemail.pl (move old mail messages between queues by
50964562Sgshapiro		calling re-mqueue.pl) and movemail.conf (configuration
51064562Sgshapiro		script for movemail.pl).  From Graeme Hewson of Oracle.
51164562Sgshapiro	CONTRIB: Add cidrexpand (expands CIDR blocks as a preprocessor to
51264562Sgshapiro		makemap).  From Derek J. Balling of Yahoo,Inc.
51364562Sgshapiro	DEVTOOLS: INSTALL_RAWMAN installation option mistakenly applied any
51466494Sgshapiro		extension modifications (e.g., MAN8EXT) to the installation
51564562Sgshapiro		target.  Patch from James Ralston of Carnegie Mellon
51664562Sgshapiro		University.
51764562Sgshapiro	DEVTOOLS: Add support for SunOS 5.9.
51864562Sgshapiro	DEVTOOLS: New option confLN contains the command used to create
51964562Sgshapiro		links.
52064562Sgshapiro	LIBSMDB: Berkeley DB 2.X and 3.X errors might be lost and not
52164562Sgshapiro		reported.
52264562Sgshapiro	MAIL.LOCAL: DG/UX portability.  Problem noted by Tim Boyer of
52364562Sgshapiro		Denman Tire Corporation.
52464562Sgshapiro	MAIL.LOCAL: Prevent a possible DoS attack when compiled with
52564562Sgshapiro		-DCONTENTLENGTH.  Based on patch from 3APA3A@SECURITY.NNOV.RU.
52664562Sgshapiro	MAILSTATS: Fix usage statement (-p and -o are optional).
52764562Sgshapiro	MAKEMAP: Change man page layout as workaround for problem with nroff
52864562Sgshapiro		and -man on Solaris 7.  Patch from Larry Williamson.
52964562Sgshapiro	RMAIL: AIX 4.3 has snprintf().  Problem noted by David Hayes of
53064562Sgshapiro		Black Diamond Equipment, Limited.
53164562Sgshapiro	RMAIL: Prevent a segmentation fault if the incoming message does not
53264562Sgshapiro		have a From line.
53364562Sgshapiro	VACATION: Read all of the headers before deciding whether or not
53464562Sgshapiro		to respond instead of stopping after finding recipient.
53564562Sgshapiro	Added Files:
53664562Sgshapiro		cf/ostype/darwin.m4
53764562Sgshapiro		contrib/cidrexpand
53864562Sgshapiro		contrib/link_hash.sh
53964562Sgshapiro		contrib/movemail.conf
54064562Sgshapiro		contrib/movemail.pl
54164562Sgshapiro		devtools/OS/SunOS.5.9
54264562Sgshapiro		test/t_snprintf.c
54364562Sgshapiro
54464562Sgshapiro8.10.2/8.10.2	2000/06/07
54564562Sgshapiro	SECURITY: Work around broken Linux setuid() implementation.
54664562Sgshapiro		On Linux, a normal user process has the ability to subvert
54764562Sgshapiro		the setuid() call such that it is impossible for a root
54864562Sgshapiro		process to drop its privileges.  Problem noted by Wojciech
54964562Sgshapiro		Purczynski of elzabsoft.pl.
55064562Sgshapiro	SECURITY: Add more vigilance around set*uid(), setgid(), setgroups(),
55164562Sgshapiro		initgroups(), and chroot() calls.
55264562Sgshapiro	Added Files:
55364562Sgshapiro		test/t_setuid.c
55464562Sgshapiro
55564562Sgshapiro8.10.1/8.10.1	2000/04/06
55664562Sgshapiro	SECURITY: Limit the choice of outgoing (client-side) SMTP
55764562Sgshapiro		Authentication mechanisms to those specified in
55864562Sgshapiro		AuthMechanisms to prevent information leakage.  We do not
55964562Sgshapiro		recommend use of PLAIN for outgoing mail as it sends the
56064562Sgshapiro		password in clear text to possibly untrusted servers.  See
56164562Sgshapiro		cf/README's DefaultAuthInfo section for additional information.
56264562Sgshapiro	Copy the ident argument for openlog() to avoid problems on some
56364562Sgshapiro		OSs.  Based on patch from Rob Bajorek from Webhelp.com.
56464562Sgshapiro	Avoid bogus error message when reporting an alias line as too long.
56564562Sgshapiro	Avoid bogus socket error message if sendmail.cf version level is
56664562Sgshapiro		greater than sendmail binary supported version.  Patch
56764562Sgshapiro		from John Beck of Sun Microsystems.
56864562Sgshapiro	Prevent a malformed ruleset (missing right hand side) from causing
56964562Sgshapiro		a segmentation fault when using address test mode.  Based on
57064562Sgshapiro		patch from John Beck of Sun Microsystems.
57164562Sgshapiro	Prevent memory leak from use of NIS maps and yp_match(3).  Problem
57264562Sgshapiro		noted by Gil Kloepfer of the University of Texas at Austin.
57364562Sgshapiro	Fix queue file permission checks to allow for TrustedUser ownership.
57464562Sgshapiro	Change logging of errors from the trust_auth ruleset to LogLevel 10
57564562Sgshapiro		or higher.
57664562Sgshapiro	Avoid simple password cracking attacks against SMTP AUTH by using
57764562Sgshapiro		exponential delay after too many tries within one connection.
57864562Sgshapiro	Encode an initial empty AUTH challenge as '=', not as empty string.
57964562Sgshapiro	Avoid segmentation fault on EX_SOFTWARE internal error logs.
58064562Sgshapiro		Problem noted by Allan E Johannesen of Worcester
58164562Sgshapiro		Polytechnic Institute.
58264562Sgshapiro	Ensure that a header check which resolves to $#discard actually
58364562Sgshapiro		discards the message.
58464562Sgshapiro	Emit missing value warnings for aliases with no right hand side
58564562Sgshapiro		when newaliases is run instead of only when delivery is
58664562Sgshapiro		attempted to the alias.
58764562Sgshapiro	Remove AuthOptions missing value warning for consistency with other
58864562Sgshapiro		flag options.
58964562Sgshapiro	Portability:
59064562Sgshapiro		SECURITY: Specify a run-time shared library search path for
59164562Sgshapiro			AIX 4.X instead of using the dangerous AIX 4.X
59264562Sgshapiro			linker semantics.  AIX 4.X users should consult
59364562Sgshapiro			sendmail/README for further information.  Problem
59464562Sgshapiro			noted by Valdis Kletnieks of Virginia Tech.
59564562Sgshapiro		Avoid use of strerror(3) call.  Problem noted by Charles
59664562Sgshapiro			Levert of Ecole Polytechnique de Montreal.
59764562Sgshapiro		DGUX requires -lsocket -lnsl and has a non-standard install
59864562Sgshapiro			program.  From Tim Boyer of Denman Tire Corporation.
59964562Sgshapiro		HPUX 11.0 has a broken res_search() function.
60064562Sgshapiro		Updates to devtools/OS/NeXT.3.X, NeXT.4.X, and NEXTSTEP.4.X
60164562Sgshapiro			from J. P. McCann of E I A.
60264562Sgshapiro		Digital UNIX/Compaq Tru64 5.0 now includes snprintf(3).
60364562Sgshapiro			Problem noted by Michael Long of Info Avenue Internet
60464562Sgshapiro			Services, LLC.
60564562Sgshapiro		Modern (post-199912) OpenBSD versions include working
60664562Sgshapiro			strlc{at,py}(3) functions.  From Todd C. Miller of
60764562Sgshapiro			Courtesan Consulting.
60864562Sgshapiro		SINIX doesn't have random(3).  From Gerald Rinske of
60964562Sgshapiro			Siemens Business Services.
61064562Sgshapiro	CONFIG: Change error message about unresolvable sender domain to
61164562Sgshapiro		include the sender address.  Proposed by Wolfgang Rupprecht
61264562Sgshapiro		of WSRCC.
61364562Sgshapiro	CONFIG: Fix usenet mailer calls.
61464562Sgshapiro	CONFIG: If RELAY_MAILER_FLAGS is not defined, use SMTP_MAILER_FLAGS
61564562Sgshapiro		to be backward compatible with 8.9.
61664562Sgshapiro	CONFIG: Change handling of default case @domain for virtusertable
61764562Sgshapiro		to allow for +*@domain to deal with +detail.
61864562Sgshapiro	CONTRIB: Remove converting.sun.configs -- it is obsolete.
61964562Sgshapiro	DEVTOOLS: confUBINMODE was being ignored.  Fix from KITAZIMA, Tuneki
62064562Sgshapiro		of NEC.
62164562Sgshapiro	DEVTOOLS: Add to NCR platform list and include the architecture
62264562Sgshapiro		(i486).  From Tom J. Moore of NCR.
62364562Sgshapiro	DEVTOOLS: SECURITY: Change method of linking with sendmail utility
62464562Sgshapiro		libraries to work around the AIX 4.X and SunOS 4.X linker's
62564562Sgshapiro		overloaded -L option.  Problem noted by Valdis Kletnieks of
62664562Sgshapiro		Virginia Tech.
62764562Sgshapiro	DEVTOOLS: configure.sh was overriding the user's choice for
62864562Sgshapiro		confNROFF.  Problem noted by Glenn A. Malling of Syracuse
62964562Sgshapiro		University.
63064562Sgshapiro	DEVTOOLS: New variables conf_prog_LIB_POST and confBLDVARIANT added
63164562Sgshapiro		for other internal projects but included in the open source
63264562Sgshapiro		release.
63364562Sgshapiro	LIBSMDB: Check for ".db" instead of simply "db" at the end of the
63464562Sgshapiro		map name to determine whether or not to add the extension.
63564562Sgshapiro		This fixes makemap when building the userdb file.  Problem
63664562Sgshapiro		noted by Andrew J Cole of the University of Leeds.
63764562Sgshapiro	LIBSMDB: Allow a database to be opened for updating and created if
63864562Sgshapiro		it doesn't already exist.  Problem noted by Rand Wacker of
63964562Sgshapiro		Sendmail.
64064562Sgshapiro	LIBSMDB: If type is SMDB_TYPE_DEFAULT and both NEWDB and NDBM are
64164562Sgshapiro		available, fall back to NDBM if NEWDB open fails.  This
64264562Sgshapiro		fixes praliases.  Patch	from John Beck of Sun Microsystems.
64364562Sgshapiro	LIBSMUTIL: safefile()'s SFF_NOTEXCL check was being misinterpreted
64464562Sgshapiro		as SFF_NOWRFILES.
64564562Sgshapiro	OP.ME: Clarify some issues regarding mailer flags.  Suggested by
64664562Sgshapiro		Martin Mokrejs of The Charles University and Neil Rickert of
64764562Sgshapiro		Northern Illinois University.
64864562Sgshapiro	PRALIASES: Restore 8.9.X functionality of being able to search for
64964562Sgshapiro		particular keys in a database by specifying the keys on the
65064562Sgshapiro		command line.  Man page updated accordingly.  Patch from
65164562Sgshapiro		John Beck of Sun Microsystems.
65264562Sgshapiro	VACATION: SunOS 4.X portability from Charles Levert of Ecole
65364562Sgshapiro		Polytechnique de Montreal.
65464562Sgshapiro	VACATION: Fix -t option which is ignored but available for
65564562Sgshapiro		compatibility with Sun's version, based on patch from
65664562Sgshapiro		Volker Dobler of Infratest Burke.
65764562Sgshapiro	Added Files:
65864562Sgshapiro		devtools/M4/UNIX/smlib.m4
65964562Sgshapiro		devtools/OS/OSF1.V5.0
66064562Sgshapiro	Deleted Files:
66164562Sgshapiro		contrib/converting.sun.configs
66264562Sgshapiro	Deleted Directories (already done in 8.10.0 but not listed):
66364562Sgshapiro		doc/intro
66464562Sgshapiro		doc/usenix
66564562Sgshapiro		doc/changes
66664562Sgshapiro
66764562Sgshapiro8.10.0/8.10.0	2000/03/01
66864562Sgshapiro	    *************************************************************
66964562Sgshapiro	    * The engineering department at Sendmail, Inc. has suffered *
67064562Sgshapiro	    * the tragic loss of a key member of our engineering team.  *
67164562Sgshapiro	    * Julie Van Bourg was the Vice President of Engineering     *
67264562Sgshapiro	    * at Sendmail, Inc. during the development and deployment   *
67364562Sgshapiro	    * of this release.  It was her vision, dedication, and      *
67464562Sgshapiro	    * support that has made this release a success.  Julie died *
67564562Sgshapiro	    * on October 26, 1999 of cancer.  We have lost a leader, a  *
67664562Sgshapiro	    * coach, and a friend.                                      *
67764562Sgshapiro	    *                                                           *
67864562Sgshapiro	    * This release is dedicated to her memory and to the joy,   *
67964562Sgshapiro	    * strength, ideals, and hope that she brought to all of us. *
68064562Sgshapiro	    * Julie, we miss you!                                       *
68164562Sgshapiro	    *************************************************************
68264562Sgshapiro	SECURITY: The safe file checks now back track through symbolic
68364562Sgshapiro		links to make sure the files can't be compromised due
68464562Sgshapiro		to poor permissions on the parent directories of the
68564562Sgshapiro		symbolic link target.
68664562Sgshapiro	SECURITY: Only root, TrustedUser, and users in class t can rebuild
68764562Sgshapiro		the alias map.  Problem noted by Michal Zalewski of the
68864562Sgshapiro		"Internet for Schools" project (IdS).
68964562Sgshapiro	SECURITY: There is a potential for a denial of service attack if
69064562Sgshapiro		the AutoRebuildAliases option is set as a user can kill the
69164562Sgshapiro		sendmail process while it is rebuilding the aliases file
69264562Sgshapiro		(leaving it in an inconsistent state).  This option and
69364562Sgshapiro		its use is deprecated and will be removed from a future
69464562Sgshapiro		version of sendmail.
69564562Sgshapiro	SECURITY: Make sure all file descriptors (besides stdin, stdout, and
69664562Sgshapiro		stderr) are closed before restarting sendmail.  Problem noted
69764562Sgshapiro		by Michal Zalewski of the "Internet for Schools" project
69864562Sgshapiro		(IdS).
69964562Sgshapiro	Begin using /etc/mail/ for sendmail related files.  This affects
70064562Sgshapiro		a large number of files.  See cf/README for more details.
70164562Sgshapiro	The directory structure of the distribution has changed slightly
70264562Sgshapiro		for easier code sharing among the programs.
70364562Sgshapiro	Support SMTP AUTH (see RFC 2554).  New macros for this purpose
70464562Sgshapiro		are ${auth_authen}, ${auth_type}, and ${auth_author}
70564562Sgshapiro		which hold the client's authentication credentials,
70664562Sgshapiro		the mechanism used for authentication, and the
70764562Sgshapiro		authorization identity (i.e., the AUTH= parameter if
70864562Sgshapiro		supplied).  Based on code contributed by Tim Martin of CMU.
70964562Sgshapiro	On systems which use the Torek stdio library (all of the BSD
71064562Sgshapiro		distributions), use memory-buffered files to reduce
71164562Sgshapiro		file system overhead by not creating temporary files on
71264562Sgshapiro		disk.  Contributed by Exactis.com, Inc.
71364562Sgshapiro	New option DataFileBufferSize to control the maximum size of a
71464562Sgshapiro		memory-buffered data (df) file before a disk-based file is
71564562Sgshapiro		used.  Contributed by Exactis.com, Inc.
71664562Sgshapiro	New option XscriptFileBufferSize to control the maximum size of a
71764562Sgshapiro		memory-buffered transcript (xf) file before a disk-based
71864562Sgshapiro		file is used.  Contributed by Exactis.com, Inc.
71964562Sgshapiro	sendmail implements RFC 2476 (Message Submission), e.g., it can
72064562Sgshapiro		now listen on several different ports.  Use:
72164562Sgshapiro		O DaemonPortOptions=Name=MSA, Port=587, M=E
72264562Sgshapiro		to run a Message Submission Agent (MSA); this is turned
72364562Sgshapiro		on by default in m4-generated .cf files; it can be turned
72464562Sgshapiro		off with FEATURE(`no_default_msa').
72564562Sgshapiro	The 'XUSR' SMTP command is deprecated.  Mail user agents should
72664562Sgshapiro		begin using RFC 2476 Message Submission for initial user
72764562Sgshapiro		message submission.  XUSR may disappear from a future release.
72864562Sgshapiro	The new '-G' (relay (gateway) submission) command line option
72964562Sgshapiro		indicates that the message being submitted from the command
73064562Sgshapiro		line is for relaying, not initial submission.  This means
73164562Sgshapiro		the message will be rejected if the addresses are not fully
73264562Sgshapiro		qualified and no canonicalization will be done.  Future
73364562Sgshapiro		releases may even reject improperly formed messages.
73464562Sgshapiro	The '-U' (initial user submission) command line option is
73564562Sgshapiro		deprecated and may be removed from a future release.
73664562Sgshapiro		Mail user agents should begin using '-G' to indicate that
73764562Sgshapiro		this is a relay submission (the inverse of -U).
73864562Sgshapiro	The next release of sendmail will assume that any message submitted
73964562Sgshapiro		from the command line is an initial user submission and act
74064562Sgshapiro		accordingly.
74164562Sgshapiro	If sendmail doesn't have enough privileges to run a .forward
74264562Sgshapiro		program or deliver to file as the owner of that file, the
74364562Sgshapiro		address is marked as unsafe.  This means if RunAsUser is
74464562Sgshapiro		set, users won't be able to use programs or delivery to
74564562Sgshapiro		files in their .forward files.  Administrators can override
74664562Sgshapiro		this by setting the DontBlameSendmail option to the new
74764562Sgshapiro		setting NonRootSafeAddr.
74864562Sgshapiro	Allow group or world writable directories if the sticky bit is set
74964562Sgshapiro		on the directory and DontBlameSendmail is set to
75064562Sgshapiro		TrustStickyBit.  Based on patch from Chris Metcalf of
75164562Sgshapiro		InCert Software.
75264562Sgshapiro	Prevent logging of unsafe directory paths for non-existent forward
75364562Sgshapiro		files if the new DontWarnForwardFileInUnsafeDirPath bit is
75464562Sgshapiro		set in the DontBlameSendmail option.  Requested by many.
75564562Sgshapiro	New Timeout.control option to limit the total time spent satisfying
75664562Sgshapiro		a control socket request.
75764562Sgshapiro	New Timeout.resolver options for controlling BIND resolver
75864562Sgshapiro		settings:
75964562Sgshapiro		Timeout.resolver.retrans
76064562Sgshapiro			Sets the resolver's retransmission time interval (in
76164562Sgshapiro			seconds).  Sets both Timeout.resolver.retrans.first
76264562Sgshapiro			and Timeout.resolver.retrans.normal.
76364562Sgshapiro		Timeout.resolver.retrans.first
76464562Sgshapiro			Sets the resolver's retransmission time interval (in
76564562Sgshapiro			seconds) for the first attempt to deliver a message.
76664562Sgshapiro		Timeout.resolver.retrans.normal
76764562Sgshapiro			Sets the resolver's retransmission time interval (in
76864562Sgshapiro			seconds) for all resolver lookups except the first
76964562Sgshapiro			delivery attempt.
77064562Sgshapiro		Timeout.resolver.retry
77164562Sgshapiro			Sets the number of times to retransmit a resolver
77264562Sgshapiro			query.  Sets both Timeout.resolver.retry.first
77364562Sgshapiro			and Timeout.resolver.retry.normal.
77464562Sgshapiro		Timeout.resolver.retry.first
77564562Sgshapiro			Sets the number of times to retransmit a resolver
77664562Sgshapiro			query for the first attempt to deliver a message.
77764562Sgshapiro		Timeout.resolver.retry.normal
77864562Sgshapiro			Sets the number of times to retransmit a resolver
77964562Sgshapiro			query for all resolver lookups except the first
78064562Sgshapiro			delivery attempt.
78164562Sgshapiro		Contributed by Exactis.com, Inc.
78264562Sgshapiro	Support multiple queue directories.  To use multiple queues, supply
78364562Sgshapiro		a QueueDirectory option value ending with an asterisk.  For
78464562Sgshapiro		example, /var/spool/mqueue/q* will use all of the
78564562Sgshapiro		directories or symbolic links to directories beginning with
78664562Sgshapiro		'q' in /var/spool/mqueue as queue directories.  Keep in
78764562Sgshapiro		mind, the queue directory structure should not be changed
78864562Sgshapiro		while sendmail is running.  Queue runs create a separate
78964562Sgshapiro		process for running each queue unless the verbose flag is
79064562Sgshapiro		given on a non-daemon queue run.  New items are randomly
79164562Sgshapiro		assigned to a queue.  Contributed by Exactis.com, Inc.
79264562Sgshapiro	Support different directories for qf, df, and xf queue files; if
79364562Sgshapiro		subdirectories or symbolic links to directories of those names
79464562Sgshapiro		exist in the queue directories, they are used for the
79564562Sgshapiro		corresponding queue files.  Keep in mind, the queue
79664562Sgshapiro		directory structure should not be changed while sendmail is
79764562Sgshapiro		running.  Proposed by Mathias Koerber of Singapore
79864562Sgshapiro		Telecommunications Ltd.
79964562Sgshapiro	New queue file naming system which uses a filename guaranteed to be
80064562Sgshapiro		unique for 60 years.  This allows queue IDs to be assigned
80164562Sgshapiro		without fancy file system locking.  Queued items can be
80264562Sgshapiro		moved between queues easily.  Contributed by Exactis.com,
80364562Sgshapiro		Inc.
80464562Sgshapiro	Messages which are undeliverable due to temporary address failures
80564562Sgshapiro		(e.g., DNS failure) will now go to the FallBackMX host, if
80664562Sgshapiro		set.  Contributed by Exactis.com, Inc.
80764562Sgshapiro	New command line option '-L tag' which sets the identifier used for
80864562Sgshapiro		syslog.  Contributed by Exactis.com, Inc.
80964562Sgshapiro	QueueSortOrder=Filename will sort the queue by filename.  This
81064562Sgshapiro		avoids opening and reading each queue file when preparing
81164562Sgshapiro		to run the queue.  Contributed by Exactis.com, Inc.
81264562Sgshapiro	Shared memory counters and microtimers functionality has been
81364562Sgshapiro		donated by Exactis.com, Inc.
81464562Sgshapiro	The SCCS ID tags have been replaced with RCS ID tags.
81564562Sgshapiro	Allow trusted users (those on a T line or in $=t) to set the
81664562Sgshapiro		QueueDirectory (Q) option without an X-Authentication-Warning:
81764562Sgshapiro		being added.  Suggested by Michael K. Sanders.
81864562Sgshapiro	IPv6 support based on patches from John Kennedy of Cal State
81964562Sgshapiro		University, Chico, Motonori Nakamura of Kyoto University,
82064562Sgshapiro		and John Beck of Sun Microsystems.
82164562Sgshapiro	In low-disk space situations, where sendmail would previously refuse
82264562Sgshapiro		connections, still accept them, but only allow ETRN commands.
82364562Sgshapiro		Suggested by Mathias Koerber of Singapore Telecommunications
82464562Sgshapiro		Ltd.
82564562Sgshapiro	The [IPC] builtin mailer now allows delivery to a UNIX domain socket
82664562Sgshapiro		on systems which support them.  This can be used with LMTP
82764562Sgshapiro		local delivery agents which listen on a named socket.  An
82864562Sgshapiro		example mailer might be:
82964562Sgshapiro			Mexecmail, P=[IPC], F=lsDFMmnqSXzA5@/:|, E=\r\n,
83064562Sgshapiro				S=10, R=20/40, T=DNS/RFC822/X-Unix,
83164562Sgshapiro				A=FILE /var/run/lmtpd
83264562Sgshapiro		Code contributed by Lyndon Nerenberg of Messaging Direct.
83364562Sgshapiro	The [TCP] builtin mailer name is now deprecated.  Use [IPC]
83464562Sgshapiro		instead.
83564562Sgshapiro	The first mailer argument in the [IPC] mailer is now checked for a
83664562Sgshapiro		legitimate value.  Possible values are TCP (for TCP/IP
83764562Sgshapiro		connections), IPC (which will be deprecated in a future
83864562Sgshapiro		version), and FILE (for UNIX domain socket delivery).
83964562Sgshapiro	PrivacyOptions=goaway no longer includes the noetrn and the noreceipts
84064562Sgshapiro		flags.
84164562Sgshapiro	PrivacyOptions=nobodyreturn instructs sendmail not to include the
84264562Sgshapiro		body of the original message on delivery status
84364562Sgshapiro		notifications.
84464562Sgshapiro	Don't announce DSN if PrivacyOptions=noreceipts is set.  Problem noted
84564562Sgshapiro		by Dan Bernstein, fix from Robert Harker of Harker Systems.
84664562Sgshapiro	Accept the SMTP RSET command even when rejecting commands due to TCP
84764562Sgshapiro		Wrappers or the check_relay ruleset.  Problem noted by
84864562Sgshapiro		Steve Schweinhart of America Online.
84964562Sgshapiro	Warn if OperatorChars is set multiple times.  OperatorChars should
85064562Sgshapiro		not be set after rulesets are defined.  Suggested by
85164562Sgshapiro		Mitchell Blank Jr of Exec-PC.
85264562Sgshapiro	Do not report temporary failure on delivery to files.  In
85364562Sgshapiro		interactive delivery mode, this would result in two SMTP
85464562Sgshapiro		responses after the DATA command.  Problem noted by
85564562Sgshapiro		Nik Conwell of Boston University.
85664562Sgshapiro	Check file close when mailing to files.  Problem noted by Nik
85764562Sgshapiro		Conwell of Boston University.
85864562Sgshapiro	Avoid a segmentation fault when using the LDAP map.  Patch from
85964562Sgshapiro		Curtis W. Hillegas of Princeton University.
86064562Sgshapiro	Always bind to the LDAP server regardless of whether you are using
86164562Sgshapiro		ldap_open() or ldap_init().  Fix from Raj Kunjithapadam of
86264562Sgshapiro		@Home Network.
86364562Sgshapiro	New ruleset trust_auth to determine whether a given AUTH=
86464562Sgshapiro		parameter of the MAIL command should be trusted.  See SMTP
86564562Sgshapiro		AUTH, cf/README, and doc/op/op.ps.
86664562Sgshapiro	Allow new named config file rules check_vrfy, check_expn, and
86764562Sgshapiro		check_etrn for VRFY, EXPN, and ETRN commands, respectively,
86864562Sgshapiro		similar to check_rcpt etc.
86964562Sgshapiro	Introduce new macros ${rcpt_mailer}, ${rcpt_host}, ${rcpt_addr},
87064562Sgshapiro		${mail_mailer}, ${mail_host}, ${mail_addr} that hold
87164562Sgshapiro		the results of parsing the RCPT and MAIL arguments, i.e.
87264562Sgshapiro		the resolved triplet from $#mailer $@host $:addr.
87364562Sgshapiro		From Kari Hurtta of the Finnish Meteorological Institute.
87464562Sgshapiro	New macro ${client_resolve} which holds the result of the resolve
87564562Sgshapiro		call for ${client_name}: OK, FAIL, FORGED, TEMP.  Proposed
87664562Sgshapiro		by Kari Hurtta of the Finnish Meteorological Institute.
87764562Sgshapiro	New macros ${dsn_notify}, ${dsn_envid}, and ${dsn_ret} that hold
87864562Sgshapiro		the corresponding DSN parameter values.  Proposed by
87964562Sgshapiro		Mathias Herberts.
88064562Sgshapiro	New macro ${msg_size} which holds the value of the SIZE= parameter,
88164562Sgshapiro		i.e., usually the size of the message (in an ESMTP dialogue),
88264562Sgshapiro		before the message has been collected, thereafter it holds
88364562Sgshapiro		the message size as computed by sendmail (and can be used
88464562Sgshapiro		in check_compat).
88564562Sgshapiro	The macro ${deliveryMode} now specifies the current delivery mode
88664562Sgshapiro		sendmail is using instead of the value of the DeliveryMode
88764562Sgshapiro		option.
88864562Sgshapiro	New macro ${ntries} holds the number of delivery attempts.
88964562Sgshapiro	Drop explicit From: if same as what would be generated only if it is
89064562Sgshapiro		a local address.  From Motonori Nakamura of Kyoto University.
89164562Sgshapiro	Write pid to file also if sendmail only processes the queue.
89264562Sgshapiro		Proposed by Roy J. Mongiovi of Georgia Tech.
89364562Sgshapiro	Log "low on disk space" only when necessary.
89464562Sgshapiro	New macro ${load_avg} can be used to check the current load average.
89564562Sgshapiro		Suggested by Scott Gifford of The Internet Ramp.
89664562Sgshapiro	Return-Receipt-To: header implies DSN request if option RrtImpliesDsn
89764562Sgshapiro		is set.
89864562Sgshapiro	Flag -S for maps to specify the character which is substituted
89964562Sgshapiro		for spaces (instead of the default given by O BlankSub).
90064562Sgshapiro	Flag -D for maps: perform no lookup in deferred delivery mode.
90164562Sgshapiro		This flag is set by default for the host map.  Based on a
90264562Sgshapiro		proposal from Ian MacPhedran of the University of Saskatchewan.
90364562Sgshapiro	Open maps only on demand, not at startup.
90464562Sgshapiro	Log warning about unsupported IP address families.
90564562Sgshapiro	New option MaxHeadersLength allows to specify a maximum length
90664562Sgshapiro		of the sum of all headers.  This can be used to prevent
90764562Sgshapiro		a denial-of-service attack.
90864562Sgshapiro	New option MaxMimeHeaderLength which limits the size of MIME
90964562Sgshapiro		headers and parameters within those headers.  This option
91064562Sgshapiro		is intended to protect mail user agents from buffer
91164562Sgshapiro		overflow attacks.
91264562Sgshapiro	Added option MaxAliasRecursion to specify the maximum depth of
91364562Sgshapiro		alias recursion.
91464562Sgshapiro	New flag F=6 for mailers to strip headers to seven bit.
91564562Sgshapiro	Map type syslog to log the key via syslogd.
91664562Sgshapiro	Entries in the alias file can be continued by putting a backslash
91764562Sgshapiro		directly before the newline.
91864562Sgshapiro	New option DeadLetterDrop to define the location of the system-wide
91964562Sgshapiro		dead.letter file, formerly hardcoded to
92064562Sgshapiro		/usr/tmp/dead.letter.  If this option is not set (the
92164562Sgshapiro		default), sendmail will not attempt to save to a
92264562Sgshapiro		system-wide dead.letter file if it can not bounce the mail
92364562Sgshapiro		to the user nor postmaster.  Instead, it will rename the qf
92464562Sgshapiro		file as it has in the past when the dead.letter file
92564562Sgshapiro		could not be opened.
92664562Sgshapiro	New option PidFile to define the location of the pid file.  The
92764562Sgshapiro		value of this option is macro expanded.
92864562Sgshapiro	New option ProcessTitlePrefix specifies a prefix string for the
92964562Sgshapiro		process title shown in 'ps' listings.
93064562Sgshapiro	New macros for use with the PidFile and ProcessTitlePrefix options
93164562Sgshapiro		(along with the already existing macros):
93264562Sgshapiro		${daemon_info}      Daemon information, e.g.
93364562Sgshapiro		                    SMTP+queueing@00:30:00
93464562Sgshapiro		${daemon_addr}	    Daemon address, e.g., 0.0.0.0
93564562Sgshapiro		${daemon_family}    Daemon family, e.g., inet, inet6, etc.
93664562Sgshapiro		${daemon_name}      Daemon name, e.g., MSA.
93764562Sgshapiro		${daemon_port}	    Daemon port, e.g., 25
93864562Sgshapiro		${queue_interval}   Queue run interval, e.g., 00:30:00
93964562Sgshapiro	New macros especially for virtual hosting:
94064562Sgshapiro		${if_name}	hostname of interface of incoming connection.
94164562Sgshapiro		${if_addr}	address of interface of incoming connection.
94264562Sgshapiro		The latter is only set if the interface does not belong to the
94364562Sgshapiro		loopback net.
94464562Sgshapiro	If a message being accepted via a method other than SMTP and
94564562Sgshapiro		would be rejected by a header check, do not send the message.
94664562Sgshapiro		Suggested by Phil Homewood of Mincom Pty Ltd.
94764562Sgshapiro	Don't strip comments for header checks if $>+ is used instead of $>.
94864562Sgshapiro		Provide header value as quoted string in the macro
94964562Sgshapiro		${currHeader} (possibly truncated to MAXNAME).  Suggested by
95064562Sgshapiro		Jan Krueger of Unix-AG of University of Hannover.
95164562Sgshapiro		The length of the header value is stored in ${hdrlen}.
95264562Sgshapiro	H*: allows to specify a default ruleset for header checks.  This
95364562Sgshapiro		ruleset will only be called if the individual header does
95464562Sgshapiro		not have its own ruleset assigned.  Suggested by Jan
95564562Sgshapiro		Krueger of Unix-AG of University of Hannover.
95664562Sgshapiro		The name of the header field stored in ${hdr_name}.
95764562Sgshapiro	Comments (i.e., text within parentheses) in rulesets are not
95864562Sgshapiro		removed if the config file version is greater than or equal
95964562Sgshapiro		to 9.  For example, "R$+ ( 1 )		$@ 1" matches the
96064562Sgshapiro		input "token (1)" but does not match "token".
96164562Sgshapiro	Avoid removing the Content-Transfer-Encoding MIME header on
96264562Sgshapiro		MIME messages.  Problem noted by Sigurbjorn B. Larusson of
96364562Sgshapiro		Multimedia Consumer Services.  Fix from Per Hedeland of
96464562Sgshapiro		Ericsson.
96564562Sgshapiro	Avoid duplicate Content-Transfer-Encoding MIME header on
96664562Sgshapiro		messages with 8-bit text in headers.  Problem noted by
96764562Sgshapiro		Per Steinar Iversen of Oslo College.  Fix from Per Hedeland
96864562Sgshapiro		of Ericsson.
96964562Sgshapiro	Avoid keeping maps locked longer than necessary when re-opening a
97064562Sgshapiro		modified database map file.  Problem noted by Chris Adams
97164562Sgshapiro		of Renaissance Internet Services.
97264562Sgshapiro	Resolving to the $#error mailer with a temporary failure code (e.g.,
97364562Sgshapiro		$#error $@ tempfail $: "400 Temporary failure") will now
97464562Sgshapiro		queue up the message instead of bouncing it.
97564562Sgshapiro	Be more liberal in acceptable responses to an SMTP RSET command as
97664562Sgshapiro		standard does not provide any indication of what to do when
97764562Sgshapiro		something other than 250 is received.  Based on a patch
97864562Sgshapiro		from Steve Schweinhart of America Online.
97964562Sgshapiro	New option TrustedUser allows to specify a user who can own
98064562Sgshapiro		important files instead of root.  This requires HASFCHOWN.
98164562Sgshapiro	Fix USERDB conditional so compiling with NEWDB or HESIOD and
98264562Sgshapiro		setting USERDB=0 works.  Fix from Jorg Zanger of Schock.
98364562Sgshapiro	Fix another instance (similar to one in 8.9.3) of a network failure
98464562Sgshapiro		being mis-logged as "Illegal Seek" instead of whatever
98564562Sgshapiro		really went wrong.  From John Beck of Sun Microsystems.
98664562Sgshapiro	$? tests also whether the macro is non-null.
98764562Sgshapiro	Print an error message if a mailer definition contains an invalid
98864562Sgshapiro		equate name.
98964562Sgshapiro	New mailer equate /= to specify a directory to chroot() into before
99064562Sgshapiro		executing the mailer program.  Suggested by Igor Vinokurov.
99164562Sgshapiro	New mailer equate W= to specify the maximum time to wait for the
99264562Sgshapiro		mailer to return after sending all data to it.
99364562Sgshapiro	Only free memory from the process list when adding a new process
99464562Sgshapiro		into a previously filled slot.  Previously, the memory was
99564562Sgshapiro		freed at removal time.  Since removal can happen in a
99664562Sgshapiro		signal handler, this may leave the memory map in an
99764562Sgshapiro		inconsistent state.  Problem noted by Jeff A. Earickson and
99864562Sgshapiro		David Cooley of Colby College.
99964562Sgshapiro	When using the UserDB @hostname catch-all, do not try to lookup
100064562Sgshapiro		local users in the passwd file.  The UserDB code has
100164562Sgshapiro		already decided the message will be passed to another host
100264562Sgshapiro		for processing.  Fix from Tony Landells of Burdett
100364562Sgshapiro		Buckeridge Young Limited.
100464562Sgshapiro	Support LDAP authorization via either a file containing the
100564562Sgshapiro		password or Kerberos V4 using the new map options
100664562Sgshapiro		'-ddistinguished_name', '-Mmethod', and '-Pfilename'.  The
100764562Sgshapiro		distinguished_name is who to login as.  The method can be
100864562Sgshapiro		one of LDAP_AUTH_NONE, LDAP_AUTH_SIMPLE, or
100964562Sgshapiro		LDAP_AUTH_KRBV4.  The filename is the file containing the
101064562Sgshapiro		secret key for LDAP_AUTH_SIMPLE or the name of the Kerberos
101164562Sgshapiro		ticket file for LDAP_AUTH_KRBV4.  Patch from Booker Bense
101264562Sgshapiro		of Stanford University.
101364562Sgshapiro	The ldapx map has been renamed to ldap.  The use of ldapx is
101464562Sgshapiro		deprecated and will be removed in a future version.
101564562Sgshapiro	If the result of an LDAP search returns a multi-valued attribute
101664562Sgshapiro		and the map has the column delimiter set, it turns that
101764562Sgshapiro		response into a delimiter separated string.  The LDAP map
101864562Sgshapiro		will traverse multiple entries as well.  LDAP alias maps
101964562Sgshapiro		automatically set the column delimiter to the comma.
102064562Sgshapiro		Based on patch from Booker Bense of Stanford University and
102164562Sgshapiro		idea from Philip A. Prindeville of Mirapoint, Inc.
102264562Sgshapiro	Support return of multiple values for a single LDAP lookup.  The
102364562Sgshapiro		values to be returned should be in a comma separated string.
102464562Sgshapiro		For example, `-v "email,emailother"'.  Patch from
102564562Sgshapiro		Curtis W. Hillegas of Princeton University.
102664562Sgshapiro	Allow the use of LDAP for alias maps.
102764562Sgshapiro	If no LDAP attributes are specified in an LDAP map declaration, all
102864562Sgshapiro		attributes found in the match will be returned.
102964562Sgshapiro	Prevent commas in quoted strings in the AliasFile value from
103064562Sgshapiro		breaking up a single entry into multiple entries.  This is
103164562Sgshapiro		needed for LDAP alias file specifications to allow for
103264562Sgshapiro		comma separated key and value strings.
103364562Sgshapiro	Keep connections to LDAP server open instead of opening and closing
103464562Sgshapiro		for each lookup.  To reduce overhead, sendmail will cache
103564562Sgshapiro		connections such that multiple maps which use the same
103664562Sgshapiro		host, port, bind DN, and authentication will only result in
103764562Sgshapiro		a single connection to that host.
103864562Sgshapiro	Put timeout in the proper place for USE_LDAP_INIT.
103964562Sgshapiro	Be more careful about checking for errors and freeing memory on
104064562Sgshapiro		LDAP lookups.
104164562Sgshapiro	Use asynchronous LDAP searches to save memory and network
104264562Sgshapiro		resources.
104364562Sgshapiro	Do not copy LDAP query results if the map's match only flag is set.
104464562Sgshapiro	Increase portability to the Netscape LDAP libraries.
104564562Sgshapiro	Change the parsing of the LDAP filter specification.  '%s' is still
104664562Sgshapiro		replaced with the literal contents of the map lookup key --
104764562Sgshapiro		note that this means a lookup can be done using the LDAP
104864562Sgshapiro		special characters.  The new '%0' token can be used instead
104964562Sgshapiro		of '%s' to encode the key buffer according to RFC 2254.
105064562Sgshapiro		For example, if the LDAP map specification contains '-k
105164562Sgshapiro		"(user=%s)"' and a lookup is done on "*", this would be
105264562Sgshapiro		equivalent to '-k "(user=*)"' -- matching ANY record with a
105364562Sgshapiro		user attribute.  Instead, if the LDAP map specification
105464562Sgshapiro		contains '-k "(user=%0)"' and a lookup is done on "*", this
105564562Sgshapiro		would be equivalent to '-k "(user=\2A)"' -- matching a user
105664562Sgshapiro		with the name "*".
105764562Sgshapiro	New LDAP map flags: "-1" requires a single match to be returned, if
105864562Sgshapiro		more than one is returned, it is equivalent to no records
105964562Sgshapiro		being found; "-r never|always|search|find" sets the LDAP
106064562Sgshapiro		alias dereference option; "-Z size" limits the number of
106164562Sgshapiro		matches to return.
106264562Sgshapiro	New option LDAPDefaultSpec allows a default map specification for
106364562Sgshapiro		LDAP maps.  The value should only contain LDAP specific
106464562Sgshapiro		settings such as "-h host -p port -d bindDN", etc.  The
106564562Sgshapiro		settings will be used for all LDAP maps unless they are
106664562Sgshapiro		specified in the individual map specification ('K'
106764562Sgshapiro		command).  This option should be set before any LDAP maps
106864562Sgshapiro		are defined.
106964562Sgshapiro	Prevent an NDBM alias file opening loop when the NDBM open
107064562Sgshapiro		continually fails.  Fix from Roy J. Mongiovi of Georgia
107164562Sgshapiro		Tech.
107264562Sgshapiro	Reduce memory utilization for smaller symbol table entries.  In
107364562Sgshapiro		particular, class entries get much smaller, which can be
107464562Sgshapiro		important if you have large classes.
107564562Sgshapiro	On network-related temporary failures, record the hostname which
107664562Sgshapiro		gave error in the queued status message.  Requested by
107764562Sgshapiro		Ulrich Windl of the Universitat Regensburg.
107864562Sgshapiro	Add new F=% mailer flag to allow for a store and forward
107964562Sgshapiro		configuration.  Mailers which have this flag will not attempt
108064562Sgshapiro		delivery on initial receipt of a message or on queue runs
108164562Sgshapiro		unless the queued message is selected using one of the
108264562Sgshapiro		-qI/-qR/-qS queue run modifiers or an ETRN request.  Code
108364562Sgshapiro		provided by Philip Guenther of Gustavus Adolphus College.
108464562Sgshapiro	New option ControlSocketName which, when set, creates a daemon
108564562Sgshapiro		control socket.  This socket allows an external program to
108664562Sgshapiro		control and query status from the running sendmail daemon
108764562Sgshapiro		via a named socket, similar to the ctlinnd interface to the
108864562Sgshapiro		INN news server.  Access to this interface is controlled by
108964562Sgshapiro		the UNIX file permissions on the named socket on most UNIX
109064562Sgshapiro		systems (see sendmail/README for more information).  An
109164562Sgshapiro		example control program is provided as contrib/smcontrol.pl.
109264562Sgshapiro	Change the default values of QueueLA from 8 to (8 * numproc) and
109364562Sgshapiro		RefuseLA from 12 to (12 * numproc) where numproc is the
109464562Sgshapiro		number of processors online on the system (if that can be
109564562Sgshapiro		determined).  For single processor machines, this change
109664562Sgshapiro		has no effect.
109764562Sgshapiro	Don't return body of message to postmaster on "Too many hops" bounces.
109864562Sgshapiro		Based on fix from Motonori Nakamura of Kyoto University.
109964562Sgshapiro	Give more detailed DSN descriptions for some cases.  Patch from
110064562Sgshapiro		Motonori Nakamura of Kyoto University.
110164562Sgshapiro	Logging of alias, forward file, and UserDB expansion now happens
110264562Sgshapiro		at LogLevel 11 or higher instead of 10 or higher.
110364562Sgshapiro	Logging of an envelope's complete delivery (the "done" message) now
110464562Sgshapiro		happens at LogLevel 10 or higher instead of 11 or higher.
110564562Sgshapiro	Logging of TCP/IP or UNIX standard input connections now happens at
110664562Sgshapiro		LogLevel 10 or higher.  Previously, only TCP/IP connections
110764562Sgshapiro		were logged, and on at LogLevel 12 or higher.  Setting
110864562Sgshapiro		LogLevel to 10 will now assist users in tracking frequent
110964562Sgshapiro		connection-based denial of service attacks.
111064562Sgshapiro	Log basic information about authenticated connections at LogLevel
111164562Sgshapiro		10 or higher.
111264562Sgshapiro	Log SMTP Authentication mechanism and author when logging the sender
111364562Sgshapiro		information (from= syslog line).
111464562Sgshapiro	Log the DSN code for each recipient if one is available as a new
111564562Sgshapiro		equate (dsn=).
111664562Sgshapiro	Macro expand PostmasterCopy and DoubleBounceAddress options.
111764562Sgshapiro	New "ph" map for performing ph queries in rulesets.  More
111864562Sgshapiro		information is available at
111964562Sgshapiro		http://www-dev.cso.uiuc.edu/sendmail/.  Contributed by Mark
112064562Sgshapiro		Roth of the University of Illinois at Urbana-Champaign.
112164562Sgshapiro	Detect temporary lookup failures in the host map if looking up a
112264562Sgshapiro		bracketed IP address.  Problem noted by Kari Hurtta of the
112364562Sgshapiro		Finnish Meteorological Institute.
112464562Sgshapiro	Do not report a Remote-MTA on local deliveries.  Problem noted by
112564562Sgshapiro		Kari Hurtta of the Finnish Meteorological Institute.
112664562Sgshapiro	When a forward file points to an alias which runs a program, run
112764562Sgshapiro		the program as the default user and the default group, not
112864562Sgshapiro		the forward file user.  This change also assures the
112964562Sgshapiro		:include: directives in aliases are also processed using
113064562Sgshapiro		the default user and group.  Problem noted by Sergiu
113164562Sgshapiro		Popovici of DNT Romania.
113264562Sgshapiro	Prevent attempts to save a dead.letter file for a user with
113364562Sgshapiro		no home directory (/no/such/directory).  Problem noted by
113464562Sgshapiro		Michael Brown of Finnigan FT/MS.
113564562Sgshapiro	Include message delay and number of tries when logging that a
113664562Sgshapiro		message has been completely delivered (LogLevel of 10 or
113764562Sgshapiro		above).  Suggested by Nick Hilliard of Ireland Online.
113864562Sgshapiro	Log the sender of a message even if none of the recipients were
113964562Sgshapiro		accepted.  If some of the recipients were rejected, it is
114064562Sgshapiro		helpful to know the sender of the message.
114164562Sgshapiro	Check the root directory (/) when checking a path for safety.
114264562Sgshapiro		Problem noted by John Beck of Sun Microsystems.
114364562Sgshapiro	Prevent multiple responses to the DATA command if DeliveryMode is
114471345Sgshapiro		interactive and delivering to an alias which resolves to
114564562Sgshapiro		multiple files.
114664562Sgshapiro	Macros in the helpfile are expanded if the helpfile version is 2 or
114764562Sgshapiro		greater (see below); the help function doesn't print the
114864562Sgshapiro		version of sendmail any longer, instead it is placed in
114964562Sgshapiro		the helpfile ($v).  Suggested by Chuck Foster of UUNET
115064562Sgshapiro		PIPEX.  Additionally, comment lines (starting with #) are
115164562Sgshapiro		skipped and a version line (#vers) is introduced.  The
115264562Sgshapiro		helpfile version for 8.10.0 is 2, if no version or an older
115364562Sgshapiro		version is found, a warning is logged.  The '#vers'
115464562Sgshapiro		directive should be placed at the top of the help file.
115564562Sgshapiro	Use fsync() when delivering to a file to guarantee the delivery to
115664562Sgshapiro		disk succeeded.  Suggested by Nick Christenson.
115764562Sgshapiro	If delivery to a file is unsuccessful, truncate the file back to its
115864562Sgshapiro		length before the attempt.
115964562Sgshapiro	If a forward points to a filename for delivery, change to the
116064562Sgshapiro		user's uid before checking permissions on the file.  This
116164562Sgshapiro		allows delivery to files on NFS mounted directories where
116264562Sgshapiro		root is remapped to nobody.  Problem noted by Harald
116364562Sgshapiro		Daeubler of Universitaet Ulm.
116464562Sgshapiro	purgestat and sendmail -bH purge only expired (Timeout.hoststatus)
116564562Sgshapiro		host status files, not all files.
116664562Sgshapiro	Any macros stored in the class $={persistentMacros} will be saved
116764562Sgshapiro		in the queue file for the message and set when delivery
116864562Sgshapiro		is attempted on the queued item.  Suggested by Kyle Jones of
116964562Sgshapiro		Wonderworks Inc.
117064562Sgshapiro	Add support for storing information between rulesets using the new
117164562Sgshapiro		macro map class.  This can be used to store information
117264562Sgshapiro		between queue runs as well using $={persistentMacros}.
117364562Sgshapiro		Based on an idea from Jan Krueger of Unix-AG of University
117464562Sgshapiro		of Hannover.
117564562Sgshapiro	New map class arith to allow for computations in rules.  The
117664562Sgshapiro		operation (+, -, *, /, l (for less than), and =) is given
117764562Sgshapiro		as key.  The two operands are specified as arguments; the
117864562Sgshapiro		lookup returns the result of the computation.  For example,
117964562Sgshapiro		"$(arith l $@ 4 $@ 2 $)" will return "FALSE" and
118064562Sgshapiro		"$(arith + $@ 4 $@ 2 $)" will return "6".
118164562Sgshapiro	Add new syntax for header declarations which decide whether to
118264562Sgshapiro		include the header based on a macro rather than a mailer
118371345Sgshapiro		flag:
118471345Sgshapiro			H?${MyMacro}?X-My-Header: ${MyMacro}
118564562Sgshapiro		This should be used along with $={persistentMacros}.
118664562Sgshapiro		It can be used for adding headers to a message based on
118764562Sgshapiro		the results of check_* and header check rulesets.
118864562Sgshapiro	Allow new named config file rule check_eoh which is called after
118964562Sgshapiro		all of the headers have been collected.  The input to the
119064562Sgshapiro		ruleset the number of headers and the size of all of the
119164562Sgshapiro		headers in bytes separated by $|.  This ruleset along with
119264562Sgshapiro		the macro storage map can be used to correlate information
119364562Sgshapiro		gathered between headers and to check for missing headers.
119464562Sgshapiro		See cf/README or doc/op/op.ps for an example.
119564562Sgshapiro	Change the default for the MeToo option to True to correspond
119664562Sgshapiro		to the clarification in the DRUMS SMTP Update spec.  This
119764562Sgshapiro		option is deprecated and will be removed from a future
119864562Sgshapiro		version.
119964562Sgshapiro	Change the sendmail binary default for SendMimeErrors to True.
120064562Sgshapiro	Change the sendmail binary default for SuperSafe to True.
120164562Sgshapiro	Display ruleset names in debug and address test mode output
120264562Sgshapiro		if referencing a named ruleset.
120364562Sgshapiro	New mailer equate m= which will limit the number of messages
120464562Sgshapiro		delivered per connection on an SMTP or LMTP mailer.
120564562Sgshapiro	Improve QueueSortOrder=Host by reversing the hostname before
120664562Sgshapiro		using it to sort.  Now all the same domains are really run
120764562Sgshapiro		through the queue together.  If they have the same MX host,
120864562Sgshapiro		then they will have a much better opportunity to use the
120964562Sgshapiro		connection cache if available.  This should be a reasonable
121064562Sgshapiro		performance improvement.  Patch from Randall Winchester of
121164562Sgshapiro		the University of Maryland.
121264562Sgshapiro	If a message is rejected by a header check ruleset, log who would
121364562Sgshapiro		have received the message if it had not been rejected.
121464562Sgshapiro	New "now" value for Timeout.queuereturn to bounce entries from the
121564562Sgshapiro		queue immediately.  No delivery attempt is made.
121664562Sgshapiro	Increase sleeping time exponentially after too many "bad" commands
121764562Sgshapiro		up to 4 minutes delay (compare MAX{BAD,NOOP,HELO,VRFY,ETRN}-
121864562Sgshapiro		COMMANDS).
121964562Sgshapiro	New option ClientPortOptions similar to DaemonPortOptions
122064562Sgshapiro		but for outgoing connections.
122164562Sgshapiro	New suboptions for DaemonPortOptions: Name (a name used for
122264562Sgshapiro		error messages and logging) and Modifiers, i.e.
122364562Sgshapiro			a	require authentication
122464562Sgshapiro			b	bind to interface through which mail has
122564562Sgshapiro				been received
122664562Sgshapiro			c	perform hostname canonification
122764562Sgshapiro			f	require fully qualified hostname
122864562Sgshapiro			h	use name of interface for outgoing HELO
122964562Sgshapiro				command
123064562Sgshapiro			C	don't perform hostname canonification
123164562Sgshapiro			E	disallow ETRN (see RFC 2476)
123264562Sgshapiro	New suboption for ClientPortOptions: Modifiers, i.e.
123364562Sgshapiro			h	use name of interface for HELO command
123464562Sgshapiro	The version number for queue files (qf) has been incremented to 4.
123564562Sgshapiro	Log unacceptable HELO/EHLO domain name attempts if LogLevel is set
123664562Sgshapiro		to 10 or higher.  Suggested by Rick Troxel of the National
123764562Sgshapiro		Institutes of Health.
123864562Sgshapiro	If a mailer dies, print the status in decimal instead of octal
123964562Sgshapiro		format.  Suggested by Michael Shapiro of Sun Microsystems.
124064562Sgshapiro	Limit the length of all MX records considered for delivery to 8k.
124164562Sgshapiro	Move message priority from sender to recipient logging.  Suggested by
124264562Sgshapiro		Ulrich Windl of the Universitat Regensburg.
124364562Sgshapiro	Add support for Berkeley DB 3.X.
124464562Sgshapiro	Add fix for Berkeley DB 2.X fcntl() locking race condition.
124564562Sgshapiro		Requires a post-2.7.5 version of Berkeley DB.
124664562Sgshapiro	Support writing traffic log (sendmail -X option) to a FIFO.
124764562Sgshapiro		Patch submitted by Rick Heaton of Network Associates, Inc.
124864562Sgshapiro	Do not ignore Timeout settings in the .cf file when a Timeout
124964562Sgshapiro		sub-options is set on the command line.  Problem noted by
125064562Sgshapiro		Graeme Hewson of Oracle.
125164562Sgshapiro	Randomize equal preference MX records each time delivery is
125264562Sgshapiro		attempted via a new connection to a host instead of once per
125364562Sgshapiro		session.  Suggested by Scott Salvidio of Compaq.
125464562Sgshapiro	Implement enhanced status codes as defined by RFC 2034.
125564562Sgshapiro	Add [hostname] to class w for the names of all interfaces unless
125664562Sgshapiro		DontProbeInterfaces is set. This is useful for sending mails
125764562Sgshapiro		to hosts which have dynamically assigned names.
125864562Sgshapiro	If a message is bounced due to bad MIME conformance, avoid bouncing
125964562Sgshapiro		the bounce for the same reason.  If the body is not 8-bit
126064562Sgshapiro		clean, and EightBitMode isn't set to pass8, the body will
126164562Sgshapiro		not be included in the bounce.  Problem noted by Valdis
126264562Sgshapiro		Kletnieks of Virginia Tech.
126364562Sgshapiro	The timeout for sending a message via SMTP has been changed from
126464562Sgshapiro		'${msgsize} / 16 + (${nrcpts} * 300)' to a timeout which
126564562Sgshapiro		simply checks for progress on sending data every 5 minutes.
126664562Sgshapiro		This will detect the inability to send information quicker
126764562Sgshapiro		and reduce the number of processes simply waiting to
126864562Sgshapiro		timeout.
126964562Sgshapiro	Prevent a segmentation fault on systems which give a partial filled
127064562Sgshapiro		interface address structure when loading the system network
127164562Sgshapiro		interface addresses.  Fix from Reinier Bezuidenhout of
127264562Sgshapiro		Nanoteq.
127364562Sgshapiro	Add a compile-time configuration macro, MAXINTERFACES, which
127464562Sgshapiro		indicates the number of interfaces to read when probing
127564562Sgshapiro		for hostnames and IP addresses for class w ($=w).  The
127664562Sgshapiro		default value is 512.  Based on idea from Reinier
127764562Sgshapiro		Bezuidenhout of Nanoteq.
127864562Sgshapiro	If the RefuseLA option is set to 0, do not reject connections based
127964562Sgshapiro		on load average.
128064562Sgshapiro	Allow ruleset 0 to have a name.  Problem noted by Neil Rickert of
128164562Sgshapiro		Northern Illinois University.
128264562Sgshapiro	Expand the Return-Path: header at delivery time, after "owner-"
128364562Sgshapiro		envelope splitting has occurred.
128464562Sgshapiro	Don't try to sort the queue if there are no entries. Patch from
128564562Sgshapiro		Luke Mewburn from RMIT University.
128664562Sgshapiro	Add a "/quit" command to address test mode.
128764562Sgshapiro	Include the proper sender in the UNIX "From " line and Return-Path:
128864562Sgshapiro		header when undeliverable mail is saved to ~/dead.letter.
128964562Sgshapiro		Problem noted by Kari Hurtta of the Finnish Meteorological
129064562Sgshapiro		Institute.
129164562Sgshapiro	The contents of a class can now be copied to another class using
129264562Sgshapiro		the syntax: "C{Dest} $={Source}".  This would copy all of
129364562Sgshapiro		the items in class $={Source} into the class $={Dest}.
129464562Sgshapiro	Include original envelope's error transcript in bounces created for
129564562Sgshapiro		split (owner-) envelopes to see the original errors when
129664562Sgshapiro		the recipients were added.  Based on fix from Motonori
129764562Sgshapiro		Nakamura of Kyoto University.
129864562Sgshapiro	Show reason for permanent delivery errors directly after the
129964562Sgshapiro		addresses.  From Motonori Nakamura of Kyoto University.
130064562Sgshapiro	Prevent a segmentation fault when bouncing a split-envelope
130164562Sgshapiro		message.  Patch from Motonori Nakamura of Kyoto University.
130264562Sgshapiro	If the specification for the queue run interval (-q###) has a
130364562Sgshapiro		syntax error, consider the error fatal and exit.
130464562Sgshapiro	Pay attention to CheckpointInterval during LMTP delivery.  Problem
130564562Sgshapiro		noted by Motonori Nakamura of Kyoto University.
130664562Sgshapiro	On operating systems which have setlogin(2), use it to set the
130764562Sgshapiro		login name to the RunAsUserName when starting as a daemon.
130864562Sgshapiro		This is for delivery to programs which use getlogin().
130964562Sgshapiro		Based on fix from Motonori Nakamura of Kyoto University.
131064562Sgshapiro	Differentiate between "command not implemented" and "command
131164562Sgshapiro		unrecognized" in the SMTP dialogue.
131264562Sgshapiro	Strip returns from forward and include files.  Problem noted by
131364562Sgshapiro		Allan E Johannesen of Worcester Polytechnic Institute.
131464562Sgshapiro	Prevent a core dump when using 'sendmail -bv' on an address which
131564562Sgshapiro		resolves to the $#error mailer with a temporary failure.
131664562Sgshapiro		Based on fix from Neil Rickert of Northern Illinois
131764562Sgshapiro		University.
131864562Sgshapiro	Prevent multiple deliveries of a message with a "non-local alias"
131964562Sgshapiro		pointing to a local user, if canonicalization fails
132064562Sgshapiro		the message was requeued *and* delivered to the alias.
132164562Sgshapiro	If an invalid ruleset is declared, the ruleset name could be
132264562Sgshapiro		ignored and its rules added to S0.  Instead, ignore the
132364562Sgshapiro		ruleset lines as well.
132464562Sgshapiro	Avoid incorrect Final-Recipient, Action, and X-Actual-Recipient
132564562Sgshapiro		success DSN fields as well as duplicate entries for a
132664562Sgshapiro		single address due to S5 and UserDB processing.  Problems
132764562Sgshapiro		noted by Kari Hurtta of the Finnish Meteorological
132864562Sgshapiro		Institute.
132964562Sgshapiro	Turn off timeouts when exiting sendmail due to an interrupt signal
133064562Sgshapiro		to prevent the timeout from firing during the exit process.
133164562Sgshapiro		Problem noted by Michael Shapiro of Sun Microsystems.
133264562Sgshapiro	Do not append @MyHostName to non-RFC822 addresses output by the EXPN
133364562Sgshapiro		command or on Final-Recipient: and X-Actual-Recipient: DSN
133464562Sgshapiro		headers.  Non-RFC822 addresses include deliveries to
133564562Sgshapiro		programs, file, DECnet, etc.
133664562Sgshapiro	Fix logic for determining if a local user is using -f or -bs to
133764562Sgshapiro		spoof their return address.  Based on idea from Neil Rickert
133864562Sgshapiro		of Northern Illinois University and patch from Per Hedeland
133964562Sgshapiro		of Ericsson.
134064562Sgshapiro	Report the proper UID in the bounce message if an :include: file is
134164562Sgshapiro		owned by a uid that doesn't map to a username and the
134264562Sgshapiro		:include: file contains delivery to a file or program.
134364562Sgshapiro		Problem noted by John Beck of Sun Microsystems.
134464562Sgshapiro	Avoid the attempt of trying to send a second SMTP QUIT command if
134564562Sgshapiro		the remote server responds to the first QUIT with a 4xx
134664562Sgshapiro		response code and drops the connection.  This behavior was
134764562Sgshapiro		noted by Ulrich Windl of the Universitat Regensburg when
134864562Sgshapiro		sendmail was talking to the Mercury 1.43 MTA.
134964562Sgshapiro	If a hostname lookup times out and ServiceSwitchFile is set but the
135064562Sgshapiro		file is not present, the lookup failure would be marked as
135164562Sgshapiro		a permanent failure instead of a temporary failure.  Fix
135264562Sgshapiro		from Russell King of the ARM Linux Project.
135364562Sgshapiro	Handle aliases or forwards which deliver to programs using tabs
135464562Sgshapiro		instead of spaces between arguments.  Problem noted by Randy
135564562Sgshapiro		Wormser.  Fix from Neil Rickert of Northern Illinois
135664562Sgshapiro		University.
135764562Sgshapiro	Allow MaxRecipientsPerMessage option to be set on the command line
135864562Sgshapiro		by normal users (e.g., sendmail won't drop its root
135964562Sgshapiro		privileges) to allow overrides for message submission via
136064562Sgshapiro		'sendmail -bs'.
136164562Sgshapiro	Set the names for help file and statistics file to "helpfile" and
136264562Sgshapiro		"statistics", respectively, if no parameters are given for
136364562Sgshapiro		them in the .cf file.
136464562Sgshapiro	Avoid bogus 'errbody: I/O Error -7' log messages when sending
136564562Sgshapiro		success DSN messages for messages relayed to non-DSN aware
136664562Sgshapiro		systems.  Problem noted by Juergen Georgi of RUS University
136764562Sgshapiro		of Stuttgart and Kyle Tucker of Parexel International.
136864562Sgshapiro	Prevent +detail information from interfering with local delivery to
136964562Sgshapiro		multiple users in the same transaction (F=m).
137064562Sgshapiro	Add H_FORCE flag for the X-Authentication-Warning: header, so it
137164562Sgshapiro		will be added even if one already exists.  Problem noted
137264562Sgshapiro		by Michal Zalewski of Marchew Industries.
137364562Sgshapiro	Stop processing SMTP commands if the SMTP connection is dropped.
137464562Sgshapiro		This prevents a remote system from flooding the connection
137564562Sgshapiro		with commands and then disconnecting.  Previously, the
137664562Sgshapiro		server would process all of the buffered commands.  Problem
137764562Sgshapiro		noted by Michal Zalewski of Marchew Industries.
137864562Sgshapiro	Properly process user-supplied headers beginning with '?'.  Problem
137964562Sgshapiro		noted by Michal Zalewski of Marchew Industries.
138064562Sgshapiro	If multiple header checks resolve to the $#error mailer, use the
138164562Sgshapiro		last permanent (5XX) failure if any exist.  Otherwise, use
138264562Sgshapiro		the last temporary (4XX) failure.
138364562Sgshapiro	RFC 1891 requires "hexchar" in a "xtext" to be upper case.  Patch
138464562Sgshapiro		from Ronald F. Guilmette of Infinite Monkeys & Co.
138564562Sgshapiro	Timeout.ident now defaults to 5 seconds instead of 30 seconds to
138664562Sgshapiro		prevent the now common delays associated with mailing to a
138764562Sgshapiro		site which drops IDENT packets.  Suggested by many.
138864562Sgshapiro	Persistent host status data is not reloaded disk when current data
138964562Sgshapiro		is available in the in-memory cache.  Problem noted by Per
139064562Sgshapiro		Hedeland of Ericsson.
139164562Sgshapiro	mailq displays unprintable characters in addresses as their octal
139264562Sgshapiro		representation and a leading backslash.  This avoids problems
139364562Sgshapiro		with "unprintable" characters.  Problem noted by Michal
139464562Sgshapiro		Zalewski of the "Internet for Schools" project (IdS).
139564562Sgshapiro	The mail line length limit (L= equate) was adding the '!' indicator
139664562Sgshapiro		one character past the limit.  This would cause subsequent
139764562Sgshapiro		hops to break the line again.  The '!' is now placed in
139864562Sgshapiro		the last column of the limit if the line needs to be broken.
139964562Sgshapiro		Problem noted by Joe Pruett of Q7 Enterprises.  Based on fix
140064562Sgshapiro		from Per Hedeland of Ericsson.
140164562Sgshapiro	If a resolver ANY query is larger than the UDP packet size, the
140264562Sgshapiro		resolver will fall back to TCP.  However, some
140364562Sgshapiro		misconfigured firewalls black 53/TCP so the ANY lookup
140464562Sgshapiro		fails whereas an MX or A record might succeed.  Therefore,
140564562Sgshapiro		don't fail on ANY queries.
140664562Sgshapiro	If an SMTP recipient is rejected due to syntax errors in the
140764562Sgshapiro		address, do not send an empty postmaster notification DSN
140864562Sgshapiro		to the postmaster.  Problem noted by Neil Rickert of
140964562Sgshapiro		Northern Illinois University.
141064562Sgshapiro	Allow '_' and '.' in map names when parsing a sequence map
141164562Sgshapiro		specification.  Patch from William Setzer of North Carolina
141264562Sgshapiro		State University.
141364562Sgshapiro	Fix hostname in logging of read timeouts for the QUIT command on
141464562Sgshapiro		cached connections.  Problem noted by Neil Rickert of
141564562Sgshapiro		Northern Illinois University.
141664562Sgshapiro	Use a more descriptive entry to log "null" connections, i.e.,
141764562Sgshapiro		"host did not issue MAIL/EXPN/VRFY/ETRN during connection".
141864562Sgshapiro	Fix a file descriptor leak in ONEX mode.
141964562Sgshapiro	Portability:
142064562Sgshapiro		Reverse signal handling logic such that sigaction(2) with
142164562Sgshapiro			the SA_RESTART flag is the preferred method and the
142264562Sgshapiro			other signal methods are only tried if SA_RESTART
142364562Sgshapiro			is not available.  Problem noted by Allan E
142464562Sgshapiro			Johannesen of Worcester Polytechnic Institute.
142564562Sgshapiro		AIX 4.x supports the sa_len member of struct sockaddr.
142664562Sgshapiro			This allows network interface probing to work
142764562Sgshapiro			properly.  Fix from David Bronder of the
142864562Sgshapiro			University of Iowa.
142964562Sgshapiro		AIX 4.3 has snprintf() support.
143064562Sgshapiro		Use "PPC" as the architecture name when building under
143164562Sgshapiro			AIX.  This will be reflected in the obj.* directory
143264562Sgshapiro			name.
143364562Sgshapiro		Apple Darwin support based on Apple Rhapsody port.
143464562Sgshapiro		Fixed AIX 'make depend' method from Valdis Kletnieks of
143564562Sgshapiro			Virginia Tech.
143664562Sgshapiro		Digital UNIX has uname(2).
143764562Sgshapiro		GNU Hurd updates from Mark Kettenis of the University of
143864562Sgshapiro			Amsterdam.
143964562Sgshapiro		Improved HPUX 11.0 portability.
144064562Sgshapiro		Properly determine the number of CPUs on FreeBSD 2.X,
144164562Sgshapiro			FreeBSD 3.X, HP/UX 10.X and HP/UX 11.X.
144264562Sgshapiro		Remove special IRIX ABI cases from Build script and the OS
144364562Sgshapiro			files.  Use the standard 'cc' options used by SGI
144464562Sgshapiro			in building the operating system.  Users can
144564562Sgshapiro			override the defaults by setting confCC and
144664562Sgshapiro			confLIBSEARCHPATH appropriately.
144764562Sgshapiro		IRIX nsd map support from Bob Mende of SGI.
144864562Sgshapiro		Minor devtools fixes for IRIX from Bob Mende of SGI.
144964562Sgshapiro		Linux patch for IP_SRCROUTE support from Joerg Dorchain
145064562Sgshapiro			of MW EDV & ELECTRONIC.
145164562Sgshapiro		Linux now uses /usr/sbin for confEBINDIR in the build
145264562Sgshapiro			system.  From MATSUURA Takanori of Osaka University.
145364562Sgshapiro		Remove special treatment for Linux PPC in the build
145464562Sgshapiro			system.  From MATSUURA Takanori of Osaka University.
145564562Sgshapiro		Motorolla UNIX SYSTEM V/88 Release 4.0 support from
145664562Sgshapiro			Sergey Rusanov of the Republic of Udmurtia.
145764562Sgshapiro		NCR MP-RAS 3.x includes regular expression support.  From
145864562Sgshapiro			Tom J. Moore of NCR.
145964562Sgshapiro		NEC EWS-UX/V series settings for _PATH_VENDOR_CF and
146064562Sgshapiro			_PATH_SENDMAILPID from Oota Toshiya of
146164562Sgshapiro			NEC Computers Group Planning Division.
146264562Sgshapiro		Minor NetBSD owner/group tweaks from Ayamura Kikuchi, M.D.
146364562Sgshapiro		NEWS-OS 6.X listed SYSLOG_BUFSIZE as 256 in confENVDEF and
146464562Sgshapiro			1024 in conf.h.  Since confENVDEF would be used,
146564562Sgshapiro			use that value in conf.h.
146664562Sgshapiro		Use NeXT's NETINFO to get domain name.  From Gerd Knops of
146764562Sgshapiro			BITart Consulting.
146864562Sgshapiro		Use NeXT's NETINFO for alias and hostname resolution if
146964562Sgshapiro			AUTO_NETINFO_ALIASES and AUTO_NETINFO_HOSTS are
147064562Sgshapiro			defined.  Patch from Wilfredo Sanchez of Apple
147164562Sgshapiro			Computer, Inc.
147264562Sgshapiro		NeXT portability tweaks.  Problems reported by Dragan
147364562Sgshapiro			Milicic of the University of Utah and J. P. McCann
147464562Sgshapiro			of E I A.
147564562Sgshapiro		New compile flag FAST_PID_RECYCLE: set this if your system
147664562Sgshapiro			can reuse the same PID in the same second.
147764562Sgshapiro		New compile flag HASFCHOWN: set this if your OS has
147864562Sgshapiro			fchown(2).
147964562Sgshapiro		New compile flag HASRANDOM: set this to 0 if your OS does
148064562Sgshapiro			not have random(3).  rand() will be used instead.
148164562Sgshapiro		New compile flag HASSRANDOMDEV: set this if your OS has
148264562Sgshapiro			srandomdev(3).
148364562Sgshapiro		New compile flag HASSETLOGIN: set this if your OS has
148464562Sgshapiro			setlogin(2).
148564562Sgshapiro		Replace SINIX and ReliantUNIX support with version
148664562Sgshapiro			specific SINIX files.  From Gerald Rinske of
148764562Sgshapiro			Siemens Business Services.
148864562Sgshapiro		Use the 60-second load average instead of the 5 second load
148964562Sgshapiro			average on Compaq Tru64 UNIX (formerly Digital
149064562Sgshapiro			UNIX).  From Chris Teakle of the University of Qld.
149164562Sgshapiro		Use ANSI C by default for Compaq Tru64 UNIX.  Suggested by
149264562Sgshapiro			Randall Winchester of Swales Aerospace.
149364562Sgshapiro		Correct setgroups() prototype for Compaq Tru64 UNIX.
149464562Sgshapiro			Problem noted by Randall Winchester of Swales
149564562Sgshapiro			Aerospace.
149664562Sgshapiro		Hitachi 3050R/3050RX and 3500 Workstations running
149764562Sgshapiro			HI-UX/WE2 4.02, 6.10 and 7.10 from Motonori
149864562Sgshapiro			NAKAMURA of Kyoto University.
149964562Sgshapiro		New compile flag NO_GETSERVBYNAME: set this to disable
150064562Sgshapiro			use of getservbyname() on systems which can
150164562Sgshapiro			not lookup a service by name over NIS, such as
150264562Sgshapiro			HI-UX.  Patch from Motonori NAKAMURA of Kyoto
150364562Sgshapiro			University.
150464562Sgshapiro		Use devtools/bin/install.sh on SCO 5.x.  Problem noted
150564562Sgshapiro			by Sun Wenbing of the China Engineering and
150664562Sgshapiro			Technology Information Network.
150764562Sgshapiro		make depend didn't work properly on UNIXWARE 4.2.  Problem
150864562Sgshapiro			noted by Ariel Malik of Netology, Ltd.
150964562Sgshapiro		Use /usr/lbin as confEBINDIR for Compaq Tru64 (Digital UNIX).
151064562Sgshapiro		Set confSTDIO_TYPE to torek for BSD-OS, FreeBSD, NetBSD,
151164562Sgshapiro			and OpenBSD.
151264562Sgshapiro		A recent Compaq Ultrix 4.5 Y2K patch has broken detection
151364562Sgshapiro			of local_hostname_length().  See sendmail/README
151464562Sgshapiro			for more details.  Problem noted by Allan E
151564562Sgshapiro			Johannesen of Worcester Polytechnic Institute.
151664562Sgshapiro	CONFIG: Begin using /etc/mail/ for sendmail related files.  This
151764562Sgshapiro		affects a large number of files.  See cf/README for more
151864562Sgshapiro		details.
151964562Sgshapiro	CONFIG: New macro MAIL_SETTINGS_DIR contains the path (including
152064562Sgshapiro		trailing slash) for the mail settings directory.
152164562Sgshapiro	CONFIG: Increment version number of config file to 9.
152264562Sgshapiro	CONFIG: OSTYPE(`bsdi1.0') and OSTYPE(`bsdi2.0') have been
152364562Sgshapiro		deprecated and may be removed from a future release.
152464562Sgshapiro		BSD/OS users should begin using OSTYPE(`bsdi').
152564562Sgshapiro	CONFIG: OpenBSD 2.4 installs mail.local non-setuid root.  This
152664562Sgshapiro		requires a new OSTYPE(`openbsd').  From Todd C. Miller of
152764562Sgshapiro		Courtesan Consulting.
152864562Sgshapiro	CONFIG: New OSTYPE(`hpux11') for HP/UX 11.X.
152964562Sgshapiro	CONFIG: A syntax error in check_mail would cause fake top-level
153064562Sgshapiro		domains (.BITNET, .DECNET, .FAX, .USENET, and .UUCP) to
153164562Sgshapiro		be improperly rejected as unresolvable.
153264562Sgshapiro	CONFIG: New FEATURE(`dnsbl') takes up to two arguments (name of
153364562Sgshapiro		DNS server, rejection message) and can be included
153464562Sgshapiro		multiple times.
153564562Sgshapiro	CONFIG: New FEATURE(`relay_mail_from') allows relaying if the
153664562Sgshapiro		mail sender is listed as RELAY in the access map (and tagged
153764562Sgshapiro		with From:).
153864562Sgshapiro	CONFIG: Optional tagging of LHS in the access map (Connect:,
153964562Sgshapiro		From:, To:) to enable finer control.
154064562Sgshapiro	CONFIG: New FEATURE(`ldap_routing') implements LDAP address
154164562Sgshapiro		routing.  See cf/README for a complete description of the
154264562Sgshapiro		new functionality.
154364562Sgshapiro	CONFIG: New variables for the new sendmail options:
154464562Sgshapiro		confAUTH_MECHANISMS		AuthMechanisms
154564562Sgshapiro		confAUTH_OPTIONS		AuthOptions
154664562Sgshapiro		confCLIENT_OPTIONS		ClientPortOptions
154764562Sgshapiro		confCONTROL_SOCKET_NAME		ControlSocketName
154864562Sgshapiro		confDEAD_LETTER_DROP		DeadLetterDrop
154964562Sgshapiro		confDEF_AUTH_INFO		DefaultAuthInfo
155064562Sgshapiro		confDF_BUFFER_SIZE		DataFileBufferSize
155164562Sgshapiro		confLDAP_DEFAULT_SPEC		LDAPDefaultSpec
155264562Sgshapiro		confMAX_ALIAS_RECURSION		MaxAliasRecursion
155364562Sgshapiro		confMAX_HEADERS_LENGTH		MaxHeadersLength
155464562Sgshapiro		confMAX_MIME_HEADER_LENGTH	MaxMimeHeaderLength
155564562Sgshapiro		confPID_FILE			PidFile
155664562Sgshapiro		confPROCESS_TITLE_PREFIX	ProcessTitlePrefix
155764562Sgshapiro		confRRT_IMPLIES_DSN		RrtImpliesDsn
155864562Sgshapiro		confTO_CONTROL			Timeout.control
155964562Sgshapiro		confTO_RESOLVER_RETRANS		Timeout.resolver.retrans
156064562Sgshapiro		confTO_RESOLVER_RETRANS_FIRST	Timeout.resolver.retrans.first
156164562Sgshapiro		confTO_RESOLVER_RETRANS_NORMAL	Timeout.resolver.retrans.normal
156264562Sgshapiro		confTO_RESOLVER_RETRY		Timeout.resolver.retry
156364562Sgshapiro		confTO_RESOLVER_RETRY_FIRST	Timeout.resolver.retry.first
156464562Sgshapiro		confTO_RESOLVER_RETRY_NORMAL	Timeout.resolver.retry.normal
156564562Sgshapiro		confTRUSTED_USER		TrustedUser
156664562Sgshapiro		confXF_BUFFER_SIZE		XscriptFileBufferSize
156764562Sgshapiro	CONFIG: confDAEMON_OPTIONS has been replaced by DAEMON_OPTIONS(),
156864562Sgshapiro		which takes the options as argument and can be used
156964562Sgshapiro		multiple times; see cf/README for details.
157064562Sgshapiro	CONFIG: Add a fifth mailer definition to MAILER(`smtp') called
157164562Sgshapiro		"dsmtp".  This mail provides on-demand delivery using the
157264562Sgshapiro		F=% mailer flag described above.  The "dsmtp" mailer
157364562Sgshapiro		definition uses the new DSMTP_MAILER_ARGS which defaults
157464562Sgshapiro		to "IPC $h".
157564562Sgshapiro	CONFIG: New variables LOCAL_MAILER_MAXMSGS, SMTP_MAILER_MAXMSGS,
157664562Sgshapiro		and RELAY_MAILER_MAXMSGS for setting the m= equate for the
157764562Sgshapiro		local, smtp, and relay mailers respectively.
157864562Sgshapiro	CONFIG: New variable LOCAL_MAILER_DSN_DIAGNOSTIC_CODE for setting
157964562Sgshapiro		the DSN Diagnostic-Code type for the local mailer.  The
158064562Sgshapiro		value should be changed with care.
158164562Sgshapiro	CONFIG: FEATURE(`local_lmtp') now sets the DSN Diagnostic-Code type
158264562Sgshapiro		for the local mailer to the proper value of "SMTP".
158364562Sgshapiro	CONFIG: All included maps are no longer optional by default; if
158464562Sgshapiro		there there is a problem with a map, sendmail will
158564562Sgshapiro		complain.
158664562Sgshapiro	CONFIG: Removed root from class E; use EXPOSED_USER(`root')
158764562Sgshapiro		to get the old behavior.  Suggested by Joe Pruett
158864562Sgshapiro		of Q7 Enterprises.
158964562Sgshapiro	CONFIG: MASQUERADE_EXCEPTION() defines hosts/subdomains which
159064562Sgshapiro		will not be masqueraded.  Proposed by Arne Wichmann
159164562Sgshapiro		of MPI Saarbruecken, Griff Miller of PGS Tensor,
159264562Sgshapiro		Jayme Cox of Broderbund Software Inc.
159364562Sgshapiro	CONFIG: A list of exceptions for FEATURE(`nocanonify') can be
159464562Sgshapiro		specified by CANONIFY_DOMAIN or CANONIFY_DOMAIN_FILE,
159564562Sgshapiro		i.e., a list of domains which are passed to $[ ... $]
159664562Sgshapiro		for canonification. Based on an idea from Neil Rickert
159764562Sgshapiro		of Northern Illinois University.
159864562Sgshapiro	CONFIG: If `canonify_hosts' is specified as parameter for
159964562Sgshapiro		FEATURE(`nocanonify') then addresses which have only
160064562Sgshapiro		a hostname, e.g., <user@host>, will be canonified.
160164562Sgshapiro	CONFIG: If FEATURE(`nocanonify') is turned on, a trailing dot is
160264562Sgshapiro		nevertheless added to addresses with more than one component
160364562Sgshapiro		in it.
160464562Sgshapiro	CONFIG: Canonification is no longer attempted for any host or domain
160564562Sgshapiro		in class 'P' ($=P).
160664562Sgshapiro	CONFIG: New class for matching virtusertable entries $={VirtHost} that
160764562Sgshapiro		can be populated by VIRTUSER_DOMAIN or VIRTUSER_DOMAIN_FILE.
160864562Sgshapiro		FEATURE(`virtuser_entire_domain') can be used to apply this
160964562Sgshapiro		class also to entire subdomains.  Hosts in this class are
161064562Sgshapiro		treated as canonical in SCanonify2, i.e., a trailing dot
161164562Sgshapiro		is added.
161264562Sgshapiro	CONFIG: If VIRTUSER_DOMAIN() or VIRTUSER_DOMAIN_FILE() are used,
161364562Sgshapiro		include $={VirtHost} in $=R (hosts allowed to relay).
161464562Sgshapiro	CONFIG: FEATURE(`generics_entire_domain') can be used to apply the
161564562Sgshapiro		genericstable also to subdomains of $=G.
161664562Sgshapiro	CONFIG: Pass "+detail" as %2 for virtusertable lookups.
161764562Sgshapiro		Patch from Noam Freedman from University of Chicago.
161864562Sgshapiro	CONFIG: Pass "+detail" as %1 for genericstable lookups.  Suggested
161964562Sgshapiro		by Raymond S Brand of rsbx.net.
162064562Sgshapiro	CONFIG: Allow @domain in genericstable to override masquerading.
162164562Sgshapiro		Suggested by Owen Duffy from Owen Duffy & Associates.
162264562Sgshapiro	CONFIG: LOCAL_DOMAIN() adds entries to class w.  Suggested by Steve
162364562Sgshapiro		Hubert of University of Washington.
162464562Sgshapiro	CONFIG: OSTYPE(`gnuhurd') has been replaced by OSTYPE(`gnu') as
162564562Sgshapiro		GNU is now the canonical system name.  From Mark
162664562Sgshapiro		Kettenis of the University of Amsterdam.
162764562Sgshapiro	CONFIG: OSTYPE(`unixware7') updates from Larry Rosenman.
162864562Sgshapiro	CONFIG: Do not include '=' in option expansion if there is no value
162964562Sgshapiro		associated with the option.  From Andrew Brown of
163064562Sgshapiro		Graffiti World Wide, Inc.
163164562Sgshapiro	CONFIG: Add MAILER(`qpage') to define a new pager mailer.  Contributed
163264562Sgshapiro		by Philip A. Prindeville of Enteka Enterprise Technology
163364562Sgshapiro		Services.
163464562Sgshapiro	CONFIG: MAILER(`cyrus') was not preserving case for mail folder
163564562Sgshapiro		names.  Problem noted by Randall Winchester of Swales
163664562Sgshapiro		Aerospace.
163764562Sgshapiro	CONFIG: RELAY_MAILER_FLAGS can be used to define additional flags
163864562Sgshapiro		for the relay mailer.  Suggested by Doug Hughes of Auburn
163964562Sgshapiro		University and Brian Candler.
164064562Sgshapiro	CONFIG: LOCAL_MAILER_FLAGS now includes 'P' (Add Return-Path:
164164562Sgshapiro		header) by default.  Suggested by Per Hedeland of Ericsson.
164264562Sgshapiro	CONFIG: Use SMART_HOST for bracketed addresses, e.g., user@[host].
164364562Sgshapiro		Suggested by Kari Hurtta of the Finnish Meteorological
164464562Sgshapiro		Institute.
164564562Sgshapiro	CONFIG: New macro MODIFY_MAILER_FLAGS to tweak *_MAILER_FLAGS;
164664562Sgshapiro		i.e., to set, add, or delete flags.
164764562Sgshapiro	CONFIG: If SMTP AUTH is used then relaying is allowed for any user
164864562Sgshapiro		who authenticated via a "trusted" mechanism, i.e., one that
164964562Sgshapiro		is defined via TRUST_AUTH_MECH(`list of mechanisms').
165064562Sgshapiro	CONFIG: FEATURE(`delay_checks') delays check_mail and check_relay
165164562Sgshapiro		after check_rcpt and allows for exceptions from the checks.
165264562Sgshapiro	CONFIG: Map declarations have been moved into their associated
165364562Sgshapiro		feature files to allow greater flexibility in use of
165464562Sgshapiro		sequence maps.  Suggested by Per Hedeland of Ericsson.
165564562Sgshapiro	CONFIG: New macro LOCAL_MAILER_EOL to override the default end of
165664562Sgshapiro		line string for the local mailer.  Requested by Il Oh of
165764562Sgshapiro		Willamette Industries, Inc.
165864562Sgshapiro	CONFIG: Route addresses are stripped, i.e., <@a,@b,@c:user@d> is
165964562Sgshapiro		converted to <user@d>
166064562Sgshapiro	CONFIG: Reject bogus return address of <@@hostname>, generated by
166164562Sgshapiro		Sun's older, broken configuration files.
166264562Sgshapiro	CONFIG: FEATURE(`nullclient') now provides the full rulesets of a
166364562Sgshapiro		normal configuration, allowing anti-spam checks to be
166464562Sgshapiro		performed.
166564562Sgshapiro	CONFIG: Don't return a permanent error (Relaying denied) if
166664562Sgshapiro		${client_name} can't be resolved just temporarily.
166764562Sgshapiro		Suggested by Kari Hurtta of the Finnish Meteorological
166864562Sgshapiro		Institute.
166964562Sgshapiro	CONFIG: Change numbered rulesets into named (which still can
167064562Sgshapiro		be accessed by their numbers).
167164562Sgshapiro	CONFIG: FEATURE(`nouucp') takes one parameter: reject or nospecial
167264562Sgshapiro		which describes whether to disallow "!" in the local part
167364562Sgshapiro		of an address.
167464562Sgshapiro	CONFIG: Call Local_localaddr from localaddr (S5) which can be used
167564562Sgshapiro		to rewrite an address from a mailer which has the F=5 flag
167664562Sgshapiro		set.  If the ruleset returns a mailer, the appropriate
167764562Sgshapiro		action is taken, otherwise the returned tokens are ignored.
167864562Sgshapiro	CONFIG: cf/ostype/solaris.m4 has been renamed to solaris2.pre5.m4
167964562Sgshapiro		and cf/ostype/solaris2.m4 is now a copy of solaris2.ml.m4.
168064562Sgshapiro		The latter is kept around for backward compatibility.
168164562Sgshapiro	CONFIG: Allow ":D.S.N:" for mailer/virtusertable "error:" entries,
168264562Sgshapiro		where "D.S.N" is an RFC 1893 compliant error code.
168364562Sgshapiro	CONFIG: Use /usr/lbin as confEBINDIR for Compaq Tru64 (Digital UNIX).
168464562Sgshapiro	CONFIG: Remove second space between username and date in UNIX From_
168564562Sgshapiro		line.  Noted by Allan E Johannesen of Worcester Polytechnic
168664562Sgshapiro		Institute.
168764562Sgshapiro	CONFIG: Make sure all of the mailers have complete T= equates.
168864562Sgshapiro	CONFIG: Extend FEATURE(`local_procmail') so it can now take
168964562Sgshapiro		arguments overriding the mailer program, arguments, and
169064562Sgshapiro		mailer definition flags.  This makes it possible to use
169164562Sgshapiro		other programs such as maildrop for local delivery.
169264562Sgshapiro	CONFIG: Emit warning if FEATURE(`local_lmtp') or
169364562Sgshapiro		FEATURE(`local_procmail') is given after MAILER(`local').
169464562Sgshapiro		Patch from Richard A. Nelson of IBM.
169564562Sgshapiro	CONFIG: Add SMTP Authentication information to Received: header
169664562Sgshapiro		default value (confRECEIVED_HEADER).
169764562Sgshapiro	CONFIG: Remove `l' flag from USENET_MAILER_FLAGS as it is not a
169864562Sgshapiro		local mailer.  Problem noted by Per Hedeland of Ericsson.
169964562Sgshapiro	CONTRIB: Added bounce-resender.pl from Brian R. Gaeke of the
170064562Sgshapiro		University of California at Berkeley.
170164562Sgshapiro	CONTRIB: Added domainmap.m4 from Mark D. Roth of the University of
170264562Sgshapiro		Illinois at Urbana-Champaign.
170364562Sgshapiro	CONTRIB: etrn.pl now recognizes bogus host names.  Patch from
170464562Sgshapiro		Bruce Barnett of GE's R&D Lab.
170564562Sgshapiro	CONTRIB: Patches for re-mqueue.pl by Graeme Hewson of Oracle
170664562Sgshapiro		Corporation UK.
170764562Sgshapiro	CONTRIB: Added qtool.pl to assist in managing the queues.
170864562Sgshapiro	DEVTOOLS: Prevent user environment variables from interfering with
170964562Sgshapiro		the Build scripts.  Problem noted by Ezequiel H. Panepucci of
171064562Sgshapiro		Yale University.
171164562Sgshapiro	DEVTOOLS: 'Build -M' will display the obj.* directory which will
171264562Sgshapiro		be used for building.
171364562Sgshapiro	DEVTOOLS: 'Build -A' will display the architecture that would be
171464562Sgshapiro		used for a fresh build.
171564562Sgshapiro	DEVTOOLS: New variable confRANLIB, set automatically by configure.sh.
171664562Sgshapiro	DEVTOOLS: New variable confRANLIBOPTS for the options to send to
171764562Sgshapiro		ranlib.
171864562Sgshapiro	DEVTOOLS: 'Build -O <path>' will have the object files build in
171964562Sgshapiro		<path>/obj.*.  Suggested by Bryan Costales of Exactis.
172064562Sgshapiro	DEVTOOLS: New variable confNO_MAN_BUILD which will prevent the
172164562Sgshapiro		building of the man pages when defined.  Suggested by Bryan
172264562Sgshapiro		Costales.
172364562Sgshapiro	DEVTOOLS: New variables confNO_HELPFILE_INSTALL and
172464562Sgshapiro		confNO_STATISTICS_INSTALL which will prevent the
172564562Sgshapiro		installation of the sendmail helpfile and statistics file
172664562Sgshapiro		respectively.  Suggested by Bryan Costales.
172764562Sgshapiro	DEVTOOLS: Recognize ReliantUNIX as SINIX.  Patch from Gerald Rinske
172864562Sgshapiro		of Siemens Business Services.
172964562Sgshapiro	DEVTOOLS: New variable confSTDIO_TYPE which defines the type of
173064562Sgshapiro		stdio library.  The new buffered file I/O depends on the
173164562Sgshapiro		Torek stdio library.  This option can be either portable or
173264562Sgshapiro		torek.
173364562Sgshapiro	DEVTOOLS: New variables confSRCADD and confSMSRCADD which
173464562Sgshapiro		correspond to confOBJADD and confSMOBJADD respectively.
173564562Sgshapiro		They should contain the C source files for the object files
173664562Sgshapiro		listed in confOBJADD and confSMOBJADD.  These file names
173764562Sgshapiro		will be passed to the 'make depend' stage of compilation.
173864562Sgshapiro	DEVTOOLS: New program specific variables for each of the programs
173964562Sgshapiro		in the sendmail distribution.  Each has the form
174064562Sgshapiro		`conf_prog_ENVDEF', for example, `conf_sendmail_ENVDEF'.
174164562Sgshapiro		The new variables are conf_prog_ENVDEF, conf_prog_LIBS,
174264562Sgshapiro		conf_prog_SRCADD, and conf_prog_OBJADD.
174364562Sgshapiro	DEVTOOLS: Build system redesign.  This should have little affect on
174464562Sgshapiro		building the distribution, but documentation on the changes
174564562Sgshapiro		are in devtools/README.
174664562Sgshapiro	DEVTOOLS: Don't allow 'Build -f file' if an object directory already
174764562Sgshapiro		exists.  Suggested by Valdis Kletnieks of Virginia Tech.
174864562Sgshapiro	DEVTOOLS: Rename confSRCDIR to confSMSRCDIR since it only identifies
174964562Sgshapiro		the path to the sendmail source directory.  confSRCDIR is a
175064562Sgshapiro		new variable which identifies the root of the source
175164562Sgshapiro		directories for all of the programs in the distribution.
175264562Sgshapiro	DEVTOOLS: confSRCDIR and confSMSRCDIR are now determined at Build
175364562Sgshapiro		time.  They can both still be overridden by setting the m4
175464562Sgshapiro		macro.
175564562Sgshapiro	DEVTOOLS: confSBINGRP now defaults to bin instead of kmem.
175664562Sgshapiro	DEVTOOLS: 'Build -Q prefix' uses devtools/Site/prefix.*.m4 for
175764562Sgshapiro		build configurations, and places objects in obj.prefix.*/.
175864562Sgshapiro		Complains as 'Build -f file' does for existing object
175964562Sgshapiro		directories.  Suggested by Tom Smith of Digital Equipment
176064562Sgshapiro		Corporation.
176164562Sgshapiro	DEVTOOLS: Setting confINSTALL_RAWMAN will install unformatted
176264562Sgshapiro		manual pages in the directory tree specified by
176364562Sgshapiro		confMANROOTMAN.
176464562Sgshapiro	DEVTOOLS: If formatting the manual pages fails, copy in the
176564562Sgshapiro		preformatted pages from the distribution.  The new variable
176664562Sgshapiro		confCOPY specifies the copying program.
176764562Sgshapiro	DEVTOOLS: Defining confFORCE_RMAIL will install rmail without
176864562Sgshapiro		question.  Suggested by Terry Lambert of Whistle
176964562Sgshapiro		Communications.
177064562Sgshapiro	DEVTOOLS: confSTFILE and confHFFILE can be used to change the names
177164562Sgshapiro		of the installed statistics and help files, respectively.
177264562Sgshapiro	DEVTOOLS: Remove spaces in `uname -r` output when determining
177364562Sgshapiro		operating system identity.  Problem noted by Erik
177464562Sgshapiro		Wachtenheim of Dartmouth College.
177564562Sgshapiro	DEVTOOLS: New variable confLIBSEARCHPATH to specify the paths that
177664562Sgshapiro		will be search for the libraries specified in confLIBSEARCH.
177764562Sgshapiro		Defaults to "/lib /usr/lib /usr/shlib".
177864562Sgshapiro	DEVTOOLS: New variables confSTRIP and confSTRIPOPTS for specifying
177964562Sgshapiro		how to strip binaries.  These are used by the new
178064562Sgshapiro		install-strip target.
178164562Sgshapiro	DEVTOOLS: New config file site.post.m4 which is included after
178264562Sgshapiro		the others (if it exists).
178364562Sgshapiro	DEVTOOLS: Change order of LIBS: first product specific libraries
178464562Sgshapiro		then the default ones.
178564562Sgshapiro	MAIL.LOCAL: Will not be installed setuid root.  To use mail.local
178664562Sgshapiro		as local delivery agent without LMTP mode, use
178764562Sgshapiro		MODIFY_MAILER_FLAGS(`LOCAL', `+S')
178864562Sgshapiro		to set the S flag.
178964562Sgshapiro	MAIL.LOCAL: Do not reject addresses which would otherwise be
179064562Sgshapiro		accepted by sendmail.  Suggested by Neil Rickert of
179164562Sgshapiro		Northern Illinois University.
179264562Sgshapiro	MAIL.LOCAL: New -7 option which causes LMTP mode not to advertise
179364562Sgshapiro		8BITMIME in the LHLO response.  Suggested by Kari Hurtta of
179464562Sgshapiro		the Finnish Meteorological Institute.
179564562Sgshapiro	MAIL.LOCAL: Add support for the maillock() routines by defining
179664562Sgshapiro		MAILLOCK when compiling.  Also requires linking with
179764562Sgshapiro		-lmail.  Patch from Neil Rickert of Northern Illinois
179864562Sgshapiro		University.
179964562Sgshapiro	MAIL.LOCAL: Create a Content-Length: header if CONTENTLENGTH is
180064562Sgshapiro		defined when compiling.  Automatically set for Solaris 2.3
180164562Sgshapiro		and later.  Patch from Neil Rickert of Northern Illinois
180264562Sgshapiro		University.
180364562Sgshapiro	MAIL.LOCAL: Move the initialization of the 'notifybiff' address
180464562Sgshapiro		structure to the beginning of the program.  This ensures that
180564562Sgshapiro		the getservbyname() is done before any seteuid to a possibly
180664562Sgshapiro		unauthenticated user.  If you are using NIS+ and secure RPC
180764562Sgshapiro		on a Solaris system, this avoids syslog messages such as,
180864562Sgshapiro		"authdes_refresh: keyserv(1m) is unable to encrypt session
180964562Sgshapiro		key."  Patch from Neil Rickert of Northern Illinois
181064562Sgshapiro		University.
181164562Sgshapiro	MAIL.LOCAL: Support group writable mail spool files when MAILGID is
181264562Sgshapiro		set to the gid to use (-DMAILGID=6) when compiling.
181364562Sgshapiro		Patch from Neil Rickert of Northern Illinois University.
181464562Sgshapiro	MAIL.LOCAL: When a mail message included lines longer than 2046
181564562Sgshapiro		characters (in LMTP mode), mail.local split the incoming
181664562Sgshapiro		line up into 2046-character output lines (excluding the
181764562Sgshapiro		newline).  If an input line was 2047 characters long
181864562Sgshapiro		(excluding CR-LF) and the last character was a '.',
181964562Sgshapiro		mail.local saw it as the end of input, transfered it to the
182064562Sgshapiro		user mailbox and tried to write an `ok' back to sendmail.
182164562Sgshapiro		If the message was much longer, both sendmail and
182264562Sgshapiro		mail.local would deadlock waiting for each other to read
182364562Sgshapiro		what they have written.  Problem noted by Peter Jeremy of
182464562Sgshapiro		Alcatel Australia Limited.
182564562Sgshapiro	MAIL.LOCAL: New option -b to return a permanent error instead of a
182664562Sgshapiro		temporary error if a mailbox exceeds quota.  Suggested by
182764562Sgshapiro		Neil Rickert of Northern Illinois University.
182864562Sgshapiro	MAIL.LOCAL: The creation of a lockfile is subject to a global
182964562Sgshapiro		timeout to avoid starvation.
183064562Sgshapiro	MAIL.LOCAL: Properly parse addresses with multiple quoted
183164562Sgshapiro		local-parts.  Problem noted by Ronald F. Guilmette of
183264562Sgshapiro		Infinite Monkeys & Co.
183364562Sgshapiro	MAIL.LOCAL: NCR MP/RAS 3.X portability from Tom J. Moore of NCR.
183464562Sgshapiro	MAILSTATS: New -p option to invoke program mode in which stats are
183564562Sgshapiro		printed in a machine readable fashion and the stats file
183664562Sgshapiro		is reset.  Patch from Kevin Hildebrand of the University
183764562Sgshapiro		of Maryland.
183864562Sgshapiro	MAKEMAP: If running as root, automatically change the ownership of
183964562Sgshapiro		generated maps to the TrustedUser as specified in the
184064562Sgshapiro		sendmail configuration file.
184164562Sgshapiro	MAKEMAP: New -C option to accept an alternate sendmail
184264562Sgshapiro		configuration file to use for finding the TrustedUser
184364562Sgshapiro		option.
184464562Sgshapiro	MAKEMAP: New -u option to dump (unmap) a database.  Based on
184564562Sgshapiro		code contributed by Roy Mongiovi of Georgia Tech.
184664562Sgshapiro	MAKEMAP: New -e option to allow empty values.  Suggested by Philip
184764562Sgshapiro		A. Prindeville of Enteka Enterprise Technology Services.
184864562Sgshapiro	MAKEMAP: Compile cleanly on 64-bit operating systems.  Problem
184964562Sgshapiro		noted by Gerald Rinske of Siemens Business Services.
185064562Sgshapiro	OP.ME: Correctly document interaction between F=S and U= mailer
185164562Sgshapiro		equates.  Problem noted by Bob Halley of Internet Engines.
185264562Sgshapiro	OP.ME: Fixup Timeout documentation.  From Graeme Hewson of Oracle
185364562Sgshapiro		Corporation UK.
185464562Sgshapiro	OP.ME: The Timeout [r] option was incorrectly listed as "safe"
185564562Sgshapiro		(e.g., sendmail would not drop root privileges if the
185664562Sgshapiro		option was specified on the command line).  Problem noted
185764562Sgshapiro		by Todd C. Miller of Courtesan Consulting.
185864562Sgshapiro	PRALIASES: Handle the hash and btree map specifications for
185964562Sgshapiro		Berkeley DB.  Patch from Brian J. Coan of the
186064562Sgshapiro		Institute for Global Communications.
186164562Sgshapiro	PRALIASES: Read the sendmail.cf file for the location(s) of the
186264562Sgshapiro		alias file(s) if the -f option is not used.  Patch from
186364562Sgshapiro		John Beck of Sun Microsystems.
186464562Sgshapiro	PRALIASES: New -C option to specify an alternate sendmail
186564562Sgshapiro		configuration file to use for finding alias file(s).  Patch
186664562Sgshapiro		from John Beck of Sun Microsystems.
186764562Sgshapiro	SMRSH: allow shell commands echo, exec, and exit.  Allow command
186864562Sgshapiro		lists using || and &&.  Based on patch from Brian J. Coan
186964562Sgshapiro		of the Institute for Global Communications.
187064562Sgshapiro	SMRSH: Update README for the new Build system.  From Tim Pierce
187164562Sgshapiro		of RootsWeb Genealogical Data Cooperative.
187264562Sgshapiro	VACATION: Added vacation auto-responder to sendmail distribution.
187364562Sgshapiro	LIBSMDB: Added abstracted database library.  Works with Berkeley
187464562Sgshapiro		DB 1.85, Berkeley DB 2.X, Berkeley DB 3.X, and NDBM.
187564562Sgshapiro	Changed Files:
187664562Sgshapiro		The Build script in the various program subdirectories are
187764562Sgshapiro			no longer symbolic links.  They are now scripts
187864562Sgshapiro			which execute the actual Build script in
187964562Sgshapiro			devtools/bin.
188064562Sgshapiro		All the manual pages are now written against -man and not
188164562Sgshapiro			-mandoc as they were previously.
188264562Sgshapiro		Add a simple Makefile to every directory so make instead
188364562Sgshapiro			of Build will work (unless parameters are
188464562Sgshapiro			required for Build).
188564562Sgshapiro	New Directories:
188664562Sgshapiro		devtools/M4/UNIX
188764562Sgshapiro		include
188864562Sgshapiro		libmilter
188964562Sgshapiro		libsmdb
189064562Sgshapiro		libsmutil
189164562Sgshapiro		vacation
189264562Sgshapiro	Renamed Directories:
189364562Sgshapiro		BuildTools => devtools
189464562Sgshapiro		src => sendmail
189564562Sgshapiro	Deleted Files:
189664562Sgshapiro		cf/m4/nullrelay.m4
189764562Sgshapiro		devtools/OS/Linux.ppc
189864562Sgshapiro		devtools/OS/ReliantUNIX
189964562Sgshapiro		devtools/OS/SINIX
190064562Sgshapiro		sendmail/ldap_map.h
190164562Sgshapiro	New Files:
190264562Sgshapiro		INSTALL
190364562Sgshapiro		PGPKEYS
190464562Sgshapiro		cf/cf/generic-linux.cf
190564562Sgshapiro		cf/cf/generic-linux.mc
190664562Sgshapiro		cf/feature/delay_checks.m4
190764562Sgshapiro		cf/feature/dnsbl.m4
190864562Sgshapiro		cf/feature/generics_entire_domain.m4
190964562Sgshapiro		cf/feature/no_default_msa.m4
191064562Sgshapiro		cf/feature/relay_mail_from.m4
191164562Sgshapiro		cf/feature/virtuser_entire_domain.m4
191264562Sgshapiro		cf/mailer/qpage.m4
191364562Sgshapiro		cf/ostype/bsdi.m4
191464562Sgshapiro		cf/ostype/hpux11.m4
191564562Sgshapiro		cf/ostype/openbsd.m4
191664562Sgshapiro		contrib/bounce-resender.pl
191764562Sgshapiro		contrib/domainmap.m4
191864562Sgshapiro		contrib/qtool.8
191964562Sgshapiro		contrib/qtool.pl
192064562Sgshapiro		devtools/M4/depend/AIX.m4
192164562Sgshapiro		devtools/M4/list.m4
192264562Sgshapiro		devtools/M4/string.m4
192364562Sgshapiro		devtools/M4/subst_ext.m4
192464562Sgshapiro		devtools/M4/switch.m4
192564562Sgshapiro		devtools/OS/Darwin
192664562Sgshapiro		devtools/OS/GNU
192764562Sgshapiro		devtools/OS/SINIX.5.43
192864562Sgshapiro		devtools/OS/SINIX.5.44
192964562Sgshapiro		devtools/OS/m88k
193064562Sgshapiro		devtools/bin/find_in_path.sh
193164562Sgshapiro		mail.local/Makefile
193264562Sgshapiro		mailstats/Makefile
193364562Sgshapiro		makemap/Makefile
193464562Sgshapiro		praliases/Makefile
193564562Sgshapiro		rmail/Makefile
193664562Sgshapiro		sendmail/Makefile
193764562Sgshapiro		sendmail/bf.h
193864562Sgshapiro		sendmail/bf_portable.c
193964562Sgshapiro		sendmail/bf_portable.h
194064562Sgshapiro		sendmail/bf_torek.c
194164562Sgshapiro		sendmail/bf_torek.h
194264562Sgshapiro		sendmail/shmticklib.c
194364562Sgshapiro		sendmail/statusd_shm.h
194464562Sgshapiro		sendmail/timers.c
194564562Sgshapiro		sendmail/timers.h
194664562Sgshapiro		smrsh/Makefile
194764562Sgshapiro		vacation/Makefile
194864562Sgshapiro	Renamed Files:
194964562Sgshapiro		cf/ostype/gnuhurd.m4 => cf/ostype/gnu.m4
195064562Sgshapiro		sendmail/cdefs.h => include/sendmail/cdefs.h
195164562Sgshapiro		sendmail/sendmail.hf => sendmail/helpfile
195264562Sgshapiro		sendmail/mailstats.h => include/sendmail/mailstats.h
195364562Sgshapiro		sendmail/pathnames.h => include/sendmail/pathnames.h
195464562Sgshapiro		sendmail/safefile.c => libsmutil/safefile.c
195564562Sgshapiro		sendmail/snprintf.c => libsmutil/snprintf.c
195664562Sgshapiro		sendmail/useful.h => include/sendmail/useful.h
195764562Sgshapiro		cf/ostype/solaris2.m4 => cf/ostype/solaris2.pre5.m4
195864562Sgshapiro	Copied Files:
195964562Sgshapiro		cf/ostype/solaris2.ml.m4 => cf/ostype/solaris2.m4
196064562Sgshapiro
196164562Sgshapiro8.9.3/8.9.3	1999/02/04
196264562Sgshapiro	SECURITY: Limit message headers to a maximum of 32K bytes (total
196364562Sgshapiro		of all headers in a single message) to prevent a denial of
196464562Sgshapiro		service attack.  This limit will be configurable in 8.10.
196564562Sgshapiro		Problem noted by Michal Zalewski of the "Internet for
196664562Sgshapiro		Schools" project (IdS).
196764562Sgshapiro	Prevent segmentation fault on an LDAP lookup if the LDAP map
196864562Sgshapiro		was closed due to an earlier failure.  Problem noted by
196964562Sgshapiro		Jeff Wasilko of smoe.org.  Fix from Booker Bense of
197064562Sgshapiro		Stanford University and Per Hedeland of Ericsson.
197164562Sgshapiro	Preserve the order of the MIME headers in multipart messages
197264562Sgshapiro		when performing the MIME header length check.  This
197364562Sgshapiro		will allow PGP signatures to function properly.  Problem
197464562Sgshapiro		noted by Lars Hecking of University College, Cork, Ireland.
197564562Sgshapiro	If ruleset 5 rewrote the local address to an :include: directive,
197664562Sgshapiro		the delivery would fail with an "aliasing/forwarding loop
197764562Sgshapiro		broken" error.  Problem noted by Eric C Hagberg of Morgan
197864562Sgshapiro		Stanley.  Fix from Per Hedeland of Ericsson.
197964562Sgshapiro	Allow -T to work for bestmx maps.  Fix from Aaron Schrab of
198064562Sgshapiro		ExecPC Internet Systems.
198164562Sgshapiro	During the transfer of a message in an SMTP transaction, if a
198264562Sgshapiro		TCP timeout occurs, the message would be properly queued
198364562Sgshapiro		for later retry but the failure would be logged as
198464562Sgshapiro		"Illegal Seek" instead of a timeout.  Problem noted by
198564562Sgshapiro		Piotr Kucharski of the Warsaw School of Economics (SGH)
198664562Sgshapiro		and Carles Xavier Munyoz Baldo of CTV Internet.
198764562Sgshapiro	Prevent multiple deliveries on a self-referencing alias if the
198864562Sgshapiro		F=w mailer flag is not set.  Problem noted by Murray S.
198964562Sgshapiro		Kucherawy of Concentric Network Corporation and Per
199064562Sgshapiro		Hedeland of Ericsson.
199164562Sgshapiro	Do not strip empty headers but if there is no value and a
199264562Sgshapiro		default is defined in sendmail.cf, use the default.
199364562Sgshapiro		Problem noted by Philip Guenther of Gustavus Adolphus
199464562Sgshapiro		College and Christopher McCrory of Netus, Inc.
199564562Sgshapiro	Don't inherit information about the sender (notably the full name)
199664562Sgshapiro		in SMTP (-bs) mode, since this might be called from inetd.
199764562Sgshapiro	Accept any 3xx reply code in response to DATA command instead of
199864562Sgshapiro		requiring 354.  This change will match the wording to be
199964562Sgshapiro		published in the updated SMTP specification from the DRUMS
200064562Sgshapiro		group of the IETF.
200164562Sgshapiro	Portability:
200264562Sgshapiro		AIX 4.2.0 or 4.2.1 may become updated by the fileset
200364562Sgshapiro			bos.rte.net level 4.2.0.2.  This introduces the
200464562Sgshapiro			softlink /usr/lib/libbind.a which should
200564562Sgshapiro			not be used.  It conflicts with the resolver
200664562Sgshapiro			built into libc.a.  "bind" has been removed
200764562Sgshapiro			from the confLIBSEARCH BuildTools variable.
200864562Sgshapiro			Users who have installed BIND 8.X will have
200964562Sgshapiro			to add it back in their site.config.m4 file.
201064562Sgshapiro			Problem noted by Ole Holm Nielsen of the
201164562Sgshapiro			Technical University of Denmark.
201264562Sgshapiro		CRAY TS 10.0.x from Sven Nielsen of San Diego
201364562Sgshapiro			Supercomputer Center.
201464562Sgshapiro		Improved LDAP version 3 integration based on input
201564562Sgshapiro			from Kurt D. Zeilenga of the OpenLDAP Foundation,
201664562Sgshapiro			John Beck of Sun Microsystems, and Booker Bense
201764562Sgshapiro			of Stanford University.
201864562Sgshapiro		Linux doesn't have a standard way to get the timezone
201964562Sgshapiro			between different releases.  Back out the
202064562Sgshapiro			change in 8.9.2 and don't attempt to derive
202164562Sgshapiro			a timezone.  Problem reported by Igor S. Livshits
202264562Sgshapiro			of the University of Illinois at Urbana-Champaign
202364562Sgshapiro			and Michael Dickens of Tetranet Communications.
202464562Sgshapiro		Reliant UNIX, the new name for SINIX, from Gert-Jan Looy
202564562Sgshapiro			of Siemens/SNI.
202643730Speter		SunOS 5.8 from John Beck of Sun Microsystems.
202743730Speter	CONFIG: SCO UnixWare 2.1 and 7.0 need TZ to get the proper
202843730Speter		timezone.  Problem noted by Petr Lampa of Technical
202943730Speter		University of Brno.
203043730Speter	CONFIG: Handle <@bestmx-host:user@otherhost> addressing properly
203143730Speter		when using FEATURE(bestmx_is_local).  Patch from Neil W.
203243730Speter		Rickert of Northern Illinois University.
203343730Speter	CONFIG: Properly handle source routed and %-hack addresses on
203443730Speter		hosts which the mailertable remaps to local:.  Patch from
203543730Speter		Neil W. Rickert of Northern Illinois University.
203643730Speter	CONFIG: Internal fixup of mailertable local: map value.  Patch from
203743730Speter		Larry Parmelee of Cornell University.
203843730Speter	CONFIG: Only add back +detail from host portion of mailer triplet
203943730Speter		on local mailer triplets if it was originally +detail.
204043730Speter		Patch from Neil W. Rickert of Northern Illinois University.
204143730Speter	CONFIG: The bestmx_is_local checking done in check_rcpt would
204243730Speter		cause later checks to fail.  Patch from Paul J Murphy of
204343730Speter		MIDS Europe.
204443730Speter	New Files:
204543730Speter		BuildTools/OS/CRAYTS.10.0.x
204643730Speter		BuildTools/OS/ReliantUNIX
204743730Speter		BuildTools/OS/SunOS.5.8
204843730Speter
204943730Speter8.9.2/8.9.2	1998/12/30
205043730Speter	SECURITY: Remove five second sleep on accepting daemon connections
205143730Speter		due to an accept() failure.  This sleep could be used
205243730Speter		for a denial of service attack.
205343730Speter	Do not silently ignore queue files with names which are too long.
205443730Speter		Patch from Bryan Costales of InfoBeat, Inc.
205543730Speter	Do not store failures closing an SMTP session in persistent
205643730Speter		host status.  Reported by Graeme Hewson of Oracle
205743730Speter		Corporation UK.
205843730Speter	Allow symbolic link forward files if they are in safe directories.
205943730Speter		Problem noted by Andreas Schott of the Max Planck Society.
206043730Speter	Missing columns in a text map could cause a segmentation fault.
206143730Speter		Fix from David Lee of the University of Durham.
206243730Speter	Note that for 8.9.X, PrivacyOptions=goaway also includes the
206343730Speter		noetrn flag.  This is scheduled to change in a future
206443730Speter		version of sendmail.  Problem noted by Theo Van Dinter of
206543730Speter		Chrysalis Symbolic Designa and Alan Brown of Manawatu
206664562Sgshapiro		Internet Services.
206764562Sgshapiro	When trying to do host canonification in a Wildcard MX
206864562Sgshapiro		environment, try an MX lookup of the hostname without the
206943730Speter		default domain appended.  Problem noted by Olaf Seibert of
207043730Speter		Polderland Language & Speech Technology.
207143730Speter	Reject SMTP RCPT To: commands with only comments (i.e.
207243730Speter		'RCPT TO: (comment)'.  Problem noted by Earle Ake of
207343730Speter		Hassler Communication Systems Technology, Inc.
207443730Speter	Handle any number of %s in the LDAP filter spec.  Patch from
207543730Speter		Per Hedeland of Ericsson.
207643730Speter	Clear ldapx open timeouts even if the map open failed to prevent
207743730Speter		a segmentation fault.  Patch from Wayne Knowles of the
207843730Speter		National Institute of Water & Atmospheric Research Ltd.
207943730Speter	Do not syslog envelope clone messages when using address
208043730Speter		verification (-bv).  Problem noted by Kari Hurtta of the
208143730Speter		Finnish Meteorological Institute.
208243730Speter	Continue to perform queue runs while in daemon mode even if the
208343730Speter		daemon is rejecting connections due to a disk full
208443730Speter		condition.  Problem noted by JR Oldroyd of TerraNet
208543730Speter		Internet Services.
208643730Speter	Include full filename on installation of the sendmail.hf file
208743730Speter		in case the $HFDIR directory does not exist.  Problem
208843730Speter		noted by Josef Svitak of Montana State University.
208943730Speter	Close all maps when exiting the process with one exception.
209043730Speter		Berkeley DB can use internal shared memory locking for
209143730Speter		its memory pool.  Closing a map opened by another process
209243730Speter		will interfere with the shared memory and locks of the
209343730Speter		parent process leaving things in a bad state.  For
209443730Speter		Berkeley DB, only close the map if the current process
209543730Speter		is also the one that opened the map, otherwise only close
209643730Speter		the map file descriptor.  Thanks to Yoseff Francus of
209743730Speter		Collective Technologies for volunteering his system for
209843730Speter		extended testing.
209943730Speter	Avoid null pointer dereference on XDEBUG output for SMTP reply
210043730Speter		failures.  Problem noted by Carlos Canau of EUnet Portugal.
210143730Speter	On mailq and hoststat listings being piped to another program, such
210243730Speter		as more, if the pipe closes (i.e., the user quits more),
210343730Speter		stop sending output and exit.  Patch from Allan E Johannesen
210443730Speter		of Worcester Polytechnic Institute.
210543730Speter	In accordance with the documentation, LDAP map lookup failures
210643730Speter		are now considered temporary failures instead of permanent
210743730Speter		failures unless the -t flag is used in the map definition.
210864562Sgshapiro		Problem noted by Booker Bense of Stanford University and
210943730Speter		Eric C. Hagberg of Morgan Stanley.
211043730Speter	Fix by one error reporting on long alias names.  Problem noted by
211143730Speter		H. Paul Hammann of the Missouri Research and Education
211243730Speter		Network.
211364562Sgshapiro	Fix DontBlameSendmail=IncludeFileInUnsafeDirPath behavior.  Problem
211442575Speter		noted by Barry S. Finkel of Argonne National Laboratory.
211542575Speter	When automatically converting from 8 bit to quoted printable MIME,
211642575Speter		be careful not to miss a multi-part boundary if that
211742575Speter		boundary is preceded by a boundary-like line.  Problem
211842575Speter		noted by Andreas Raschle of Ansid Inc.  Fix from
211942575Speter		Kari Hurtta of the Finnish Meteorological Institute.
212042575Speter	Avoid bogus reporting of "LMTP tobuf overflow" when the buffer
212142575Speter		has enough space for the additional address.  Problem
212242575Speter		noted by Steve Cliffe of the University of Wollongong.
212342575Speter	Fix DontBlameSendmail=FileDeliveryToSymlink behavior.  Problem
212442575Speter		noted by Alex Vorobiev of Swarthmore College.
212542575Speter	If the check_compat ruleset resolves to the $#discard mailer,
212643730Speter		discard the current recipient.  Unlike check_relay,
212742575Speter		check_mail, and check_rcpt, the entire envelope is not
212842575Speter		discarded.  Problem noted by RZ D. Rahlfs.  Fix from
212942575Speter		Claus Assmann of Christian-Albrechts-University of Kiel.
213042575Speter	Avoid segmentation fault when reading ServiceSwitchFile files with
213142575Speter		bogus formatting.  Patch from Kari Hurtta of the Finnish
213242575Speter		Meteorological Institute.
213342575Speter	Support Berkeley DB 2.6.4 API change.
213442575Speter	OP.ME: Pages weren't properly output on duplexed printers.  Fix
213542575Speter		from Matthew Black of CSU Long Beach.
213642575Speter	Portability:
213742575Speter		Apple Rhapsody from Wilfredo Sanchez of Apple Computer, Inc.
213842575Speter		Avoid a clash with IRIX 6.2 getopt.h and the UserDatabase
213942575Speter			option structure.  Problem noted by Ashley M.
214042575Speter			Kirchner of Photo Craft Laboratories, Inc.
214142575Speter		Break out IP address to hostname translation for
214242575Speter			reading network interface addresses into
214342575Speter			class 'w'.  Patch from John Kennedy of
214442575Speter			Cal State University, Chico.
214542575Speter		AIX 4.x use -qstrict with -O3 to prevent the optimized
214642575Speter			from changing the semantics of the compiled
214742575Speter			program.  From Simon Travaglia of the
214842575Speter			University of Waikato, New Zealand.
214942575Speter		FreeBSD 2.2.2 and later support setusercontext().  From
215042575Speter			Peter Wemm of DIALix.
215142575Speter		FreeBSD 3.x fix from Peter Wemm of DIALix.
215242575Speter		IRIX 5.x has a syslog buffer size of 512 bytes.  From
215342575Speter			Nao NINOMIYA of Utsunomiya University.
215464562Sgshapiro		IRIX 6.5 64-bit Build support.
215564562Sgshapiro		LDAP Version 3 support from John Beck and Ravi Iyer
215664562Sgshapiro			of Sun Microsystems.
215764562Sgshapiro		Linux does not implement seteuid() properly.  From
215842575Speter			John Kennedy of Cal State University, Chico.
215942575Speter		Linux timezone type was set improperly.  From Takeshi Itoh
216042575Speter			of Bits Co., Ltd.
216142575Speter		NCR MP-RAS 3.x needs -lresolv for confLIBS.  From
216242575Speter			Tom J. Moore of NCR.
216342575Speter		NeXT 4.x correction to man page path.  From J. P. McCann
216442575Speter			of E I A.
216542575Speter		System V Rel 5.x (a.k.a UnixWare7 w/o BSD-Compatibility Libs)
216664562Sgshapiro			from Paul Gampe of the Asia Pacific Network
216742575Speter			Information Center.
216842575Speter		ULTRIX now requires an optimization limit of 970 from
216942575Speter			Allan E Johannesen of Worcester Polytechnic
217042575Speter			Institute.
217142575Speter		Fix extern declaration for sm_dopr().  Fix from Henk
217242575Speter			van Oers of Algemeen Nederlands Persbureau.
217342575Speter	CONFIG: Catch @hostname,user@anotherhost.domain as relaying.
217442575Speter		Problem noted by Mark Rogov of AirMedia, Inc.  Fix from
217542575Speter		Claus Assmann of Christian-Albrechts-University of Kiel.
217642575Speter	CONFIG: Do not refer to http://maps.vix.com/ on RBL rejections as
217742575Speter		there are multiple RBL's available and the MAPS RBL may
217842575Speter		not be the one in use.  Suggested by Alan Brown of
217942575Speter		Manawatu Internet Services.
218042575Speter	CONFIG: Properly strip route addresses (i.e., @host1:user@host2)
218142575Speter		when stripping down a recipient address to check for
218242575Speter		relaying.  Patch from Claus Assmann of
218342575Speter		Christian-Albrechts-University of Kiel and Neil W Rickert
218442575Speter		of Northern Illinois University.
218542575Speter	CONFIG: Allow the access database to override RBL lookups.  Patch
218642575Speter		from Claus Assmann of Christian-Albrechts-University of
218743730Speter		Kiel.
218842575Speter	CONFIG: UnixWare 7 support from Phillip P. Porch of The Porch
218942575Speter		Dot Com.
219042575Speter	CONFIG: Fixed check for deferred delivery mode warning.  Patch
219142575Speter		from Claus Assmann of Christian-Albrechts-University of
219242575Speter		Kiel and Per Hedeland of Ericsson.
219342575Speter	CONFIG: If a recipient using % addressing is used, e.g.
219443730Speter		user%site@othersite, and othersite's MX records are now
219542575Speter		checked for local hosts if FEATURE(relay_based_on_MX) is
219642575Speter		used.  Problem noted by Alexander Litvin of Lucky Net Ltd.
219742575Speter		Patch from Alexander Litvin of Lucky Net Ltd and
219842575Speter		Claus Assmann of Christian-Albrechts-University of Kiel.
219942575Speter	MAIL.LOCAL: Prevent warning messages from appearing in the LMTP
220042575Speter		stream.  Do not allow more than one response per recipient.
220142575Speter	MAIL.LOCAL: Handle routed addresses properly when using LMTP.  Fix
220242575Speter		from John Beck of Sun Microsystems.
220342575Speter	MAIL.LOCAL: Properly check for CRLF when using LMTP.  Fix from
220442575Speter		John Beck of Sun Microsystems.
220542575Speter	MAIL.LOCAL: Substitute MAILER-DAEMON for the LMTP empty sender in
220642575Speter		the envelope From header.
220742575Speter	MAIL.LOCAL: Accept underscores in hostnames in LMTP mode.
220842575Speter		Problem noted by Glenn A. Malling of Syracuse University.
220942575Speter	MAILSTATS: Document msgsrej and msgsdis fields in the man page.
221042575Speter		Problem noted by Richard Wong of Princeton University.
221142575Speter	MAKEMAP: Build group list so group writable files are allowed with
221242575Speter		the -s flag.  Problem noted by Curt Sampson of Internet
221342575Speter		Portal Services, Inc.
221442575Speter	PRALIASES: Automatically handle alias files created without the
221542575Speter		NULL byte at the end of the key.  Patch from John Beck of
221642575Speter		Sun Microsystems.
221742575Speter	PRALIASES: Support Berkeley DB 2.6.4 API change.
221842575Speter	New Files:
221942575Speter		BuildTools/OS/IRIX64.6.5
222042575Speter		BuildTools/OS/UnixWare.5.i386
222142575Speter		cf/ostype/unixware7.m4
222242575Speter		contrib/smcontrol.pl
222342575Speter		src/control.c
222442575Speter
222542575Speter8.9.1/8.9.1	1998/07/02
222642575Speter	If both an OS specific site configuration file and a generic
222742575Speter		site.config.m4 file existed, only the latter was used
222842575Speter		instead of both.  Problem noted by Geir Johannessen of
222943730Speter		the Norwegian University of Science and Technology.
223042575Speter	Fix segmentation fault while converting 8 bit to 7 bit MIME
223142575Speter		multipart messages by trying to write to an unopened
223242575Speter		file descriptor.  Fix from Kari Hurtta of the Finnish
223342575Speter		Meteorological Institute.
223442575Speter	Do not assume Message: and Text: headers indicate the end of
223542575Speter		the header area when parsing MIME headers.  Problem noted
223642575Speter		by Kari Hurtta of the Finnish Meteorological Institute.
223742575Speter	Setting the confMAN#SRC Build variable would only effect the
223842575Speter		installation commands.  The man pages would still be
223942575Speter		built with .0 extensions.  Problem noted by Bryan
224042575Speter		Costales of InfoBeat, Inc.
224142575Speter	Installation of manual pages didn't honor the DESTDIR environment
224242575Speter		variable.  Problem noted by Bryan Costales of InfoBeat, Inc.
224342575Speter	If the check_relay ruleset resolved to the discard mailer, messages
224464562Sgshapiro		were still delivered.  Problem noted by Mirek Luc of NASK.
224542575Speter	Mail delivery to files would fail with an Operating System Error
224642575Speter		if sendmail was not running as root, i.e., RunAsUser was set.
224742575Speter		Problem noted by Leonard N. Zubkoff of Dandelion Digital.
224842575Speter	Prevent MinQueueAge from interfering from queued items created
224942575Speter		in the future, i.e., if the system clock was set ahead
225042575Speter		and then back.  Problem noted by Michael Miller of the
225142575Speter		University of Natal, Pietermaritzburg.
225242575Speter	Do not advertise ETRN support in ESTMP EHLO reply if noetrn is
225342575Speter		set in the PrivacyOptions option.  Fix from Ted Rule of
225442575Speter		Flextech TV.
225542575Speter	Log invalid persistent host status file lines instead of
225664562Sgshapiro		bouncing the message.  Problem noted by David Lindes of
225742575Speter		DaveLtd Enterprises.
225842575Speter	Move creation of empty sendmail.st file from installation to
225942575Speter		compilation.  Installation may be done from a read-only
226042575Speter		mount.  Fix from Bryan Costales of InfoBeat, Inc. and Ric
226142575Speter		Anderson of the Oasis Research Center, Inc.
226242575Speter	Enforce the maximum number of User Database entries limit.  Problem
226342575Speter		noted by Gary Buchanan of Credence Systems Inc.
226442575Speter	Allow dead.letter files in root's home directory.  Problem noted
226542575Speter		by Anna Ullman of Sun Microsystems.
226642575Speter	Program deliveries in forward files could be marked unsafe if
226742575Speter		any directory listed in the ForwardPath option did not
226842575Speter		exist.  Problem noted by Jorg Bielak of Coastal Web Online.
226942575Speter	Do not trust the length of the address structure returned by
227042575Speter		gethostbyname().  Problem noted by Chris Evans of Oxford
227142575Speter		University.
227242575Speter	If the SIZE= MAIL From: ESMTP parameter is too large, use the
227342575Speter		5.3.4 DSN status code instead of 5.2.2.  Similarly, for
227442575Speter		non-local deliveries, if the message is larger than the
227542575Speter		mailer maximum message size, use 5.3.4 instead of 5.2.3.
227642575Speter		Suggested by Antony Bowesman of
227742575Speter		Fujitsu/TeaWARE Mail/MIME System.
227842575Speter	Portability:
227942575Speter		Fix the check for an IP address reverse lookup for
228042575Speter			use in $&{client_name} on 64 bit platforms.
228142575Speter			From Gilles Gallot of Institut for Development
228242575Speter			and Resources in Intensive Scientific computing.
228342575Speter		BSD-OS uses .0 for man page extensions.  From Jeff Polk
228442575Speter			of BSDI.
228564562Sgshapiro		DomainOS detection for Build.  Also, version 10.4 and later
228642575Speter			ship a unistd.h.  Fixes from Takanobu Ishimura of
228742575Speter			PICT Inc.
228842575Speter		NeXT 4.x uses /usr/lib/man/cat for its man pages.  From
228964562Sgshapiro			J. P. McCann of E I A.
229038032Speter		SCO 4.X and 5.X include NDBM support.  From Vlado Potisk
229138032Speter			of TEMPEST, Ltd.
229238032Speter	CONFIG: Do not pass spoofed PTR results through resolver for
229338032Speter		qualification.  Problem noted by Michiel Boland of
229438032Speter		Digital Valley Internet Professionals; fix from
229538032Speter		Kari Hurtta of the Finnish Meteorological Institute.
229638032Speter	CONFIG: Do not try to resolve non-DNS hostnames such as UUCP,
229738032Speter		BITNET, and DECNET addresses for resolvable senders.
229838032Speter		Problem noted by Alexander Litvin of Lucky Net Ltd.
229938032Speter	CONFIG: Work around Sun's broken configuration which sends bounce
230038032Speter		messages as coming from @@hostname instead of <>.  LMTP
230138032Speter		would not accept @@hostname.
230238032Speter	OP.ME: Corrections to complex sendmail startup script from Rick
230338032Speter		Troxel of the National Institutes of Health.
230438032Speter	RMAIL: Do not install rmail by default, require 'make force-install'
230538032Speter		as this rmail isn't the same as others.  Suggested by
230638032Speter		Kari Hurtta of the Finnish Meteorological Institute.
230738032Speter	New Files:
230838032Speter		BuildTools/OS/DomainOS.10.4
230938032Speter
231064562Sgshapiro8.9.0/8.9.0	1998/05/19
231138032Speter	SECURITY: To prevent users from reading files not normally
231238032Speter		readable, sendmail will no longer open forward, :include:,
231364562Sgshapiro		class, ErrorHeader, or HelpFile files located in unsafe
231438032Speter		(i.e., group or world writable) directory paths.  Sites
231538032Speter		which need the ability to override security can use the
231638032Speter		DontBlameSendmail option.  See the README file for more
231743730Speter		information.
231838032Speter	SECURITY: Problems can occur on poorly managed systems, specifically,
231938032Speter		if maps or alias files are in world writable directories.
232038032Speter		This fixes the change added to 8.8.6 to prevent links in these
232138032Speter		world writable directories.
232238032Speter	SECURITY: Make sure ServiceSwitchFile option file is not a link if
232338032Speter		it is in a world writable directory.
232438032Speter	SECURITY: Never pass a tty to a mailer -- if a mailer can get at the
232538032Speter		tty it may be able to push bytes back to the senders input.
232638032Speter		Unfortunately this breaks -v mode.  Problem noted by
232738032Speter		Wietse Venema of the Global Security Analysis Lab at
232838032Speter		IBM T.J. Watson Research.
232938032Speter	SECURITY: Empty group list if DontInitGroups is set to true to
233038032Speter		prevent program deliveries from picking up extra group
233138032Speter		privileges.  Problem reported by Wolfgang Ley of DFN-CERT.
233238032Speter	SECURITY: The default value for DefaultUser is now set to the uid and
233338032Speter		gid of the first existing user mailnull, sendmail, or daemon
233438032Speter		that has a non-zero uid.  If none of these exist, sendmail
233538032Speter		reverts back to the old behavior of using uid 1 and gid 1.
233638032Speter		This is a security problem for Linux which has chosen that
233738032Speter		uid and gid for user bin instead of daemon.  If DefaultUser
233838032Speter		is set in the configuration file, that value overrides this
233938032Speter		default.
234038032Speter	SECURITY: Since 8.8.7, the check for non-setuid binaries
234138032Speter		interfered with setting an alternate group id for the
234238032Speter		RunAsUser option.  Problem noted by Randall Winchester of
234338032Speter		the University of Maryland.
234438032Speter	Add support for Berkeley DB 2.X.  Based on patch from John Kennedy
234538032Speter		of Cal State University, Chico.
234638032Speter	Remove support for OLD_NEWDB (pre-1.5 version of Berkeley DB).  Users
234738032Speter		which previously defined OLD_NEWDB=1 must now upgrade to the
234838032Speter		current version of Berkeley DB.
234938032Speter	Added support for regular expressions using the new map class regex.
235038032Speter		From Jan Krueger of Unix-AG of University of Hannover.
235138032Speter	Support for BIND 8.1.1's hesiod for hesiod maps and hesiod
235238032Speter		UserDatabases from Randall Winchester of the University
235338032Speter		of Maryland.
235438032Speter	Allow any shell for user shell on program deliveries on V1
235538032Speter		configurations for backwards compatibility on machines which
235638032Speter		do not have getusershell().  Fix from John Beck of Sun
235738032Speter		Microsystems.
235838032Speter	On operating systems which change the process title by reusing the
235938032Speter		argument vector memory, sendmail could corrupt memory if the
236038032Speter		last argument was either "-q" or "-d".  Problem noted by
236138032Speter		Frank Langbein of the University of Stuttgart.
236238032Speter	Support Local Mail Transfer Protocol (LMTP) between sendmail and
236338032Speter		mail.local on the F=z flag.
236438032Speter	Macro-expand the contents of the ErrMsgFile.  Previously this was
236538032Speter		only done if you had magic characters (0x81) to indicate
236638032Speter		macro expansion.  Now $x will be expanded.  This means that
236738032Speter		real dollar signs have to be backslash escaped.
236838032Speter	TCP Wrappers expects "unknown" in the hostname argument if the
236938032Speter		reverse DNS lookup for the incoming connection fails.
237038032Speter		Problem noted by Randy Grimshaw of Syracuse University and
237142575Speter		Wietse Venema of the Global Security Analysis Lab at
237242575Speter		IBM T.J. Watson Research.
237338032Speter	DSN success bounces generated from an invocation of sendmail -t
237464562Sgshapiro		would be sent to both the sender and MAILER-DAEMON.
237538032Speter		Problem noted by Claus Assmann of
237638032Speter		Christian-Albrechts-University of Kiel.
237738032Speter	Avoid "Error 0" messages on delivery mailers which exit with a
237864562Sgshapiro		valid exit value such as EX_NOPERM.  Fix from Andreas Luik
237938032Speter		of ISA Informationssysteme GmbH.
238038032Speter	Tokenize $&x expansions on right hand side of rules.  This eliminates
238138032Speter		the need to use tricks like $(dequote "" $&{client_name} $)
238238032Speter		to cause the ${client_name} macro to be properly tokenized.
238338032Speter	Add the MaxRecipientsPerMessage option: this limits the number of
238438032Speter		recipients that will be accepted in a single SMTP
238538032Speter		transaction.  After this number is reached, sendmail
238638032Speter		starts returning "452 Too many recipients" to all RCPT
238738032Speter		commands.  This can be used to limit the number of recipients
238838032Speter		per envelope (in particular, to discourage use of the server
238938032Speter		for spamming).  Note: a better approach is to restrict
239038032Speter		relaying entirely.
239138032Speter	Fixed pointer initialization for LDAP lmap struct, fixed -s option
239238032Speter		to ldapx map and added timeout for ldap_open call to
239338032Speter		avoid hanging sendmail in the event of hung LDAP servers.
239438032Speter		Patch from Booker Bense of Stanford University.
239538032Speter	Allow multiple -qI, -qR, or -qS queue run limiters.  For example,
239638032Speter		'-qRfoo -qRbar' would deliver mail to recipients with foo or
239738032Speter		bar in their address.  Patch from Allan E Johannesen of
239838032Speter		Worcester Polytechnic Institute.
239938032Speter	The bestmx map will now return a list of the MX servers for a host if
240038032Speter		passed a column delimiter via the -z map flag.  This can be
240138032Speter		used to check if the server is an MX server for the recipient
240238032Speter		of a message.  This can be used to help prevent relaying.
240338032Speter		Patch from Mitchell Blank Jr of Exec-PC.
240438032Speter	Mark failures for the *file* mailer and return bounce messages to the
240538032Speter		sender for those failures.
240638032Speter	Prevent bogus syslog timestamps on errors in sendmail.cf by
240738032Speter		preserving the TZ environment variable until TimeZoneSpec
240838032Speter		has been determined.  Problem noted by Ralf Hildebrandt of
240938032Speter		Technical University of Braunschweig.  Patch from Per Hedeland
241038032Speter		of Ericsson.
241138032Speter	Print test input in address test mode when input is not from the tty
241238032Speter		when the -v flag is given (i.e., sendmail -bt -v) to make
241338032Speter		output easier to decipher.  Problem noted by Aidan Nichol
241438032Speter		of Procter & Gamble.
241538032Speter	The LDAP map -s flag was not properly parsed and the error message
241638032Speter		given included the remainder of the arguments instead of
241738032Speter		solely the argument in error.  Problem noted by Aidan Nichol
241838032Speter		of Procter & Gamble.
241938032Speter	New DontBlameSendmail option.  This option allows administrators to
242038032Speter		bypass some of sendmail's file security checks at the expense
242138032Speter		of system security.  This should only be used if you are
242238032Speter		absolutely sure you know the consequences.  The available
242338032Speter		DontBlameSendmail options are:
242438032Speter			Safe
242538032Speter			AssumeSafeChown
242638032Speter			ClassFileInUnsafeDirPath
242738032Speter			ErrorHeaderInUnsafeDirPath
242838032Speter			GroupWritableDirPathSafe
242938032Speter			GroupWritableForwardFileSafe
243038032Speter			GroupWritableIncludeFileSafe
243138032Speter			GroupWritableAliasFile
243264562Sgshapiro			HelpFileinUnsafeDirPath
243338032Speter			WorldWritableAliasFile
243438032Speter			ForwardFileInGroupWritableDirPath
243538032Speter			IncludeFileInGroupWritableDirPath
243638032Speter			ForwardFileInUnsafeDirPath
243738032Speter			IncludeFileInUnsafeDirPath
243838032Speter			ForwardFileInUnsafeDirPathSafe
243938032Speter			IncludeFileInUnsafeDirPathSafe
244038032Speter			MapInUnsafeDirPath
244138032Speter			LinkedAliasFileInWritableDir
244238032Speter			LinkedClassFileInWritableDir
244338032Speter			LinkedForwardFileInWritableDir
244438032Speter			LinkedIncludeFileInWritableDir
244538032Speter			LinkedMapInWritableDir
244638032Speter			LinkedServiceSwitchFileInWritableDir
244738032Speter			FileDeliveryToHardLink
244838032Speter			FileDeliveryToSymLink
244938032Speter			WriteMapToHardLink
245038032Speter			WriteMapToSymLink
245138032Speter			WriteStatsToHardLink
245238032Speter			WriteStatsToSymLink
245338032Speter			RunProgramInUnsafeDirPath
245438032Speter			RunWritableProgram
245538032Speter	New DontProbeInterfaces option to turn off the inclusion of all the
245638032Speter		interface names in $=w on startup.  In particular, if you
245738032Speter		have lots of virtual interfaces, this option will speed up
245838032Speter		startup.  However, unless you make other arrangements, mail
245938032Speter		sent to those addresses will be bounced.
246038032Speter	Automatically create alias databases if they don't exist and
246138032Speter		AutoRebuildAliases is set.
246238032Speter	Add PrivacyOptions=noetrn flag to disable the SMTP ETRN command.
246338032Speter		Suggested by Christophe Wolfhugel of the Institut Pasteur.
246438032Speter	Add PrivacyOptions=noverb flag to disable the SMTP VERB command.
246538032Speter	When determining the client host name ($&{client_name} macro), do
246638032Speter		a forward (A) DNS lookup on the result of the PTR lookup
246738032Speter		and compare results.  If they differ or if the PTR lookup
246838032Speter		fails, &{client_name} will contain the IP address
246938032Speter		surrounded by square brackets (e.g., [127.0.0.1]).
247038032Speter	New map flag: -Tx appends "x" to lookups that return temporary failure
247138032Speter		(i.e, it is like -ax for the temporary failure case, in
247238032Speter		contrast to the success case).
247338032Speter	New syntax to do limited checking of header syntax.  A config line
247438032Speter		of the form:
247538032Speter			HHeader: $>Ruleset
247664562Sgshapiro		causes the indicated Ruleset to be invoked on the Header
247738032Speter		when read.  This ruleset works like the check_* rulesets --
247838032Speter		that is, it can reject mail on the basis of the contents.
247938032Speter	Limit the size of the HELO/EHLO parameter to prevent spammers
248064562Sgshapiro		from hiding their connection information in Received:
248138032Speter		headers.
248238032Speter	When SingleThreadDelivery is active, deliveries to locked hosts
248338032Speter		are skipped.  This will cause the delivering process to
248438032Speter		try the next MX host or queue the message if no other MX
248538032Speter		hosts are available.  Suggested by Alexander Litvin.
248638032Speter	The [FILE] mailer type now delivers to the file specified in the
248738032Speter		A= equate of the mailer definition instead of $u.  It also
248838032Speter		obeys all of the F= mailer flags such as the MIME
248938032Speter		7/8 bit conversion flags.  This is useful for defining
249038032Speter		a mailer which delivers to the same file regardless of the
249138032Speter		recipient (e.g., 'A=FILE /dev/null' to discard unwanted mail).
249238032Speter	Do not assume the identity of a remote connection is root@localhost
249338032Speter		if the remote connection closes the socket before the
249438032Speter		remote identity can be queried.
249538032Speter	Change semantics of the F=S mailer flag back to 8.7.5 behavior.
249638032Speter		Some mailers, including procmail, require that the real
249738032Speter		uid is left unchanged by sendmail.  Problem noted by Per
249838032Speter		Hedeland of Ericsson.
249938032Speter	No longer is the src/obj*/Makefile selected from a large list -- it
250038032Speter		is now generated using the information in BuildTools/OS/ --
250138032Speter		some of the details are determined dynamically via
250238032Speter		BuildTools/bin/configure.sh.
250338032Speter	The other programs in the sendmail distribution -- mail.local,
250438032Speter		mailstats, makemap, praliases, rmail, and smrsh -- now use
250538032Speter		the new Build method which creates an operating system
250638032Speter		specific Makefile using the information in BuildTools.
250738032Speter	Make 4xx reply codes to the SMTP MAIL command be non-sticky (i.e.,
250838032Speter		a failure on one message won't affect future messages to the
250938032Speter		same host).  This is necessary if the remote host sends
251038032Speter		a 451 error if the domain of the sender does not resolve
251138032Speter		as is common in anti-spam configurations.  Problem noted
251238032Speter		by Mitchell Blank Jr of Exec-PC.
251338032Speter	New "discard" mailer for check_* rulesets and header checking
251438032Speter		rulesets.  If one of the above rulesets resolves to the
251538032Speter		$#discard mailer, the commands will be accepted but the
251638032Speter		message will be completely discarded after it is accepting.
251738032Speter		This means that even if only one of the recipients
251838032Speter		resolves to the $#discard mailer, none of the recipients
251938032Speter		will receive the mail.  Suggested by Brian Kantor.
252038032Speter	All but the last cloned envelope of a split envelope were queued
252138032Speter		instead of being delivered.  Problem noted by John Caruso
252238032Speter		of CNET: The Computer Network.
252338032Speter	Fix deadlock situation in persistent host status file locking.
252438032Speter	Syslog an error if a user forward file could not be read due to
252538032Speter		an error.  Patch from John Beck of Sun Microsystems.
252638032Speter	Use the first name returned on machine lookups when canonifying a
252738032Speter		hostname via NetInfo.  Patch from Timm Wetzel of GWDG.
252838032Speter	Clear the $&{client_addr}, $&{client_name}, and $&{client_port}
252938032Speter		macros when delivering a bounce message to prevent
253038032Speter		rejection by a check_compat ruleset which uses these macros.
253138032Speter		Problem noted by Jens Hamisch of AgiX Internetservices GmbH.
253238032Speter	If the check_relay ruleset resolves to the the error mailer, the
253364562Sgshapiro		error in the $: portion of the resolved triplet is used
253438032Speter		in the rejection message given to the remote machine.
253538032Speter		Suggested by Scott Gifford of The Internet Ramp.
253638032Speter	Set the $&{client_addr}, $&{client_name}, and $&{client_port} macros
253738032Speter		before calling the check_relay ruleset.  Suggested by Scott
253838032Speter		Gifford of The Internet Ramp.
253938032Speter	Sendmail would get a segmentation fault if a mailer exited with an
254038032Speter		exit code of 79.  Problem noted by Aaron Schrab of ExecPC
254138032Speter		Internet.  Fix from Christophe Wolfhugel of the Pasteur
254238032Speter		Institute.
254338032Speter	Separate snprintf/vsnprintf routines into separate file for use by
254438032Speter		mail.local.
254538032Speter	Allow multiple map lookups on right hand side, e.g.,
254638032Speter		R$*	$( host $1 $) $| $( passwd $1 $).  Patch from
254738032Speter		Christophe Wolfhugel of the Pasteur Institute.
254838032Speter	Properly generate success DSN messages if requested for aliases
254938032Speter		which have owner- aliases.  Problem noted by Kari Hurtta
255038032Speter		of the Finnish Meteorological Institute.
255138032Speter	Properly display delayed-expansion macros ($&{macroname}) in
255238032Speter		address test mode (-bt).  Problem noted by Bryan Costales
255338032Speter		of InfoBeat, Inc.
255438032Speter	-qR could sometimes match names incorrectly.  Problem noted by
255564562Sgshapiro		Lutz Euler of Lavielle EDV Systemberatung GmbH & Co.
255638032Speter	Include a magic number and version in the StatusFile for the
255738032Speter		mailstats command.
255838032Speter	Record the number of rejected and discarded messages in the
255938032Speter		StatusFile for display by the mailstats command.  Patch
256038032Speter		from Randall Winchester of the University of Maryland.
256138032Speter	IDENT returns where the OSTYPE field equals "OTHER" now list the
256238032Speter		user portion as IDENT:username@site instead of
256338032Speter		username@site to differentiate the two.  Suggested by
256438032Speter		Kari Hurtta of the Finnish Meteorological Institute.
256538032Speter	Enforce timeout for LDAP queries.  Patch from Per Hedeland of
256638032Speter		Ericsson.
256738032Speter	Change persistent host status filename substitution so '/' is
256838032Speter		replaced by ':' instead of '|' to avoid clashes.  Also
256938032Speter		avoid clashes with hostnames with leading dots.  Fix from
257038032Speter		Mitchell Blank Jr. of Exec-PC.
257138032Speter	If the system lock table is full, only attempt to create a new
257238032Speter		queue entry five times before giving up.  Previously, it
257338032Speter		was attempted indefinitely which could cause the partition
257438032Speter		to run out of inodes.  Problem noted by Suzie Weigand of
257538032Speter		Stratus Computer, Inc.
257638032Speter	In verbose mode, warn if the sendmail.cf version is less than the
257738032Speter		currently supported version.
257838032Speter	Sorting for QueueSortOrder=host is now case insensitive.  Patch
257938032Speter		from Randall S. Winchester of the University of Maryland.
258038032Speter	Properly quote a full name passed via the -F command line option,
258138032Speter		the Full-Name: header, or the NAME environment variable if
258238032Speter		it contains characters which must be quoted.  Problem noted
258338032Speter		by Kari Hurtta of the Finnish Meteorological Institute.
258438032Speter	Avoid possible race condition that unlocked a mail job before
258538032Speter		releasing the transcript file on systems that use flock(2).
258638032Speter		In some cases, this might result in a "Transcript Unavailable"
258738032Speter		message in error bounces.
258838032Speter	Accept SMTP replies which contain only a reply code and no
258938032Speter		accompanying text.  Problem noted by Fernando Fraticelli of
259038032Speter		Digital Equipment Corporation.
259138032Speter	Portability:
259238032Speter		AIX 4.1 uses int for SOCKADDR_LEN_T from Motonori Nakamura
259338032Speter			of Kyoto University.
259438032Speter		AIX 4.2 requires <userpw.h> before <usersec.h>.  Patch from
259538032Speter			Randall S. Winchester of the University of
259638032Speter			Maryland.
259738032Speter		AIX 4.3 from Valdis Kletnieks of Virginia Tech CNS.
259838032Speter		CRAY T3E from Manu Mahonen of Center for Scientific Computing
259938032Speter			in Finland.
260038032Speter		Digital UNIX now uses statvfs for determining free
260138032Speter			disk space.  Patch from Randall S. Winchester of
260238032Speter			the University of Maryland.
260338032Speter		HP-UX 11.x from Richard Allen of Opin Kerfi HF and
260438032Speter			Regis McEwen of Progress Software Corporation.
260538032Speter		IRIX 64 bit fixes from Kari Hurtta of the Finnish
260638032Speter			Meteorological Institute.
260738032Speter		IRIX 6.2 configuration fix for mail.local from Michael Kyle
260838032Speter			of CIC/Advanced Computing Laboratory.
260938032Speter		IRIX 6.5 from Thomas H Jones II of SGI.
261038032Speter		IRIX 6.X load average code from Bob Mende of SGI.
261138032Speter		QNX from Glen McCready <glen@qnx.com>.
261238032Speter		SCO 4.2 and 5.x use /usr/bin instead of /usr/ucb for links
261338032Speter			to sendmail.  Install with group bin instead of kmem
261438032Speter			as kmem does not exist.  From Guillermo Freige of
261538032Speter			Gobernacion de la Pcia de Buenos Aires and Paul
261638032Speter			Fischer of BTG, Inc.
261738032Speter		SunOS 4.X does not include memmove().  Patch from
261838032Speter			Per Hedeland of Ericsson.
261938032Speter		SunOS 5.7 includes getloadavg() function for determining
262038032Speter			load average.  Patch from John Beck of Sun
262138032Speter			Microsystems.
262238032Speter	CONFIG: Increment version number of config file.
262338032Speter	CONFIG: add DATABASE_MAP_TYPE to set the default type of database
262438032Speter		map for the various maps.  The default is hash.  Patch from
262538032Speter		Robert Harker of Harker Systems.
262638032Speter	CONFIG: new confEBINDIR m4 variable for defining the executable
262738032Speter		directory for certain programs.
262838032Speter	CONFIG: new FEATURE(local_lmtp) to use the new LMTP support for
262938032Speter		local mail delivery.  By the default, /usr/libexec/mail.local
263038032Speter		is used.  This is expected to be the mail.local shipped
263138032Speter		with 8.9 which is LMTP capable.  The path is based on the
263238032Speter		new confEBINDIR m4 variable.
263338032Speter	CONFIG: Use confEBINDIR in determining path to smrsh for
263438032Speter		FEATURE(smrsh).  Note that this changes the default from
263538032Speter		/usr/local/etc/smrsh to /usr/libexec/smrsh.  To obtain the
263638032Speter		old path for smrsh, use FEATURE(smrsh, /usr/local/etc/smrsh).
263738032Speter	CONFIG: DOMAIN(generic) changes the default confFORWARD_PATH to
263838032Speter		include $z/.forward.$w+$h and $z/.forward+$h which allow
263938032Speter		the user to setup different .forward files for
264038032Speter		user+detail addressing.
264138032Speter	CONFIG: add confMAX_RCPTS_PER_MESSAGE, confDONT_PROBE_INTERFACES,
264238032Speter		and confDONT_BLAME_SENDMAIL to set MaxRecipientsPerMessage,
264338032Speter		DontProbeInterfaces, and DontBlameSendmail options.
264438032Speter	CONFIG: by default do not allow relaying (that is, accepting mail
264538032Speter		from outside your domain and sending it to another host
264638032Speter		outside your domain).
264738032Speter	CONFIG: new FEATURE(promiscuous_relay) to allow mail relaying from
264838032Speter		any site to any site.
264938032Speter	CONFIG: new FEATURE(relay_entire_domain) allows any host in your
265038032Speter		domain as defined by the 'm' class ($=m) to relay.
265138032Speter	CONFIG: new FEATURE(relay_based_on_MX) to allow relaying based on
265238032Speter		the MX records of the host portion of an incoming recipient.
265338032Speter	CONFIG: new FEATURE(access_db) which turns on the access database
265438032Speter		feature.  This database give you the ability to allow
265538032Speter		or refuse to accept mail from specified domains for
265638032Speter		administrative reasons.  By default, names that are listed
265738032Speter		as "OK" in the access db are domain names, not host names.
265838032Speter	CONFIG: new confCR_FILE m4 variable for defining the name of the file
265938032Speter		used for class 'R'.  Defaults to /etc/mail/relay-domains.
266038032Speter	CONFIG: new command RELAY_DOMAIN(domain) and RELAY_DOMAIN_FILE(file)
266138032Speter		to add items to class 'R' ($=R) for hosts allowed to relay.
266238032Speter	CONFIG: new FEATURE(relay_hosts_only) to change the behavior
266338032Speter		of FEATURE(access_db) and class 'R' to lookup individual
266438032Speter		host names only.
266538032Speter	CONFIG: new FEATURE(loose_relay_check).  Normally, if a recipient
266638032Speter		using % addressing is used, e.g.  user%site@othersite,
266738032Speter		and othersite is in class 'R', the check_rcpt ruleset
266838032Speter		will strip @othersite and recheck user@site for relaying.
266938032Speter		This feature changes that behavior.  It should not be
267038032Speter		needed for most installations.
267138032Speter	CONFIG: new FEATURE(relay_local_from) to allow relaying if the
267238032Speter		domain portion of the mail sender is a local host.  This
267338032Speter		should only be used if absolutely necessary as it opens
267438032Speter		a window for spammers.  Patch from Randall S. Winchester of
267538032Speter		the University of Maryland.
267638032Speter	CONFIG: new FEATURE(blacklist_recipients) turns on the ability to
267738032Speter		block incoming mail destined for certain recipient
267838032Speter		usernames, hostnames, or addresses.
267938032Speter	CONFIG: By default, MAIL FROM: commands in the SMTP session will be
268038032Speter		refused if the host part of the argument to MAIL FROM: cannot
268138032Speter		be located in the host name service (e.g., DNS).
268238032Speter	CONFIG: new FEATURE(accept_unresolvable_domains) accepts
268338032Speter		unresolvable hostnames in MAIL FROM: SMTP commands.
268438032Speter	CONFIG: new FEATURE(accept_unqualified_senders) accepts
268538032Speter		MAIL FROM: senders which do not include a domain.
268638032Speter	CONFIG: new FEATURE(rbl) Turns on rejection of hosts found in the
268738032Speter		Realtime Blackhole List.  You can specify the RBL name
268838032Speter		server to contact by specifying it as an optional argument.
268938032Speter		The default is rbl.maps.vix.com.  For details, see
269038032Speter		http://maps.vix.com/rbl/.
269138032Speter	CONFIG: Call Local_check_relay, Local_check_mail, and
269238032Speter		Local_check_rcpt from check_relay, check_mail, and
269338032Speter		check_rcpt.  Users with local rulesets should place the
269438032Speter		rules using LOCAL_RULESETS.  If a Local_check_* ruleset
269538032Speter		returns $#OK, the message is accepted.  If the ruleset
269638032Speter		returns a mailer, the appropriate action is taken, else
269738032Speter		the return of the ruleset is ignored.
269838032Speter	CONFIG: CYRUS_MAILER_FLAGS now includes the /:| mailer flags by
269938032Speter		default to support file, :include:, and program deliveries.
270038032Speter	CONFIG: Remove the default for confDEF_USER_ID so the binary can
270138032Speter		pick the proper default value.  See the SECURITY note
270238032Speter		above for more information.
270338032Speter	CONFIG: FEATURE(nodns) now warns the user that the feature is a
270438032Speter		no-op.  Patch from Kari Hurtta of the Finnish
270538032Speter		Meteorological Institute.
270638032Speter	CONFIG: OSTYPE(osf1) now sets DefaultUserID (confDEF_USER_ID) to
270738032Speter		daemon since DEC's /bin/mail will drop the envelope
270838032Speter		sender if run as mailnull.  See the Digital UNIX section
270938032Speter		of src/README for more information.  Problem noted by
271038032Speter		Kari Hurtta of the Finnish Meteorological Institute.
271138032Speter	CONFIG: .cf files are now stored in the same directory with the
271238032Speter		.mc files instead of in the obj directory.
271338032Speter	CONFIG: New options confSINGLE_LINE_FROM_HEADER,
271438032Speter		confALLOW_BOGUS_HELO, and confMUST_QUOTE_CHARS for
271538032Speter		setting SingleLineFromHeader, AllowBogusHELO, and
271638032Speter		MustQuoteChars respectively.
271738032Speter	MAIL.LOCAL: support -l flag to run LMTP on stdin/stdout.  This
271877349Sgshapiro		SMTP-like protocol allows detailed reporting of delivery
271938032Speter		status on a per-user basis.  Code donated by John Myers of
272038032Speter		CMU (now of Netscape).
272138032Speter	MAIL.LOCAL: HP-UX support from Randall S. Winchester of the
272238032Speter		University of Maryland.  NOTE: mail.local is not
272338032Speter		compatible with the stock HP-UX mail format.  Be sure to
272438032Speter		read mail.local/README.
272538032Speter	MAIL.LOCAL: Prevent other mail delivery agents from stealing a
272638032Speter		mailbox lock.  Patch from Randall S. Winchester of the
272738032Speter		University of Maryland.
272838032Speter	MAIL.LOCAL: glibc portability from John Kennedy of Cal State
272938032Speter		University, Chico.
273038032Speter	MAIL.LOCAL: IRIX portability from Kari Hurtta of the Finnish
273138032Speter		Meteorological Institute.
273238032Speter	MAILSTATS: Display the number of rejected and discarded messages
273338032Speter		in the StatusFile.  Patch from Randall Winchester of the
273438032Speter		University of Maryland.
273538032Speter	MAKEMAP: New -s flag to ignore safety checks on database map files
273638032Speter		such as linked files in world writable directories.
273738032Speter	MAKEMAP: Add support for Berkeley DB 2.X.  Remove OLD_NEWDB support.
273838032Speter	PRALIASES: Add support for Berkeley DB 2.X.
273938032Speter	PRALIASES: Do not automatically include NDBM support.  Problem
274038032Speter		noted by Ralf Hildebrandt of the Technical University of
274138032Speter		Braunschweig.
274238032Speter	RMAIL: Improve portability for other platforms.  Patches from
274338032Speter		Randall S. Winchester of the University of Maryland and
274438032Speter		Kari Hurtta of the Finnish Meteorological Institute.
274538032Speter	Changed Files:
274638032Speter		src/Makefiles/Makefile.* files have been modified to use
274738032Speter			the new build mechanism and are now BuildTools/OS/*.
274838032Speter		src/makesendmail changed to symbolic link to src/Build.
274938032Speter	New Files:
275038032Speter		BuildTools/M4/header.m4
275138032Speter		BuildTools/M4/depend/BSD.m4
275238032Speter		BuildTools/M4/depend/CC-M.m4
275338032Speter		BuildTools/M4/depend/NCR.m4
275438032Speter		BuildTools/M4/depend/Solaris.m4
275538032Speter		BuildTools/M4/depend/X11.m4
275638032Speter		BuildTools/M4/depend/generic.m4
275738032Speter		BuildTools/OS/AIX.4.2
275838032Speter		BuildTools/OS/AIX.4.x
275938032Speter		BuildTools/OS/CRAYT3E.2.0.x
276038032Speter		BuildTools/OS/HP-UX.11.x
276138032Speter		BuildTools/OS/IRIX.6.5
276238032Speter		BuildTools/OS/NEXTSTEP.4.x
276338032Speter		BuildTools/OS/NeXT.4.x
276438032Speter		BuildTools/OS/NetBSD.8.3
276538032Speter		BuildTools/OS/QNX
276638032Speter		BuildTools/OS/SunOS.5.7
276738032Speter		BuildTools/OS/dcosx.1.x.NILE
276838032Speter		BuildTools/README
276938032Speter		BuildTools/Site/README
277038032Speter		BuildTools/bin/Build
277138032Speter		BuildTools/bin/configure.sh
277238032Speter		BuildTools/bin/find_m4.sh
277338032Speter		BuildTools/bin/install.sh
277438032Speter		Makefile
277538032Speter		cf/cf/Build
277638032Speter		cf/cf/generic-hpux10.cf
277764562Sgshapiro		cf/feature/accept_unqualified_senders.m4
277838032Speter		cf/feature/accept_unresolvable_domains.m4
277938032Speter		cf/feature/access_db.m4
278038032Speter		cf/feature/blacklist_recipients.m4
278138032Speter		cf/feature/loose_relay_check.m4
278238032Speter		cf/feature/local_lmtp.m4
278338032Speter		cf/feature/promiscuous_relay.m4
278438032Speter		cf/feature/rbl.m4
278538032Speter		cf/feature/relay_based_on_MX.m4
278664562Sgshapiro		cf/feature/relay_entire_domain.m4
278738032Speter		cf/feature/relay_hosts_only.m4
278838032Speter		cf/feature/relay_local_from.m4
278938032Speter		cf/ostype/qnx.m4
279038032Speter		contrib/doublebounce.pl
279138032Speter		mail.local/Build
279238032Speter		mail.local/Makefile.m4
279338032Speter		mail.local/README
279438032Speter		mailstats/Build
279538032Speter		mailstats/Makefile.m4
279638032Speter		makemap/Build
279738032Speter		makemap/Makefile.m4
279838032Speter		praliases/Build
279938032Speter		praliases/Makefile.m4
280038032Speter		rmail/Build
280138032Speter		rmail/Makefile.m4
280238032Speter		rmail/rmail.0
280338032Speter		smrsh/Build
280438032Speter		smrsh/Makefile.m4
280538032Speter		src/Build
280638032Speter		src/Makefile.m4
280738032Speter		src/snprintf.c
280838032Speter	Deleted Files:
280938032Speter		cf/cf/Makefile (replaced by Makefile.dist)
281038032Speter		mail.local/Makefile
281138032Speter		mail.local/Makefile.dist
281238032Speter		mailstats/Makefile
281338032Speter		mailstats/Makefile.dist
281438032Speter		makemap/Makefile
281538032Speter		makemap/Makefile.dist
281638032Speter		praliases/Makefile
281738032Speter		praliases/Makefile.dist
281838032Speter		rmail/Makefile
281938032Speter		smrsh/Makefile
282038032Speter		smrsh/Makefile.dist
282138032Speter		src/Makefile
282238032Speter		src/Makefiles/Makefile.AIX.4 (split into AIX.4.x and AIX.4.2)
282338032Speter		src/Makefiles/Makefile.SMP_DC.OSx.NILE
282438032Speter			(renamed BuildTools/OS/dcosx.1.x.NILE)
282538032Speter		src/Makefiles/Makefile.Utah (obsolete platform)
282638032Speter	Renamed Files:
282738032Speter		READ_ME => README
282838032Speter		cf/cf/Makefile.dist => Makefile
282938032Speter		cf/cf/obj/* => cf/cf/*
283038032Speter		src/READ_ME => src/README
283138032Speter
283238032Speter8.8.8/8.8.8	1997/10/24
283338032Speter	If the check_relay ruleset failed, the relay= field was logged
283438032Speter		incorrectly.  Problem noted by Kari Hurtta of the Finnish
283538032Speter		Meteorological Institute.
283638032Speter	If /usr/tmp/dead.letter already existed, sendmail could not
283738032Speter		add additional bounces to it.  Problem noted by Thomas J.
283838032Speter		Arseneault of SRI International.
283938032Speter	If an SMTP mailer used a non-standard port number for the outgoing
284038032Speter		connection, it would be displayed incorrectly in verbose mode.
284138032Speter		Problem noted by John Kennedy of Cal State University, Chico.
284238032Speter	Log the ETRN parameter specified by the client before altering them
284338032Speter		to internal form.  Suggested by Bob Kupiec of GES-Verio.
284438032Speter	EXPN and VRFY SMTP commands on malformed addresses were logging as
284538032Speter		User unknown with bogus delay= values.  Change them to log
284638032Speter		the same as compliant addresses.  Problem noted by Kari E.
284738032Speter		Hurtta of the Finnish Meteorological Institute.
284838032Speter	Ignore the debug resolver option unless using sendmail debug trace
284938032Speter		option for resolver.  Problem noted by Greg Nichols of Wind
285038032Speter		River Systems.
285138032Speter	If SingleThreadDelivery was enabled and the remote server returned a
285238032Speter		protocol error on the DATA command, the connection would be
285338032Speter		closed but the persistent host status file would not be
285438032Speter		unlocked so other sendmail processes could not deliver to
285538032Speter		that host.  Problem noted by Peter Wemm of DIALix.
285638032Speter	If queueing up a message due to an expensive mailer, don't increment
285738032Speter		the number of delivery attempts or set the last delivery
285838032Speter		attempt time so the message will be delivered on the next
285938032Speter		queue run regardless of MinQueueAge.  Problem noted by
286038032Speter		Brian J. Coan of the Institute for Global Communications.
286138032Speter	Authentication warnings of "Processed from queue _directory_" and
286238032Speter		"Processed by _username_ with -C _filename_" would be logged
286338032Speter		with the incorrect timestamp.  Problem noted by Kari E. Hurtta
286438032Speter		of the Finnish Meteorological Institute.
286538032Speter	Use a better heuristic for detecting GDBM.
286638032Speter	Log null connections on dropped connections.  Problem noted by
286738032Speter		Jon Lewis of Florida Digital Turnpike.
286838032Speter	If class dbm maps are rebuilt, sendmail will now detect this and
286938032Speter		reopen the map.  Previously, they could give stale
287038032Speter		results during a single message processing (but would
287138032Speter		recover when the next message was received).  Fix from
287238032Speter		Joe Pruett of Q7 Enterprises.
287338032Speter	Do not log failures such as "User unknown" on -bv or SMTP VRFY
287438032Speter		requests.  Problem noted by Kari E. Hurtta of the
287538032Speter		Finnish Meteorological Institute.
287638032Speter	Do not send a bounce message back to the sender regarding bad
287738032Speter		recipients if the SMTP connection is dropped before the
287838032Speter		message is accepted.  Problem noted by Kari E. Hurtta of the
287938032Speter		Finnish Meteorological Institute.
288038032Speter	Use "localhost" instead of "[UNIX: localhost]" when connecting to
288138032Speter		sendmail via a UNIX pipe.  This will allow rulesets using
288238032Speter		$&{client_name} to process without sending the string through
288338032Speter		dequote.  Problem noted by Alan Barrett of Internet Africa.
288438032Speter	A combination of deferred delivery mode, a double bounce situation,
288538032Speter		and the inability to save a bounce message to
288638032Speter		/var/tmp/dead.letter would cause sendmail to send a bounce
288738032Speter		to postmaster but not remove the offending envelope from the
288838032Speter		queue causing it to create a new bounce message each time the
288938032Speter		queue was run.  Problem noted by Brad Doctor of Net Daemons
289038032Speter		Associates.
289138032Speter	Remove newlines from hostname information returned via DNS.  There are
289238032Speter		no known security implications of newlines in hostnames as
289338032Speter		sendmail filters newlines in all vital areas; however, this
289438032Speter		could cause confusing error messages.
289538032Speter	Starting with sendmail 8.8.6, mail sent with the '-t' option would be
289664562Sgshapiro		rejected if any of the specified addresses were bad.  This
289738032Speter		behavior was modified to only reject the bad addresses and not
289838032Speter		the entire message.  Problem noted by Jozsef Hollosi of
289938032Speter		SuperNet, Inc.
290038032Speter	Use Timeout.fileopen when delivering mail to a file.  Suggested by
290138032Speter		Bryan Costales of InfoBeat, Inc.
290238032Speter	Display the proper Final-Recipient on DSN messages for non-SMTP
290338032Speter		mailers.  Problem noted by Kari E. Hurtta of the
290438032Speter		Finnish Meteorological Institute.
290538032Speter	An error in calculating the available space in the list of addresses
290638032Speter		for logging deliveries could cause an address to be silently
290738032Speter		dropped.
290838032Speter	Include the initial user environment if sendmail is restarted via
290938032Speter		a HUP signal.  This will give room for the process title.
291038032Speter		Problem noted by Jon Lewis of Florida Digital Turnpike.
291138032Speter	Mail could be delivered without a body if the machine does not
291238032Speter		support flock locking and runs out of processes during
291338032Speter		delivery.  Fix from Chuck Lever of the University of Michigan.
291438032Speter	Drop recipient address from 251 and 551 SMTP responses per RFC 821.
291538032Speter		Problem noted by Kari E. Hurtta of the Finnish Meteorological
291638032Speter		Institute.
291738032Speter	Make sure non-rebuildable database maps are opened before the
291838032Speter		rebuildable maps (i.e., alias files) in case the database maps
291938032Speter		are needed for verifying the left hand side of the aliases.
292038032Speter		Problem noted by Lloyd Parkes of Victoria University.
292138032Speter	Make sure sender RFC822 source route addresses are alias expanded for
292238032Speter		bounce messages.  Problem noted by Juergen Georgi of
292338032Speter		RUS University of Stuttgart.
292438032Speter	Minor lint fixes.
292538032Speter	Return a temporary error instead of a permanent error if an LDAP map
292638032Speter		search returns an error.  This will allow sequenced maps which
292738032Speter		use other LDAP servers to be checked.  Fix from Booker Bense
292838032Speter		of Stanford University.
292938032Speter	When automatically converting from quoted printable to 8bit text do
293038032Speter		not pad bare linefeeds with a space.  Problem noted by Theo
293138032Speter		Nolte of the University of Technology Aachen, Germany.
293238032Speter	Portability:
293338032Speter		Non-standard C compilers may have had a problem compiling
293438032Speter			conf.c due to a standard C external declaration of
293538032Speter			setproctitle().  Problem noted by Ted Roberts of
293638032Speter			Electronic Data Systems.
293738032Speter		AUX: has a broken O_EXCL implementation.  Reported by Jim
293838032Speter			Jagielski of jaguNET Access Services.
293938032Speter		BSD/OS: didn't compile if HASSETUSERCONTEXT was defined.
294038032Speter		Digital UNIX: Digital UNIX (and possibly others) moves
294138032Speter			loader environment variables into the loader memory
294238032Speter			area.  If one of these environment variables (such as
294338032Speter			LD_LIBRARY_PATH) was the last environment variable,
294438032Speter			an invalid memory address would be used by the process
294538032Speter			title routine causing memory corruption.  Problem
294638032Speter			noted by Sam Hartman of Mesa Internet Systems.
294738032Speter		GNU libc: uses an enum for _PC_CHOWN_RESTRICTED which caused
294838032Speter			chownsafe() to always return 0 even if the OS does
294938032Speter			not permit file giveaways.  Problem noted by
295038032Speter			Yasutaka Sumi of The University of Tokyo.
295138032Speter		IRIX6: Syslog buffer size set to 512 bytes.  Reported by
295238032Speter			Gerald Rinske of Siemens Business Services VAS.
295338032Speter		Linux: Pad process title with NULLs.  Problem noted by
295438032Speter			Jon Lewis of Florida Digital Turnpike.
295538032Speter		SCO OpenServer 5.0: SIOCGIFCONF ioctl call returns an
295638032Speter			incorrect value for the number of interfaces.
295738032Speter			Problem noted by Chris Loelke of JetStream Internet
295838032Speter			Services.
295938032Speter		SINIX: Update for Makefile and syslog buffer size from Gerald
296038032Speter			Rinske of Siemens Business Services VAS.
296138032Speter		Solaris: Make sure HASGETUSERSHELL setting for SunOS is not
296238032Speter			used on a Solaris machine.  Problem noted by
296338032Speter			Stephen Ma of Jtec Pty Limited.
296438032Speter		CONFIG: SINIX: Update from Gerald Rinske of Siemens Business
296538032Speter			Services VAS.
296638032Speter	MAKEMAP: Use a better heuristic for detecting GDBM.
296738032Speter	CONTRIB: expn.pl: Updated version from the author, David Muir Sharnoff.
296838032Speter	OP.ME: Document the F=i mailer flag.  Problem noted by Per Hedeland of
296938032Speter			Ericsson.
297038032Speter
297138032Speter8.8.7/8.8.7	1997/08/03
297238032Speter	If using Berkeley DB on systems without O_EXLOCK (open a file with
297338032Speter		an exclusive lock already set -- i.e., almost all systems
297438032Speter		except 4.4-BSD derived systems), the initial attempt at
297538032Speter		rebuilding aliases file if the database didn't already
297638032Speter		exist would fail.  Patch from Raymund Will of LST Software
297738032Speter		GmbH.
297838032Speter	Bogus incoming SMTP commands would reset the SMTP conversation.
297938032Speter		Problem noted by Fredrik J�nsson of the Royal Institute
298038032Speter		of Technology, Stockholm.
298138032Speter	Since TCP Wrappers includes setenv(), unsetenv(), and putenv(),
298264562Sgshapiro		some environments could give "multiple definitions" for these
298338032Speter		routines during compilation.  If using TCP Wrappers, assume
298438032Speter		that these routines are included as though they were in the
298538032Speter		C library.  Patch from Robert La Ferla.
298638032Speter	When a NEWDB database map was rebuilt at the same time it was being
298738032Speter		used by a queue run, the maps could be left locked for the
298838032Speter		duration of the queue run, causing other processes to hang.
298938032Speter		Problem noted by Kendall Libby of Shore.NET.
299038032Speter	In some cases, NoRecipientAction=add-bcc was being ignored, so the
299138032Speter		mail was passed on without any recipient header.  This could
299238032Speter		cause problems downstream.  Problem noted by Xander Jansen
299338032Speter		of SURFnet ExpertiseCentrum.
299438032Speter	Give error when GDBM is used with sendmail.  GDBM's locking and
299538032Speter		linking of the .dir and .pag files interferes with sendmail's
299638032Speter		locking and security checks.  Problems noted by Fyodor
299738032Speter		Yarochkin of the Kyrgyz Republic FreeNet.
299838032Speter	Don't fsync qf files if SuperSafe option is not set.
299938032Speter	Avoid extra calls to gethostbyname for addresses for which a
300038032Speter		gethostbyaddr found no value.  Also, ignore any returns
300138032Speter		from gethostbyaddr that look like a dotted quad.
300238032Speter	If PTR lookup fails when looking up an SMTP peer, don't tag it as
300338032Speter		"may be forged", since at the network level we pretty much
300438032Speter		have to assume that the information is good.
300538032Speter	In some cases, errors during an SMTP session could leave files
300638032Speter		open or locked.
300738032Speter	Better handling of missing file descriptors (0, 1, 2) on startup.
300838032Speter	Better handling of non-setuid binaries -- avoids certain obnoxious
300938032Speter		errors during testing.
301038032Speter	Errors in file locking of NEWDB maps had the incorrect file name
301138032Speter		printed in the error message.
301238032Speter	If the AllowBogusHELO option were set and an EHLO with a bad or
301338032Speter		missing parameter were issued, the EHLO behaved like a HELO.
301438032Speter	Load limiting never kicked in for incoming SMTP transactions if the
301564562Sgshapiro		DeliveryMode=background and any recipient was an alias or
301638032Speter		had a .forward file.  From Nik Conwell of Boston University.
301738032Speter	On some non-Posix systems, the decision of whether chown(2) permits
301838032Speter		file giveaway was undefined.  From Tetsu Ushijima of the
301938032Speter		Tokyo Institute of Technology.
302038032Speter	Fix race condition that could cause the body of a message to be
302138032Speter		lost (so only the header was delivered).  This only occurs
302238032Speter		on systems that do not use flock(2), and only when a queue
302338032Speter		runner runs during a critical section in another message
302438032Speter		delivery.  Based on a patch from Steve Schweinhart of
302538032Speter		Results Computing.
302638032Speter	If a qf file was found in a mail queue directory that had a problem
302738032Speter		(wrong ownership, bad format, etc.) and the file name was
302838032Speter		exactly MAXQFNAME bytes long, then instead of being tried
302938032Speter		once, it would be tried on every queue run.  Problem noted
303038032Speter		by Bryan Costales of Mercury Mail.
303138032Speter	If the system supports an st_gen field in the status structure,
303238032Speter		include it when reporting that a file has changed after open.
303338032Speter		This adds a new compile flag, HAS_ST_GEN (0/1 option).
303438032Speter		This out to be checked as well as reported, since it is
303564562Sgshapiro		theoretically possible for an attacker to remove a file after
303638032Speter		it is opened and replace it with another file that has the
303738032Speter		same i-number, but some filesystems (notably AFS) return
303838032Speter		garbage in this field, and hence always look like the file
303938032Speter		has changed.  As a practical matter this is not a security
304038032Speter		problem, since the files can be neither hard nor soft links,
304138032Speter		and on no filesystem (that I am aware of) is it possible to
304238032Speter		have two files on the same filesystem with the same i-number
304338032Speter		simultaneously.
304438032Speter	Delete the root Makefile from the distribution -- it is only for
304538032Speter		use internally, and does not work at customer sites.
304638032Speter	Fix botch that caused the second MAIL FROM: command in a single
304738032Speter		transaction to clear the entire transaction.  Problem
304838032Speter		noted by John Kennedy of Cal State University, Chico.
304938032Speter	Work properly on machines that have _PATH_VARTMP defined without
305038032Speter		a trailing slash.  (And a pox on vendors that decide to
305138032Speter		ignore the established conventions!)  Problem noted by
305238032Speter		Gregory Neil Shapiro of WPI.
305338032Speter	Internal changes to make it easier to add another protocol family
305438032Speter		(intended for IPv6).  Patches are from John Kennedy of
305538032Speter		CSU Chico.
305638032Speter	In certain cases, 7->8 bit MIME decoding of Base64 text could leave
305738032Speter		an extra space at the beginning of some lines.  Problem
305838032Speter		noted by Charles Karney of Princeton University; fix based
305938032Speter		on a patch from Christophe Wolfhugel.
306038032Speter	Portability:
306138032Speter		Allow _PATH_VENDOR_CF to be set in Makefile for consistency
306238032Speter			with the _Sendmail_ book, 2nd edition.  Note that
306338032Speter			the book is actually wrong: _PATH_SENDMAILCF should
306438032Speter			be used instead.
306538032Speter		AIX 3.x: Include <sys/select.h>.  Patch from Gene Rackow
306638032Speter			of Argonne National Laboratory.
306738032Speter		OpenBSD from from Paul DuBois of the University of Wisconsin.
306838032Speter		RISC/os 4.0 from Paul DuBois of the University of Wisconsin.
306938032Speter		SunOS: Include <memory.h> to fix warning from util.c.  From
307038032Speter			James Aldridge of EUnet Ltd.
307138032Speter		Solaris: Change STDIR (location of status file) to /etc/mail
307238032Speter			in Makefiles.
307338032Speter		Linux, Dynix, UNICOS: Remove -DNDBM and -lgdbm from
307438032Speter			Makefiles.  Use NEWDB on Linux instead.
307538032Speter		NCR MP-RAS 3.x with STREAMware TCP/IP: SIOCGIFNUM ioctl
307638032Speter			exists but behaves differently than other OSes.
307738032Speter			Add SIOCGIFNUM_IS_BROKEN compile flag to get
307838032Speter			around the problem.  Problem noted by Tom Moore of
307943730Speter			NCR Corp.
308038032Speter		HP-UX 9.x: fix compile warnings for old select API.  Problem
308138032Speter			noted by Tom Smith of Digital Equipment Corp.
308238032Speter		UnixWare 2.x: compile warnings on offsetof macro.  Problem
308338032Speter			noted by Tom Good of the Community Access Information
308438032Speter			Resource Network
308538032Speter		SCO 4.2: compile problems caused by a change in the type of
308638032Speter			the "length" parameters passed to accept, getpeername,
308738032Speter			getsockname, and getsockopt.  Adds new compile flags
308838032Speter			SOCKADDR_SIZE_T and SOCKOPT_SIZE_T.  Problem reported
308938032Speter			by Tom Good of St. Vincent's North Richmond Community
309038032Speter			Mental Health Center Residential Services.
309138032Speter		AIX 4: Use size_t for SOCKADDR_SIZE_T and SOCKOPT_SIZE_T.
309238032Speter			Suggested by Brett Hogden of Rochester Gas & Electric
309338032Speter			Corp.
309438032Speter		Linux: avoid compile problem for versions of <setjmp.h> that
309538032Speter			#define both setjmp and longjmp.  Problem pointed out
309638032Speter			by J.R. Oldroyd of TerraNet.
309738032Speter		CONFIG: SCO UnixWare 2.1: Support for OSTYPE(sco-uw-2.1)
309838032Speter			from Christopher Durham of SCO.
309938032Speter		CONFIG: NEXTSTEP: define confCW_FILE to
310038032Speter			/etc/sendmail/sendmail.cw to match the usual
310138032Speter			configuration.  Patch from Dennis Glatting of
310238032Speter			PlainTalk.
310338032Speter	CONFIG: MAILER(fax) called a program that hasn't existed for a long
310438032Speter		time.  Convert to use the HylaFAX 4.0 conventions.  Suggested
310538032Speter		by Harry Styron.
310638032Speter	CONFIG: Improve sample anti-spam rulesets in cf/cf/knecht.mc.  These
310738032Speter		are the rulesets in use on sendmail.org.
310838032Speter	MAKEMAP: give error on GDBM files.
310938032Speter	MAIL.LOCAL: Make error messages a bit more explicit, for example,
311038032Speter		telling more details on what actually changed when "file
311138032Speter		changed after open".
311238032Speter	CONTRIB: etrn.pl: Ignore comments in Fw files.  Support multiple Fw
311338032Speter		files.
311438032Speter	CONTRIB: passwd-to-alias.pl: Handle 8 bit characters and '-'.
311538032Speter	NEW FILES:
311638032Speter		src/Makefiles/Makefile.OpenBSD
311738032Speter		src/Makefiles/Makefile.RISCos.4_0
311838032Speter		test/t_exclopen.c
311938032Speter		cf/ostype/sco-uw-2.1.m4
312038032Speter	DELETED FILES:
312138032Speter		Makefile
312238032Speter
312338032Speter8.8.6/8.8.6	1997/06/14
312438032Speter	    *************************************************************
312538032Speter	    * The extensive assistance of Gregory Neil Shapiro of WPI	*
312638032Speter	    * in preparing this release is gratefully appreciated.	*
312738032Speter	    * Sun Microsystems has also provided resources toward	*
312838032Speter	    * continued sendmail development.				*
312938032Speter	    *************************************************************
313038032Speter	SECURITY: A few systems allow an open with the O_EXCL|O_CREAT open
313138032Speter		mode bits set to create a file that is a symbolic link that
313238032Speter		points nowhere.  This makes it possible to create a root
313338032Speter		owned file in an arbitrary directory by inserting the symlink
313438032Speter		into a writable directory after the initial lstat(2) check
313538032Speter		determined that the file did not exist.  The only verified
313638032Speter		example of a system having these odd semantics for O_EXCL
313738032Speter		and symbolic links was HP-UX prior to version 9.07.  Most
313838032Speter		systems do not have the problem, since a exclusive create
313938032Speter		of a file disallows symbolic links.  Systems that have been
314038032Speter		verified to NOT have the problem include AIX 3.x, *BSD,
314138032Speter		DEC OSF/1, HP-UX 9.07 and higher, Linux, SunOS, Solaris,
314238032Speter		and Ultrix.  This is a potential exposure on systems that
314338032Speter		have this bug and which do not have a MAILER-DAEMON alias
314438032Speter		pointing at a legitimate account, since this will cause old
314538032Speter		mail to be dropped in /var/tmp/dead.letter.
314638032Speter	SECURITY: Problems can occur on poorly managed systems, specifically,
314738032Speter		if maps or alias files are in world writable directories.
314838032Speter		If your system has alias maps in writable directories, it
314938032Speter		is potentially possible for an attacker to replace the .db
315038032Speter		(or .dir and .pag) files by symbolic links pointing at
315138032Speter		another database; this can be used either to expose
315238032Speter		information (e.g., by pointing an alias file at /etc/spwd.db
315338032Speter		and probing for accounts), or as a denial-of-service attack
315438032Speter		(by trashing the password database).  The fix disallows
315538032Speter		symbolic links entirely when rebuilding alias files or on
315638032Speter		maps that are in writable directories, and always warns on
315738032Speter		writable directories; 8.9 will probably consider writable
315838032Speter		directories to be fatal errors.  This does not represent an
315938032Speter		exposure on systems that have alias files in unwritable
316038032Speter		system directories.
316138032Speter	SECURITY: disallow .forward or :include: files that are links (hard
316238032Speter		or soft) if the parent directory (or any directory in the
316338032Speter		path) is writable by anyone other than the owner.  This is
316438032Speter		similar to the previous case for user files.  This change
316538032Speter		should not affect most systems, but is necessary to prevent
316638032Speter		an attacker who can write the directory from pointing such
316738032Speter		files at other files that are readable only by the owner.
316838032Speter	SECURITY: Tighten safechown rules: many systems will say that they
316938032Speter		have a safe (restricted to root) chown even on files that
317038032Speter		are mounted from another system that allows owners to give
317138032Speter		away files.  The new rules are very strict, trusting file
317238032Speter		ownership only in those few cases where the system has
317338032Speter		been verified to be at least as paranoid as necessary.
317438032Speter		However, it is possible to relax the rules to partially
317538032Speter		trust the ownership if the directory path is not world or
317638032Speter		group writable.  This might allow someone who has a legitimate
317738032Speter		:include: file (referenced directly from /etc/aliases) to
317838032Speter		become another non-root user if the :include: file is in a
317938032Speter		non-writable directory on an NFS-mounted filesystem where
318038032Speter		the local system says that giveaway is denied but it is
318138032Speter		actually permitted.  I believe this to be a very small set
318238032Speter		of cases.  If in doubt, do not point :include: aliases at
318338032Speter		NFS-mounted filesystems.
318438032Speter	SECURITY: When setting a numeric group id using the RunAsUser option
318538032Speter		(e.g., "O RunAsUser=10:20", the group id would not be set.
318638032Speter		Implicit group ids (e.g., "O RunAsUser=mailnull") or alpha
318764562Sgshapiro		group ids (e.g., "O RunAsUser=mailuser:mailgrp") worked fine.
318838032Speter		The user id was still set properly.  Problem noted by Uli
318938032Speter		Pralle of the Technical University of Berlin.
319038032Speter	Save the initial gid set for use when checking for if the
319138032Speter		PrivacyOptions=restrictmailq option is set.  Problem reported
319238032Speter		by Wolfgang Ley of DFN-CERT.
319338032Speter	Make 55x reply codes to the SMTP DATA-"." be non-sticky (i.e., a
319438032Speter		failure on one message won't affect future messages to the
319538032Speter		same host).
319638032Speter	IP source route printing had an "off by one" error that would
319738032Speter		affect any options that came after the route option.  Patch
319838032Speter		from Theo de Raadt.
319938032Speter	The "Message is too large" error didn't successfully bounce the error
320038032Speter		back to the sender.  Problem reported by Stephen More of
320138032Speter		PSI; patch from Gregory Neil Shapiro of WPI.
320238032Speter	Change SMTP status code 553 to map into Extended code 5.1.0 (instead
320338032Speter		of 5.1.3); it apparently gets used in multiple ways.
320438032Speter		Suggested by John Myers of Portola Communications.
320538032Speter	Fix possible extra null byte generated during collection if errors
320638032Speter		occur at the beginning of the stream.  Patch contributed by
320738032Speter		Andrey A. Chernov and Gregory Neil Shapiro.
320838032Speter	Code changes to avoid possible reentrant call of malloc/free within
320938032Speter		a signal handler.  Problem noted by John Beck of Sun
321038032Speter		Microsystems.
321138032Speter	Move map initialization to be earlier so that check_relay ruleset
321238032Speter		will have the latest version of the map data.  Problem noted
321338032Speter		by Paul Forgey of Metainfo; patch from Gregory Neil Shapiro.
321438032Speter	If there are fatal errors during the collection phase (e.g., message
321538032Speter		too large) don't send the bogus message.
321638032Speter	Avoid "cannot open xfAAA00000" messages when sending to aliases that
321738032Speter		have errors and have owner- aliases.  Problem noted by Michael
321838032Speter		Barber of MTU; fix from Gregory Neil Shapiro of WPI.
321938032Speter	Avoid null pointer dereference on illegal Boundary= parameters in
322038032Speter		multipart/mixed Content-Type: header.  Problem noted by
322138032Speter		Richard Muirden of RMIT University.
322238032Speter	Always print error messages during newaliases (-bi) even if the
322338032Speter		ErrorMode is not set to "print".  Fix from Gregory Neil
322438032Speter		Shapiro.
322538032Speter	Test mode could core dump if you did a /map lookup in an optional map
322638032Speter		that could not be opened.  Based on a fix from John Beck of
322738032Speter		Sun Microsystems.
322838032Speter	If DNS is misconfigured so that the last MX record tried points to
322938032Speter		a host that does not have an A record, but other MX records
323038032Speter		pointed to something reasonable, don't bounce the message
323138032Speter		with a "host unknown" error.  Note that this should really
323238032Speter		be fixed in the zone file for the domain.  Problem noted by
323338032Speter		Joe Rhett of Navigist, Inc.
323438032Speter	If a map fails (e.g., DNS times out) on all recipient addresses, mark
323538032Speter		the message as having been tried; otherwise the next queue
323638032Speter		run will not realize that this is a second attempt and will
323738032Speter		retry immediately.  Problem noted by Bryan Costales of
323838032Speter		Mercury Mail.
323938032Speter	If the clock is set backwards, and a MinQueueAge is set, no jobs
324038032Speter		will be run until the later setting of the clock is reached.
324138032Speter		"Problem" (I use the term loosely) noted by Eric Hagberg of
324238032Speter		Morgan Stanley.
324338032Speter	If the load average rises above the cutoff threshold (above which
324438032Speter		sendmail will not process the queue at all) during a queue
324538032Speter		run, abort the queue run immediately.  Problem noted by
324638032Speter		Bryan Costales of Mercury Mail.
324738032Speter	The variable queue processing algorithm (based on the message size,
324838032Speter		number of recipients, message precedence, and job age) was
324938032Speter		non-functional -- either the entire queue was processed or
325038032Speter		none of the queue was processed.  The updated algorithm
325138032Speter		does no queue run if a single recipient zero size job will
325238032Speter		not be run.
325338032Speter	If there is a fatal ("panic") message that will cause sendmail to
325438032Speter		die immediately, never hold the error message for future
325538032Speter		printing.
325638032Speter	Force ErrorMode=print in -bt mode so that all errors are printed
325738032Speter		regardless of the setting of the ErrorMode option in the
325838032Speter		configuration file.  Patch from Gregory Neil Shapiro.
325938032Speter	New compile flag HASSTRERROR says that this OS has the strerror(3)
326038032Speter		routine available in one of the libraries.  Use it in conf.h.
326138032Speter	The -m (match only) flag now works on host class maps.
326238032Speter	If class hash or btree maps are rebuilt, sendmail will now detect
326338032Speter		this and reopen the map.  Previously, they could give
326438032Speter		erroneous results during a single message processing
326538032Speter		(but would recover when the next message was received).
326638032Speter	Don't delete zero length queue files when doing queue runs until the
326738032Speter		files are at least ten minutes old.  This avoids a potential
326838032Speter		race condition: the creator creates the qf file, getting back
326938032Speter		a file descriptor.  The queue runner locks it and deletes it
327038032Speter		because it is zero length.  The creator then writes the
327138032Speter		descriptor that is now for a disconnected file, and the
327238032Speter		job goes away.  Based on a suggestion by Bryan Costales.
327338032Speter	When determining the "validated" host name ($_ macro), do a forward
327438032Speter		(A) DNS lookup on the result of the PTR lookup and compare
327538032Speter		results.  If they differ or if the PTR lookup fails, tag the
327638032Speter		address as "may be forged".
327738032Speter	Log null connections (i.e., hosts that connect but do not do any
327838032Speter		substantive activity on the connection before disconnecting;
327938032Speter		"substantive" is defined to be MAIL, EXPN, VRFY, or ETRN.
328038032Speter	Always permit "writes" to /dev/null regardless of the link count.
328138032Speter		This is safe because /dev/null is special cased, and no open
328238032Speter		or write is ever actually attempted.  Patch from Villy Kruse
328338032Speter		of TwinCom.
328438032Speter	If a message cannot be sent because of a 552 (exceeded storage
328538032Speter		allocation) response to the MAIL FROM:<>, and a SIZE= parameter
328638032Speter		was given, don't return the body in the bounce, since there
328738032Speter		is a very good chance that the message will double-bounce.
328838032Speter	Fix possible line truncation if a quoted-printable had an =00 escape
328938032Speter		in the body.  Problem noted by Charles Karney of the Princeton
329038032Speter		Plasma Physics Laboratory.
329138032Speter	Notify flags (e.g., -NSUCCESS) were lost on user+detail addresses.
329238032Speter		Problem noted by Kari Hurtta of the Finnish Meteorological
329338032Speter		Institute.
329438032Speter	The MaxDaemonChildren option wasn't applying to queue runs as
329538032Speter		documented.  Note that this increases the potential denial
329638032Speter		of service problems with this option: an attacker can
329738032Speter		connect many times, and thereby lock out queue runs as well
329838032Speter		as incoming connections.  If you use this option, you should
329938032Speter		run the "sendmail -bd" and "sendmail -q30m" jobs separately
330038032Speter		to avoid this attack.  Failure to limit noted by Matthew
330138032Speter		Dillon of BEST Internet Communications.
330238032Speter	Always give a message in newaliases if alias files cannot be
330338032Speter		opened instead of failing silently.  Suggested by Gregory
330438032Speter		Neil Shapiro.  This change makes the code match the O'Reilly
330538032Speter		book (2nd edition).
330638032Speter	Some older versions of the resolver could return with h_errno == -1
330738032Speter		if no name server could be reached, causing mail to bounce
330838032Speter		instead of queueing.  Treat this like TRY_AGAIN.  Fix from
330938032Speter		John Beck of SunSoft.
331038032Speter	If a :include: file is owned by a user that does not have an entry
331138032Speter		in the passwd file, sendmail could dereference a null pointer.
331238032Speter		Problem noted by Satish Mynam of Sun Microsystems.
331338032Speter	Take precautions to make sure that the SMTP protocol cannot get out
331438032Speter		of sync if (for example) an alias file cannot be opened.
331538032Speter	Fix a possible race condition that can cause a SIGALRM to come in
331638032Speter		immediately after a SIGHUP, causing the new sendmail to die.
331738032Speter	Avoid possible hang on SVr3 systems when doing child reaping.  Patch
331838032Speter		from Villy Kruse of TwinCom.
331938032Speter	Ignore improperly formatted SMTP reply codes.  Previously these were
332038032Speter		partially processed, which could cause confusing error
332138032Speter		returns.
332238032Speter	Fix possible bogus pointer dereference when doing ldapx map lookups
332338032Speter		on some architectures.
332438032Speter	Portability:
332538032Speter		A/UX: from Jim Jagielski of NASA/GSFC.
332638032Speter		glibc: SOCK_STREAM was changed from a #define to an enum,
332738032Speter			thus breaking #ifdef SOCK_STREAM.  Only option seems
332838032Speter			to be to assume SOCK_STREAM if __GNU_LIBRARY__ is
332938032Speter			defined.  Problem reported by A Sun of the University
333038032Speter			of Washington.
333138032Speter		Solaris: use SIOCGIFNUM to get the number of interfaces on
333238032Speter			the system rather than guessing at compile time.
333338032Speter			Patch contributed by John Beck of Sun Microsystems.
333438032Speter		Intel Paragon: from Wendy Lin of Purdue University.
333538032Speter		GNU Hurd: from Miles Bader of the GNU project.
333638032Speter		RISC/os 4.50 from Harlan Stenn of PFCS Corporation.
333738032Speter		ISC Unix: wait never returns if SIGCLD signals are blocked.
333838032Speter			Unfortunately releasing them opens a race condition,
333938032Speter			but there appears to be no fix for this.  Patch from
334038032Speter			Gregory Neil Shapiro.
334138032Speter		BIND 8.1 for IPv6 compatibility from John Kennedy.
334238032Speter		Solaris: a bug in strcasecmp caused characters with the
334338032Speter			high order bit set to apparently randomly match
334438032Speter			letters -- for example, $| (0233) matches "i" and "I".
334538032Speter			Problem noted by John Gregson of the University of
334638032Speter			Cambridge.
334738032Speter		IRIX 6.x: make Makefile.IRIX.6.2 apply to all 6.x.  From
334838032Speter			Kari Hurtta.
334938032Speter		IRIX 6.x: Create Makefiles for systems that claim to be
335038032Speter			IRIX64 but are 6.2 or higher (so use the regular
335138032Speter			IRIX Makefile).
335238032Speter		IRIX 6.x: Fix load average computation on 64 bit kernels.
335338032Speter			Problem noted by Eric Hagberg of Morgan Stanley.
335438032Speter	CONFIG: Some canonification was still done for UUCP-like addresses
335538032Speter		even if FEATURE(nocanonify) was set.  Problem pointed out by
335638032Speter		Brian Candler.
335738032Speter	CONFIG: In some cases UUCP mailers wouldn't properly recognize all
335838032Speter		local names as local.  Problem noted by Jeff Polk of BSDI;
335938032Speter		fix provided by Gregory Neil Shapiro.
336038032Speter	CONFIG: The "local:user" syntax entries in mailertables and other
336138032Speter		"mailer:user" syntax locations returned an incorrect value
336238032Speter		for the $h macro.  Problem noted by Gregory Neil Shapiro.
336338032Speter	CONFIG: Retain "+detail" information when forwarding mail to a
336438032Speter		MAIL_HUB, LUSER_RELAY, or LOCAL_RELAY.  Patch from Philip
336538032Speter		Guenther of Gustavus Adolphus College.
336638032Speter	CONFIG: Make sure user+detail works for FEATURE(virtusertable);
336738032Speter		rules are the same as for aliasing.  Based on a patch from
336838032Speter		Gregory Neil Shapiro.
336938032Speter	CONFIG: Break up parsing rules into several pieces; this should
337038032Speter		have no functional change in this release, but makes it
337138032Speter		possible to have better anti-spam rulesets in the future.
337238032Speter	CONFIG: Disallow double dots in host names to avoid having the
337338032Speter		HostStatusDirectory store status under the wrong name.
337438032Speter		In some cases this can be used as a denial-of-service attack.
337538032Speter		Problem noted by Ron Jarrell of Virginia Tech, patch from
337638032Speter		Gregory Neil Shapiro.
337738032Speter	CONFIG: Don't use F=m (multiple recipients per invocation) for
337838032Speter		MAILER(procmail), but do pass F=Pn9 (include Return-Path:,
337938032Speter		don't include From_, and convert to 8-bit).  Suggestions
338038032Speter		from Kimmo Suominen and Roderick Schertler.
338138032Speter	CONFIG: Domains under $=M (specified with MASQUERADE_DOMAIN) were
338238032Speter		being masqueraded as though FEATURE(masquerade_entire_domain)
338338032Speter		was specified, even when it wasn't.
338438032Speter	MAIL.LOCAL: Solaris 2.6 has snprintf.  From John Beck of SunSoft.
338538032Speter	MAIL.LOCAL: SECURITY: check to make sure that an attacker doesn't
338638032Speter		"slip in" a symbolic link between the lstat(2) call and the
338738032Speter		exclusive open.  This is only a problem on System V derived
338838032Speter		systems that allow an exclusive create on files that are
338938032Speter		symbolic links pointing nowhere.
339038032Speter	MAIL.LOCAL: If the final mailbox close() failed, the user id was
339138032Speter		not reset back to root, which on some systems would cause
339238032Speter		later mailboxes to fail.  Also, any partial message would
339338032Speter		not be truncated, which could result in repeated deliveries.
339438032Speter		Problem noted by Bruce Evans via Peter Wemm (FreeBSD
339538032Speter		developers).
339638032Speter	MAKEMAP: Handle cases where O_EXLOCK is #defined to be 0.  A similar
339738032Speter		change to the sendmail map code was made in 8.8.3.  Problem
339838032Speter		noted by Gregory Neil Shapiro.
339938032Speter	MAKEMAP: Give warnings on file problems such as map files that are
340038032Speter		symbolic links; although makemap is not setuid root, it is
340138032Speter		often run as root and hence has the potential for the same
340238032Speter		sorts of problems as alias rebuilds.
340338032Speter	MAKEMAP: Change compilation so that it will link properly on
340438032Speter		NEXTSTEP.
340538032Speter	CONTRIB: etrn.pl: search for Cw as well as Fw lines in sendmail.cf.
340638032Speter		Accept an optional list of arguments following the server
340738032Speter		name for the ETRN arguments to use (instead of $=w).  Other
340838032Speter		miscellaneous bug fixes.  From Christian von Roques via
340938032Speter		John Beck of Sun Microsystems.
341038032Speter	CONTRIB: Add passwd-to-alias.pl, contributed by Kari Hurtta.  This
341138032Speter		Perl script converts GECOS information in the /etc/passwd
341238032Speter		file into aliases, allowing for faster access to full name
341338032Speter		lookups; it is also clever about adding aliases (to root)
341438032Speter		for system accounts.
341538032Speter	NEW FILES:
341638032Speter		src/safefile.c
341738032Speter		cf/ostype/gnuhurd.m4
341838032Speter		cf/ostype/irix6.m4
341938032Speter		contrib/passwd-to-alias.pl
342038032Speter		src/Makefiles/Makefile.IRIX64.6.1
342138032Speter		src/Makefiles/Makefile.IRIX64.6.x
342238032Speter	RENAMED FILES:
342338032Speter		src/Makefiles/Makefile.IRIX.6.2 =>	Makefile.IRIX.6.x
342438032Speter		src/Makefiles/Makefile.IRIX64 =>	Makefile.IRIX64.6.0
342538032Speter
342638032Speter8.8.5/8.8.5	1997/01/21
342738032Speter	SECURITY: Clear out group list during startup.  Without this, sendmail
342838032Speter		will continue to run with the group permissions of the caller,
342938032Speter		even if RunAsUser is specified.
343038032Speter	SECURITY: Make purgestat (-bH) be root-only.  This is not in response
343138032Speter		to any known attack, but it's best to be conservative.
343238032Speter		Suggested by Peter Wemm of DIALix.
343338032Speter	SECURITY: Fix buffer overrun problem in MIME code that has possible
343438032Speter		security implications.  Patch from Alex Garthwaite of the
343538032Speter		University of Pennsylvania.
343638032Speter	Use of a -f flag with a phrase attached (e.g., "-f 'Full Name <addr>'")
343738032Speter		would truncate the address after "Full".  Although the -f
343838032Speter		syntax is incorrect (since it is in the envelope, it
343938032Speter		shouldn't have comments and full names), the failure mode
344038032Speter		was unnecessarily awful.
344138032Speter	Fix a possible null pointer dereference when converting 8-bit data
344238032Speter		to a 7-bit format.  Problem noted by Jim Hutchins of
344338032Speter		Sandia National Labs and David James of British Telecom.
344438032Speter	Clear out stale state that affected F=9 on SMTP mailers in queue
344564562Sgshapiro		runs.  Although this really shouldn't be used (F=9 is for
344638032Speter		final delivery only, and using it on an SMTP mailer makes
344738032Speter		it possible for a message to be converted from 8->7->8->7
344838032Speter		bits several times), it shouldn't have failed with a syserr.
344938032Speter		Problem noted by Eric Hagberg of Morgan Stanley.
345038032Speter	_Really_ fix the multiple :maildrop code in the user database
345138032Speter		module.  Patch from Roy Mongiovi of Georgia Tech.
345238032Speter	Let F lines in the configuration file actually read root-only
345338032Speter		files if the configuration file is safe.  Based on a
345438032Speter		patch from Keith Reynolds of SCO.
345538032Speter	ETRN followed by QUIT would hold the connection open until the queue
345638032Speter		run completed.  Problem noted by Truck Lewis of TDK
345738032Speter		Semiconductor Corp.
345838032Speter	It turns out that despite the documentation, the TCP wrappers library
345938032Speter		does _not_ log rejected connections.  Do the logging ourselves.
346038032Speter		Problem noted by Fletcher Mattox of the University of Texas
346138032Speter		at Austin.
346238032Speter	If sendmail finds a qf file in its queue directory that is an unknown
346338032Speter		version (e.g., when backing out to an old version), the
346438032Speter		error is reported on every queue run.  Change it to only
346538032Speter		give the error once (and rename the qf => Qf).  Patch from
346638032Speter		William A. Gianopoulos of Raytheon Company.
346738032Speter	Start a new session when doing background delivery; currently it
346838032Speter		ignored signals but didn't start a new signal, that caused
346938032Speter		some problems if a background process tried to send mail
347038032Speter		under certain circumstances.  Problem noted by Eric Hagberg
347138032Speter		of Morgan Stanley; fix from Kari Hurtta.
347238032Speter	Simplify test for skipping a queue run to just check if the current
347338032Speter		load average is >= the queueing load average.  Previously
347438032Speter		the check factored in some other parameters that caused it
347538032Speter		to essentially never skip the queue run.  Patch from Bryan
347638032Speter		Costales.
347738032Speter	If the SMTP server is running in "nullserver" mode (that is, it is
347838032Speter		rejecting all commands), start sleeping after MAXBADCOMMAND
347938032Speter		(25) commands; this helps prevent a bad guy from putting
348038032Speter		you into a tight loop as a denial-of-service attack.  Based
348138032Speter		on an e-mail conversation with Brad Knowles of AOL.
348238032Speter	Slow down when too many "light weight" commands have been issued;
348338032Speter		this helps prevent a class of denial-of-service attacks.
348438032Speter		The current values and defaults are:
348538032Speter		    MAXNOOPCOMMANDS	20	NOOP, VERB, ONEX, XUSR
348638032Speter		    MAXHELOCOMMANDS	3	HELO, EHLO
348738032Speter		    MAXVRFYCOMMANDS	6	VRFY, EXPN
348838032Speter		    MAXETRNCOMMANDS	8	ETRN
348938032Speter		These will probably be configurable in a future release.
349064562Sgshapiro	On systems that have uid_t typedefed to be an unsigned short, programs
349138032Speter		that had the F=S flag and no U= equate would be invoked with
349238032Speter		the real uid set to 65535 rather than being left unchanged.
349338032Speter	In some cases, NOTIFY=NEVER was not being honored.  Problem noted
349438032Speter		by Steve Hubert of the University of Washington, Seattle.
349538032Speter	Mail that was Quoted-Printable encoded and had a soft line break on
349638032Speter		the last line (i.e., an incomplete continuation) had the last
349738032Speter		line dropped.  Since this appears to be illegal it isn't
349838032Speter		clear what to do with it, but flushing the last line seems
349938032Speter		to be a better "fail soft" approach.  Based on a patch from
350038032Speter		Eric Hagberg.
350138032Speter	If AllowBogusHELO and PrivacyOptions=needmailhelo are both set, a
350238032Speter		bogus HELO command still causes the "Polite people say HELO
350338032Speter		first" error message.  Problem pointed out by Chris Thomas
350438032Speter		of UCLA; patch from John Beck of SunSoft.
350538032Speter	Handle "sendmail -bp -qSfoobar" properly if restrictqrun is set
350638032Speter		in PrivacyOptions.  The -q shouldn't turn this command off.
350738032Speter		Problem noted by Murray Kucherawy of Pacific Bell Internet;
350838032Speter		based on a patch from Gregory Neil Shapiro of WPI.
350938032Speter	Don't consider SMTP reply codes 452 or 552 (exceeded storage allocation)
351038032Speter		in a DATA transaction to be sticky; these can occur because
351138032Speter		a message is too large, and smaller messages should still go
351238032Speter		through.  Problem noted by Matt Dillon of Best Internet
351338032Speter		Communications.
351438032Speter	In some cases bounces were saved in /var/tmp/dead.letter even if they
351538032Speter		had been successfully delivered to the envelope sender.
351638032Speter		Problem noted Eric Hagberg of Morgan Stanley; solution from
351738032Speter		Gregory Neil Shapiro of WPI.
351838032Speter	Give better diagnostics on long alias lines.  Based on code contributed
351938032Speter		by Patrick Gosling of the University of Cambridge.
352038032Speter	Increase the number of virtual interfaces that will be probed for
352138032Speter		alternate names.  Problem noted by Amy Rich of Shore.Net.
352238032Speter	PORTABILITY:
352338032Speter		UXP/DS V20L10 for Fujitsu DS/90: Makefile patches from
352438032Speter			Toshiaki Nomura of Fujitsu Limited.
352538032Speter		SunOS with LDAP support: compile problems with struct timeval.
352638032Speter			Patch from Nick Cuccia of TCSI Corporation.
352738032Speter		SCO: from Keith Reynolds of SCO.
352838032Speter		Solaris: kstat load average computation wasn't being used.
352938032Speter			Fixes from Michael Ju. Tokarev of Telecom Service, JSC
353038032Speter			(Moscow).
353138032Speter		OpenBSD: from Jason Downs of teeny.org.
353238032Speter		Altos System V: from Tim Rice.
353338032Speter		Solaris 2.5: from Alan Perry of SunSoft.
353438032Speter		Solaris 2.6: from John Beck of SunSoft.
353538032Speter		Harris Nighthawk PowerUX (mh6000 box): from Bob Miorelli
353638032Speter			of Pratt & Whitney <miorelli@pweh.com>.
353738032Speter	CONFIG: It seems that I hadn't gotten the Received: line syntax
353838032Speter		_just_right_ yet.  Tweak it again.  I'll omit the names
353938032Speter		of the "contributors" (quantity two) in this one case.
354038032Speter		As of now, NO MORE DISCUSSION about the syntax of the
354138032Speter		Received: line.
354238032Speter	CONFIG: Although FEATURE(nullclient) uses EXPOSED_USER (class $=E),
354338032Speter		it never inserts that class into the output file.  Fix it
354438032Speter		so it will honor EXPOSED_USER but will _not_ include root
354538032Speter		automatically in this class.  Problem noted by Ronan KERYELL
354638032Speter		of Centre de Recherche en Informatique de l'�cole Nationale
354738032Speter		Sup�rieure des Mines de Paris (CRI-ENSMP).
354838032Speter	CONFIG: Clean up handling of "local:" syntax in relay specifications
354938032Speter		such as LUSER_RELAY.  This change permits the following
355038032Speter		syntaxes:  ``local:'' will send to the same user on the
355138032Speter		local machine (e.g., in a mailertable entry for "host",
355238032Speter		``local:'' will cause an address addressed to user@host to
355338032Speter		go to user on the local machone).  ``local:user'' will send
355438032Speter		to the named user on the local machine.  ``local:user@host''
355538032Speter		is equivalent to ``local:user'' (the host is ignored).  In
355638032Speter		all cases, the original user@host is passed in $@ (i.e., the
355738032Speter		detail information).  Inspired by a report from Michael Fuhr.
355838032Speter	CONFIG: Strip quotes from the first word of an "error:" host
355938032Speter		indication.  This lets you set (for example) the LUSER_RELAY
356038032Speter		to be ``error:\"5.1.1\" Your Message Here''.  Note the use
356138032Speter		of the \" so that the resulting string is properly quoted.
356238032Speter		Problem noted by Gregory Neil Shapiro of WPI.
356338032Speter	OP.ME: documentation was inconsistent about whether sendmail did a
356438032Speter		NOOP or a RSET to probe the connection (it does a RSET).
356538032Speter		Inconsistency noted by Deeran Peethamparam.
356638032Speter	OP.ME: insert additional blank pages so it will print properly on
356738032Speter		a duplex printer.  From Matthew Black of Cal State University,
356838032Speter		Long Beach.
356938032Speter
357071345Sgshapiro8.8.4/8.8.4	1996/12/02
357171345Sgshapiro	SECURITY: under some circumstances, an attacker could get additional
357271345Sgshapiro		permissions by hard linking to files that were group
357338032Speter		writable by the attacker.  The solution is to disallow any
357438032Speter		files that have hard links -- this will affect .forward,
357538032Speter		:include:, and output files.  Problem noted by Terry
357638032Speter		Kyriacopoulos of Interlog Internet Services.  As a
357738032Speter		workaround, set UnsafeGroupWrites -- always a good idea.
357838032Speter	SECURITY: the TryNullMXList (w) option should not be safe -- if it
357938032Speter		is, it is possible to do a denial-of-service attack on
358038032Speter		MX hosts that rely on the use of the null MX list.  There
358138032Speter		is no danger if you have this option turned off (the default).
358238032Speter		Problem noted by Dan Bernstein.  Also, make the DontInitGroups
358338032Speter		unsafe.  I know of no specific attack against this, although
358438032Speter		a denial-of-service attack is probably possible, but in theory
358538032Speter		you should not be able to safely tweak anything that affects
358638032Speter		the permissions that are used when mail is delivered.
358738032Speter	Purgestat could go into an infinite loop if one of the host status
358838032Speter		directories somehow became empty.  Problem noted by Roy
358938032Speter		Mongiovi of Georgia Tech.
359038032Speter	Processes got "lost" when counting children due to a race condition.
359138032Speter		This caused "proc_list_probe: lost pid" messages to be logged.
359238032Speter		Problem noted by several people.
359338032Speter	On systems with System V SIGCLD child signal semantics (notably AIX
359438032Speter		and HP-UX), mail transactions would print the message "451
359538032Speter		SMTP-MAIL: lost child: No child processes".  Problem noted
359638032Speter		by several people.
359738032Speter	Miscellaneous compiler warnings on picky compilers (or when setting
359838032Speter		gcc to high warning levels).  From Tom Moore of NCR Corp.
359938032Speter	SMTP protocol errors, and most errors on MAIL FROM: lines should
360038032Speter		not be persistent between runs, since they are based on the
360138032Speter		message rather than the host.  Problem noted by Matt Dillon
360238032Speter		of Best Internet Communications.
360338032Speter	The F=7 flag was ignored on SMTP mailers.  Problem noted by Tom Moore
360438032Speter		of NCR (a.k.a., AT&T Global Information Solutions).
360538032Speter	Avoid the possibility of having a child daemon run to completion
360638032Speter		(including closing the SMTP socket) before the parent has
360738032Speter		had a chance to close the socket; this can cause the parent
360838032Speter		to hang for a long time waiting for the socket to drain.
360938032Speter		Patch from Don Lewis of TDK Semiconductor.
361038032Speter	If the fork() failed in a queue run, the queue runners would not be
361138032Speter		rescheduled (so queue runs would stop).  Patch from Don Lewis.
361238032Speter	Some error conditions in ETRN could cause output without an SMTP
361338032Speter		status code.  Problem noted by Don Lewis.
361438032Speter	Multiple :maildrop addresses in the user database didn't work properly.
361538032Speter		Patch from Roy Mongiovi of Georgia Tech.
361638032Speter	Add ".db" automatically onto any user database spec that does not
361738032Speter		already have it; this is for consistency with makemap, the
361838032Speter		K line, and the documentation.  Inconsistency pointed out
361938032Speter		by Roy Mongiovi.
362038032Speter	Allow sendmail to be properly called in nohup mode.  Patch from
362138032Speter		Kyle Jones of UUNET.
362238032Speter	Change ETRN to ignore but still update host status files; previously
362338032Speter		it would ignore them and not save the updated status, which
362438032Speter		caused stale information to be maintained.  Based on a patch
362538032Speter		from Christopher Davis of Kapor Enterprises Inc.  Also, have
362638032Speter		ETRN ignore the MinQueueAge option.
362738032Speter	Patch long term host status to recover more gracefully from an empty
362838032Speter		host status file condition.  Patch from NAKAMURA Motonori
362938032Speter		of Kyoto University.
363038032Speter	Several patches to signal handling code to fix potential race
363138032Speter		conditions from Don Lewis.
363238032Speter	Make it possible to compile with -DDAEMON=0 (previously it had some
363338032Speter		compile errors).  This turns DAEMON, QUEUE, and SMTP into
363464562Sgshapiro		0/1 compilation flags.  Note that DAEMON is an obsolete
363538032Speter		compile flag; use NETINET instead.  Solution based on a
363638032Speter		patch from Bryan Costales.
363738032Speter	PORTABILITY FIXES:
363838032Speter		AIX4: getpwnam() and getpwuid() do a sequential scan of the
363938032Speter			/etc/security/passwd file when called as root.  This
364038032Speter			is very slow on some systems.  To speed it up, use the
364138032Speter			(undocumented) _getpw{nam,uid}_shadow() routines.
364238032Speter			Patch from Chris Thomas of UCLA/OAC Systems Group.
364338032Speter		SCO 5.x: include -lprot in the Makefile.  Patch from Bill
364438032Speter			Glicker of Burrelle's Information Service.
364538032Speter		NEWS-OS 4.x: need a definition for MODE_T to compile.  Patch
364638032Speter			from Makoto MATSUSHITA of Osaka University.
364738032Speter		SunOS 4.0.3: compile problems.  Patches from Andrew Cole of
364838032Speter			Leeds University and SASABE Tetsuro of the University
364938032Speter			of Tokyo.
365038032Speter		DG/UX 5.4.4.11 from Brian J. Murrell of InterLinx Support
365138032Speter			Services, Inc.
365238032Speter		Domain/OS from Don (Truck) Lewis of TDK Semiconductor Corp.
365338032Speter			I believe this to have only been a problem if you
365438032Speter			compiled with -DUSE_VENDOR_CF_PATH -- another reason
365538032Speter			to stick with /etc/sendmail.cf as your One True Path.
365638032Speter		Digital UNIX (OSF/1 on Alpha) load average computation from
365738032Speter			Martin Laubach of the Technischen Universit�t Wien.
365838032Speter	CONFIG: change default Received: line to be multiple lines rather
365938032Speter		than one long one.  By popular demand.
366038032Speter	MAIL.LOCAL: warnings weren't being logged on some systems.  Patch
366138032Speter		from Jerome Berkman of U.C. Berkeley.
366238032Speter	MAKEMAP: be sure to zero hinfo to avoid cruft that can cause runs
366338032Speter		to take a very long time.  Problem noted by Yoshiro YONEYA
366438032Speter		of NTT Software Corporation.
366538032Speter	CONTRIB: add etrn.pl, contributed by John Beck.
366638032Speter	NEW FILES:
366738032Speter		contrib/etrn.pl
366838032Speter
366938032Speter8.8.3/8.8.3	1996/11/17
367038032Speter	SECURITY: it was possible to get a root shell by lying to sendmail
367138032Speter		about argv[0] and then sending it a signal.  Problem noted
367238032Speter		by Leshka Zakharoff <leshka@leshka.chuvashia.su> on the
367338032Speter		best-of-security list.
367438032Speter	Log sendmail binary version number in "Warning: .cf version level
367538032Speter		(%d) exceeds program functionality (%d) message" -- this
367638032Speter		should make it clearer to people that they are running
367738032Speter		the wrong binary.
367838032Speter	Fix a problem that occurs when you open an SMTP connection and then
367938032Speter		do one or more ETRN commands followed by a MAIL command; at
368038032Speter		the end of the DATA phase sendmail would incorrectly report
368138032Speter		"451 SMTP-MAIL: lost child: No child processes".  Problem
368238032Speter		noted by Eric Bishop of Virginia Tech.
368338032Speter	When doing text-based host canonification (typically /etc/hosts
368438032Speter		lookup), a null host name would match any /etc/hosts entry
368538032Speter		with space at the end of the line.  Problem noted by Steve
368638032Speter		Hubert of the University of Washington, Seattle.
368738032Speter	7 to 8 bit BASE64 MIME conversions could duplicate bits of text.
368838032Speter		Problem reported by Tom Smith of Digital Equipment Corp.
368938032Speter	Increase the size of the DNS answer buffer -- the standard UDP packet
369038032Speter		size PACKETSZ (512) is not sufficient for some nameserver
369138032Speter		answers containing very many resource records.  The resolver
369238032Speter		may also switch to TCP and retry if it detects UDP packet
369338032Speter		overflow.  Also, allow for the fact that the resolver
369438032Speter		routines res_query and res_search return the size of the
369538032Speter		*un*truncated answer in case the supplied answer buffer it
369638032Speter		not big enough to accommodate the entire answer.  Patch from
369738032Speter		Eric Wassenaar.
369838032Speter	Improvements to MaxDaemonChildren code.  If you think you have too
369938032Speter		many children, probe the ones you have to verify that they
370038032Speter		are still around.  Suggested by Jared Mauch of CICnet, Inc.
370138032Speter		Also, do this probe before growing the vector of children
370238032Speter		pids; this previously caused the vector to grow indefinitely
370338032Speter		due to a race condition.  Problem reported by Kyle Jones of
370438032Speter		UUNET.
370538032Speter	On some architectures, <db.h> (from the Berkeley DB library) defines
370638032Speter		O_EXLOCK to zero; this fools the map compilation code into
370738032Speter		thinking that it can avoid race conditions by locking on open.
370838032Speter		Change it to check for O_EXLOCK non-zero.  Problem noted by
370938032Speter		Leif Erlingsson of Data Lege.
371038032Speter	Always call res_init() on startup (if compiled in, of course) to
371138032Speter		allow the sendmail.cf file to tweak resolver flags; without
371238032Speter		it, flag tweaks in ResolverOptions are ignored.  Patch from
371338032Speter		Andrew Sun of Merrill Lynch.
371438032Speter	Improvements to host status printing code.  Suggested by Steve Hubert
371538032Speter		of the University of Washington, Seattle.
371638032Speter	Change MinQueueAge option processing to do the check for the job age
371738032Speter		when reading the queue file, rather than at the end; this
371838032Speter		avoids parsing the addresses, which can do DNS lookups.
371938032Speter		Problem noted by John Beck of InReference, Inc.
372038032Speter	When MIME was being 7->8 bit decoded, "From " lines weren't being
372138032Speter		properly escaped.  Problem noted by Peter Nilsson of the
372238032Speter		University of Linkoping.
372338032Speter	In some cases, sendmail would retain root permissions during queue
372438032Speter		runs even if RunAsUser was set.  Problem noted by Mark
372538032Speter		Thomas of Mark G. Thomas Consulting.
372638032Speter	If the F=l flag was set on an SMTP mailer to indicate that it is
372738032Speter		actually local delivery, and NOTIFY=SUCCESS is specified in
372838032Speter		the envelope, and the receiving SMTP server speaks DSN, then
372938032Speter		the DSN would be both generated locally and propagated to the
373038032Speter		other end.
373138032Speter	The U= mailer field didn't correctly extract the group id if the
373238032Speter		user id was numeric.  Problem noted by Kenneth Herron of
373364562Sgshapiro		MCI Telecommunications Communications.
373438032Speter	If a message exceeded the fixed maximum size on input, the body of
373538032Speter		the message was included in the bounce.  Note that this did
373638032Speter		not occur if it exceeded the maximum _output_ size.  Problem
373738032Speter		reported by Kyle Jones of UUNET.
373838032Speter	PORTABILITY FIXES:
373938032Speter		AIX4: 4.1 doesn't have a working setreuid(2); change the
374038032Speter			AIX4 defines to use seteuid(2) instead, which
374138032Speter			works on 4.1 as well as 4.2.  Problem noted by
374238032Speter			H�kan Lindholm of interAF, Sweden.
374338032Speter		AIX4: use tzname[] vector to determine time zone name.
374438032Speter			Patch from NAKAMURA Motonori of Kyoto University.
374538032Speter		MkLinux: add Makefile.Linux.ppc and OSTYPE(mklinux) support.
374638032Speter			Contributed by Paul DuBois <dubois@primate.wisc.edu>.
374738032Speter		Solaris: kstat(3k) support for retrieving the load average.
374838032Speter			This adds the LA_KSTAT definition for LA_TYPE.
374938032Speter			The outline of the implementation was contributed
375038032Speter			by Michael Tokarev of Telecom Service, JSC, Moscow.
375138032Speter		HP-UX 10.0 gripes about the (perfectly legal!) forward
375238032Speter			declaration of struct rusage at the top of conf.h;
375338032Speter			change it to only be included if you are using gcc,
375438032Speter			which is apparently the only compiler that requires
375538032Speter			it in the first place.  Problem noted by Jeff
375638032Speter			Earickson of Colby College.
375738032Speter		IRIX: don't default to using gcc.  IRIX is a civilized
375838032Speter			operating system that comes with a decent compiler
375938032Speter			by default.  Problem noted by Barry Bouwsma and
376038032Speter			Kari Hurtta.
376138032Speter	CONFIG: specify F=9 as default in FEATURE(local_procmail) for
376238032Speter		consistency with other local mailers.  Inconsistency
376338032Speter		pointed out by Teddy Hogeborn <teddy@fukt.hk-r.se>.
376438032Speter	CONFIG: if the "limited best mx" feature is used (to reduce DNS
376538032Speter		overhead) as part of the bestmx_is_local feature, the
376638032Speter		domain part was dropped from the name.  Patch from Steve
376738032Speter		Hubert of the University of Washington, Seattle.
376838032Speter	CONFIG: catch addresses of the form "user@.dom.ain"; these could
376938032Speter		end up being translated to the null host name, which would
377038032Speter		return any entry in /etc/hosts that had a space at the end
377138032Speter		of the line.  Problem noted by Steve Hubert of the
377238032Speter		University of Washington, Seattle.
377338032Speter	CONFIG: add OSTYPE(aix4).  From Michael Sofka of Rensselaer
377438032Speter		Polytechnic Institute.
377538032Speter	MAKEMAP: tweak hash and btree parameters for better performance.
377638032Speter		Patch from Matt Dillon of Best Internet Communications.
377738032Speter	NEW FILES:
377838032Speter		src/Makefiles/Makefile.Linux.ppc
377938032Speter		cf/ostype/aix4.m4
378038032Speter		cf/ostype/mklinux.m4
378138032Speter
378238032Speter8.8.2/8.8.2	1996/10/18
378338032Speter	SECURITY: fix a botch in the 7-bit MIME patch; the previous patch
378438032Speter		changed the code but didn't fix the problem.
378538032Speter	PORTABILITY FIXES:
378638032Speter		Solaris: Don't use the system getusershell(3); it can
378738032Speter			apparently corrupt the heap in some circumstances.
378838032Speter			Problem found by Ken Pizzini of Spry, Inc.
378938032Speter	OP.ME: document several mailer flags that were accidentally omitted
379038032Speter		from this document.  These flags were F=d, F=j, F=R, and F=9.
379138032Speter	CONFIG: no changes.
379238032Speter
379338032Speter8.8.1/8.8.1	1996/10/17
379438032Speter	SECURITY: unset all environment variables that the resolver will
379538032Speter		examine during queue runs and daemon mode.  Problem noted
379638032Speter		by Dan Bernstein of the University of Illinois at Chicago.
379738032Speter	SECURITY: in some cases an illegal 7-bit MIME-encoded text/plain
379838032Speter		message could overflow a buffer if it was converted back
379938032Speter		to 8 bits.  This caused core dumps and has the potential
380038032Speter		for a remote attack.  Problem first noted by Gregory Shapiro
380138032Speter		of WPI.
380238032Speter	Avoid duplicate deliveries of error messages on systems that don't
380338032Speter		have flock(2) support.  Patch from Motonori Nakamura of
380438032Speter		Kyoto University.
380538032Speter	Ignore null FallBackMX (V) options.  If this option is null (as
380638032Speter		opposed to undefined) it can cause "null signature" syserrs
380738032Speter		on illegal host names.
380838032Speter	If a Base64 encoded text/plain message has no trailing newline in
380938032Speter		the encoded text, conversion back to 8 bits will drop the
381038032Speter		final line.  Problem noted by Pierre David.
381138032Speter	If running with a RunAsUser, sendmail would give bogus "cannot
381238032Speter		setuid" (or seteuid, or setreuid) messages on some systems.
381338032Speter		Problem pointed out by Jordan Mendelson of Web Services, Inc.
381438032Speter	Always print error messages in -bv mode -- previously, -bv would
381538032Speter		be absolutely silent on errors if the error mode was sent
381638032Speter		to (say) mail-back.  Problem noted by Kyle Jones of UUNET.
381738032Speter	If -qI/R/S is set (or the ETRN command is used), ignore all long
381838032Speter		term host status.  This is necessary because it is common
381938032Speter		to do this when you know a host has just come back up.
382038032Speter	Disallow duplicate HELO/EHLO commands as required by RFC 1651 section
382138032Speter		4.2.  Excessive permissiveness noted by Lee Flight of the
382238032Speter		University of Leicester.
382338032Speter	If a service (such as NIS) is specified as the last entry in the
382438032Speter		service switch, but that service is not compiled in, sendmail
382538032Speter		would return a temporary failure when an entry was not found
382638032Speter		in the map.  This caused the message to be queued instead of
382738032Speter		bouncing immediately.  Problem noted by Harry Edmon of the
382838032Speter		University of Washington.
382938032Speter	PORTABILITY FIXES:
383038032Speter		Solaris 2.3 had compilation problems in conf.c.  Several
383138032Speter			people pointed this out.
383238032Speter		NetBSD from Charles Hannum of MIT.
383338032Speter		AIX4 improvements based on info from Steve Bauer of South
383438032Speter			Dakota School of Mines & Technology.
383538032Speter	CONFIG: ``error:code message'' syntax was broken in virtusertable.
383638032Speter		Patch from Gil Kloepfer Jr.
383738032Speter	CONFIG: if FEATURE(nocanonify) was specified, hosts in $=M (set
383838032Speter		using MASQUERADE_DOMAIN) were not masqueraded unless they
383938032Speter		were also in $=w.  Problem noted by Zoltan Basti of
384038032Speter		Softec.
384138032Speter	MAIL.LOCAL: patches to compile and link cleanly on AIX.  Based
384238032Speter		on a patch from Eric Hagberg of Morgan Stanley.
384338032Speter	MAIL.LOCAL: patches to compile on NEXTSTEP.  From Patrick Nolan
384438032Speter		of Stanford via Robert La Ferla.
384538032Speter
384664562Sgshapiro8.8.0/8.8.0	1996/09/26
384738032Speter	Under some circumstances, Bcc: headers would not be properly
384838032Speter		deleted.  Pointed out by Jonathan Kamens of OpenVision.
384938032Speter	Log a warning if the sendmail daemon is invoked without a full
385038032Speter		pathname, which prevents "kill -1" from working.  I was
385138032Speter		urged to put this in by Andrey A. Chernov of DEMOS (Russia).
385238032Speter	Fix small buffer overflow.  Since the data in this buffer was not
385338032Speter		read externally, there was no security problem (and in fact
385438032Speter		probably wouldn't really overflow on most compilers).  Pointed
385538032Speter		out by KIZU takashi of Osaka University.
385638032Speter	Fix problem causing domain literals such as [1.2.3.4] to be ignored
385764562Sgshapiro		if a FallbackMXHost was specified in the configuration file
385838032Speter		-- all mail would be sent to the fallback even if the original
385938032Speter		host was accessible.  Pointed out by Munenari Hirayama of
386038032Speter		NSC (Japan).
386138032Speter	A message that didn't terminate with a newline would (sometimes) not
386238032Speter		have the trailing "." added properly in the SMTP dialogue,
386338032Speter		causing SMTP to hang.  Patch from Per Hedeland of Ericsson.
386438032Speter	The DaemonPortOptions suboption to bind to a particular address was
386538032Speter		incorrect and nonfunctional due to a misunderstanding of the
386638032Speter		semantics of binding on a passive socket.  Patch from
386738032Speter		NIIBE Yutaka of Mitsubishi Research Institute.
386838032Speter	Increase the number of MX hosts for a single name to 100 to better
386938032Speter		handle the truly huge service providers such as AOL, which
387038032Speter		has 13 at the moment (and climbing).  In order to avoid
387138032Speter		trashing memory, the buffer for all names has only been
387238032Speter		slightly increased in size, to 12.8K from 10.2K -- this means
387338032Speter		that if a single name had 100 MX records, the average size
387438032Speter		of those records could not exceed 128 bytes.  Requested by
387538032Speter		Brad Knowles of America On Line.
387638032Speter	Restore use of IDENT returns where the OSTYPE field equals "OTHER".
387738032Speter		Urged by Dan Bernstein of U.C. Berkeley.
387838032Speter	Print q_statdate and q_specificity in address structure debugging
387938032Speter		printout.
388038032Speter	Expand MCI structure flag bits for debugging output.
388138032Speter	Support IPv6-style domain literals, which can have colons between
388238032Speter		square braces.
388338032Speter	Log open file descriptors for the "cannot dup" messages in deliver();
388438032Speter		this is an attempt to track down a bug that one person seems
388538032Speter		to be having (it may be a Solaris bug!).
388638032Speter	DSN NOTIFY parameters were not properly propagated across queue runs;
388738032Speter		this caused the NOTIFY info to sometimes be lost.  Problem
388838032Speter		pointed out by Claus Assmann of the
388938032Speter		Christian-Albrechts-University of Kiel.
389038032Speter	The statistics gathered in the sendmail.st file were too high; in
389138032Speter		some cases failures (e.g., user unknown or temporary failure)
389238032Speter		would count as a delivery as far as the statistics were
389338032Speter		concerned.  Problem noted by Tom Moore of AT&T GIS.
389438032Speter	Systems that don't have flock() would not send split envelopes in
389538032Speter		the initial run.  Problem pointed out by Leonard Zubkoff of
389638032Speter		Dandelion Digital.
389738032Speter	Move buffer overflow checking -- these primarily involve distrusting
389838032Speter		results that may come from NIS and DNS.
389938032Speter	4.4-BSD-derived systems, including FreeBSD, NetBSD, and BSD/OS didn't
390038032Speter		include <paths.h> and hence had the wrong pathnames for a few
390138032Speter		things like /var/tmp.  Reported by Matthew Green.
390238032Speter	Conditions were reversed for the Priority: header, resulting in all
390338032Speter		values being interpreted as non-urgent except for non-urgent,
390438032Speter		which was interpreted as normal.  Patch from Bryan Costales.
390538032Speter	The -o (optional) flag was being ignored on hash and btree maps
390638032Speter		since 8.7.2.  Fix from Bryan Costales.
390738032Speter	Content-Types listed in class "q" will always be encoded as
390838032Speter		Quoted-Printable (or more accurately, will never be encoded
390938032Speter		as base64).  The class can have primary types (e.g., "text")
391064562Sgshapiro		or full types (e.g., "text/plain").  Based on a suggestion by
391138032Speter		Marius Olafsson of the University of Iceland.
391238032Speter	Define ${envid} to be the original envelope id (from the ESMTP DSN
391338032Speter		dialogue) so it can be passed to programs in mailers.
391438032Speter	Define ${bodytype} to be the body type (from the -B flag or the
391538032Speter		BODY= ESMTP parameter) so it can be passed to programs in
391638032Speter		mailers.
391738032Speter	Cause the VRFY command to return 252 instead of 250 unless the F=q
391838032Speter		flag is set in the mailer descriptor.  Suggested by John
391938032Speter		Myers of CMU.
392038032Speter	Implement ESMTP ETRN command to flush the queue for a specific host.
392138032Speter		The command takes a host name; data for that host is
392238032Speter		immediately (and asynchronously) flushed.  Because this shares
392338032Speter		the -qR implementation, other hosts may be attempted, but
392438032Speter		there should be no security implications.  Implementation
392538032Speter		from John Beck of InReference, Inc.  See RFC 1985 for details.
392638032Speter	Add three new command line flags to pass in DSN parameters: -V envid
392738032Speter		(equivalent to ENVID=envid on the MAIL command), -R ret
392838032Speter		(equivalent to RET=ret on the MAIL command), and -Nnotify
392938032Speter		(equivalent to NOTIFY=notify on the RCPT command).  Note
393038032Speter		that the -N flag applies to all recipients; there is no way
393138032Speter		to specify per-address notifications on the command line,
393238032Speter		nor is there an equivalent for the ORCPT= per-address
393338032Speter		parameter.
393438032Speter	Restore LogLevel option to be safe (it can only be increased);
393538032Speter		apparently I went into paranoid mode between 8.6 and 8.7
393638032Speter		and made it unsafe.  Pointed out by Dabe Murphy of the
393738032Speter		University of Maryland.
393838032Speter	New logging on log level 15:  all SMTP traffic.  Patches from
393938032Speter		Andrew Gross of San Diego Supercomputer Center.
394038032Speter	NetInfo property value searching code wasn't stopping when it found
394138032Speter		a match.  This was causing the wrong values to be found (and
394238032Speter		had a memory leak).  Found by Bastian Schleuter of TU-Berlin.
394338032Speter	Add new F=0 (zero) mailer flag to turn off MX lookups.  It was pointed
394438032Speter		out by Bill Wisner of Electronics for Imaging that you can't
394538032Speter		use the bracket address form for the MAIL_HUB macro, since
394638032Speter		that causes the brackets to remain in the envelope recipient
394738032Speter		address used for delivery.  The simple fix (stripping off the
394838032Speter		brackets in the config file) breaks the use of IP literal
394938032Speter		addresses.  This flag will solve that problem.
395038032Speter	Add MustQuoteChars option.  This is a list of characters that must
395138032Speter		be quoted if they are found in the phrase part of an address
395238032Speter		(that is, the full name part).  The characters @,;:\()[] are
395338032Speter		always in this list and cannot be removed.  The default is
395438032Speter		this list plus . and ' to match RFC 822.
395538032Speter	Add AllowBogusHELO option; if set, sendmail will allow HELO commands
395638032Speter		that do not include a host name for back compatibility with
395738032Speter		some stupid SMTP clients.  Setting this violates RFC 1123
395838032Speter		section 5.2.5.
395938032Speter	Add MaxDaemonChildren option; if this is set, sendmail will start
396038032Speter		rejecting connections if it has more than this many
396138032Speter		outstanding children accepting mail.  Note that you may
396238032Speter		see more processes than this because of outgoing mail; this
396338032Speter		is for incoming connections only.
396438032Speter	Add ConnectionRateThrottle option.  If set to a positive value, the
396538032Speter		number of incoming SMTP connections that will be permitted
396638032Speter		in a single second is limited to this number.  Connections are
396738032Speter		not refused during this time, just deferred.  The intent is to
396838032Speter		flatten out demand so that load average limiting can kick in.
396938032Speter		It is less radical than MaxDaemonChildren, which will stop
397038032Speter		accepting connections even if all the connections are idle
397138032Speter		(e.g., due to connection caching).
397238032Speter	Add Timeout.hoststatus option.  This interval (defaulting to 30m)
397338032Speter		specifies how long cached information about the state of a
397438032Speter		host will be kept before they are considered stale and the
397538032Speter		host is retried.  If you are using persistent host status
397638032Speter		(i.e., the HostStatusDirectory option is set) this will apply
397738032Speter		between runs; otherwise, it applies only within a single queue
397838032Speter		run and hence is useful only for hosts that have large queues
397938032Speter		that take a very long time to run.
398038032Speter	Add SingleLineFromHeader option.  If set, From: headers are coerced
398138032Speter		into being a single line even if they had newlines in them
398238032Speter		when read.  This is to get around a botch in Lotus Notes.
398338032Speter	Text class maps were totally broken -- if you ever retrieved the last
398438032Speter		item in a table it would be truncated.  Problem noted by
398538032Speter		Gregory Neil Shapiro of WPI.
398638032Speter	Extend the lines printed by the mailq command (== the -bp flag) when
398738032Speter		-v is given to 120 characters; this allows more information
398838032Speter		to be displayed.  Suggested by Gregory Neil Shapiro of WPI.
398938032Speter	Allow macro definitions (`D' lines) with unquoted commas; previously
399038032Speter		this was treated as end-of-input.  Problem noted by Bryan
399138032Speter		Costales.
399238032Speter	The RET= envelope parameter (used for DSNs) wasn't properly written
399338032Speter		to the queue file.  Fix from John Hughes of Atlantic
399438032Speter		Technologies, Inc.
399538032Speter	Close /var/tmp/dead.letter after a successful write -- otherwise
399638032Speter		if this happens in a queue run it can cause nasty delays.
399738032Speter		Problem noted by Mark Horton of AT&T.
399838032Speter	If userdb entries pointed to userdb entries, and there were multiple
399938032Speter		values for a given key, the database cursor would get
400038032Speter		trashed by the recursive call.  Problem noted by Roy Mongiovi
400138032Speter		of Georgia Tech.  Fixed by reading all the values and creating
400238032Speter		a comma-separated list; thus, the -v output will be somewhat
400338032Speter		different for this case.
400438032Speter	Fix buffer allocation problem with Hesiod-based userdb maps when
400538032Speter		HES_GETMAILHOST is defined.  Based on a patch by Betty Lee
400638032Speter		of Stanford University.
400738032Speter	When envelopes were split due to aliases with owner- aliases, and
400838032Speter		there was some error on one of the lists, more than one of
400938032Speter		the owners would get the message.  Problem pointed out by
401038032Speter		Roy Mongiovi of Georgia Tech.
401138032Speter	Detect excessive recursion in macro expansions, e.g., $X defined
401238032Speter		in terms of $Y which is defined in terms of $X.  Problem
401338032Speter		noted by Bryan Costales; patch from Eric Wassenaar.
401438032Speter	When using F=U to get "ugly UUCP" From_ lines, a buffer could in
401538032Speter		some cases get trashed causing bogus From_ lines.  Fix from
401638032Speter		Kyle Jones of UUNET.
401738032Speter	When doing load average initialization, if the nlist call for avenrun
401838032Speter		failed, the second and subsequent lookups wouldn't notice
401938032Speter		that fact causing bogus load averages to be returned.  Noted
402038032Speter		by Casper Dik of Sun Holland.
402138032Speter	Fix problem with incompatibility with some versions of inet_aton that
402238032Speter		have changed the return value to unsigned, so a check for an
402338032Speter		error return of -1 doesn't work.  Use INADDR_NONE instead.
402438032Speter		This could cause mail to addresses such as [foo.com] to bounce
402538032Speter		or get dropped.  Problem noted by Christophe Wolfhugel of the
402638032Speter		Pasteur Institute.
402738032Speter	DSNs were inconsistent if a failure occurred during the DATA phase
402838032Speter		rather than the RCPT phase: the Action: would be correct, but
402938032Speter		the detailed status information would be wrong.  Problem noted
403038032Speter		by Bob Snyder of General Electric Company.
403138032Speter	Add -U command line flag and the XUSR ESMTP extension, both indicating
403238032Speter		that this is the initial MUA->MTA submission.  The flag current
403338032Speter		does nothing, but in future releases (when MUAs start using
403438032Speter		these flags) it will probably turn on things like DNS
403538032Speter		canonification.
403638032Speter	Default end-of-line string (E= specification on mailer [M] lines)
403738032Speter		to \r\n on SMTP mailers.  Default remains \n on non-SMTP
403838032Speter		mailers.
403938032Speter	Change the internal definition for the *file* and *include* mailers
404038032Speter		to have $u in the argument vectors so that they aren't
404138032Speter		misinterpreted as SMTP mailers and thus use \r\n line
404238032Speter		termination.  This will affect anyone who has redefined
404338032Speter		either of these in their configuration file.
404438032Speter	Don't assume that IDENT servers close the connection after a query;
404538032Speter		responses can be newline terminated.  From Terry Kennedy of
404638032Speter		St. Peter's College.
404738032Speter	Avoid core dumps on erroneous configuration files that have
404838032Speter		$#mailer with nothing following.  From Bryan Costales.
404938032Speter	Avoid null pointer dereference with high debug values in unlockqueue.
405038032Speter		Fix from Randy Martin of Clemson University.
405138032Speter	Fix possible buffer overrun when expanding very large macros.  Fix
405238032Speter		from Kyle Jones of UUNET.
405338032Speter	After 25 EXPN or VRFY commands, start pausing for a second before
405438032Speter		processing each one.  This avoids a certain form of denial
405538032Speter		of service attack.  Potential attack pointed out by Bryan
405638032Speter		Costales.
405738032Speter	Allow new named (not numbered!) config file rules to do validity
405838032Speter		checking on SMTP arguments: check_mail for MAIL commands and
405938032Speter		check_rcpt for RCPT commands.  These rulesets can do anything
406038032Speter		they want; their result is ignored unless they resolve to the
406138032Speter		$#error mailer, in which case the indicated message is printed
406238032Speter		and the command is rejected.  Similarly, the check_compat
406338032Speter		ruleset is called before delivery with "from_addr $| to_addr"
406438032Speter		(the $| is a meta-symbol used to separate the two addresses);
406538032Speter		it can give a "this sender can't send to this recipient"
406638032Speter		notification.  Note that this patch allows $| to stand alone
406738032Speter		in rulesets.
406838032Speter	Define new macros ${client_name}, ${client_addr}, and ${client_port}
406938032Speter		that have the name, IP address, and port number (respectively)
407038032Speter		of the SMTP client (that is, the entity at the other end of
407138032Speter		the connection.  These can be used in (e.g.) check_rcpt to
407238032Speter		verify that someone isn't trying to relay mail through your
407338032Speter		host inappropriately.  Be sure to use the deferred evaluation
407438032Speter		form, for example $&{client_name}, to avoid having these bound
407538032Speter		when sendmail reads the configuration file.
407638032Speter	Add new config file rule check_relay to check the incoming connection
407738032Speter		information.  Like check_compat, it is passed the host name
407838032Speter		and host address separated by $| and can reject connections
407938032Speter		on that basis.
408038032Speter	Allow IDA-style recursive function calls.  Code contributed by Mark
408138032Speter		Lovell and Paul Vixie.
408238032Speter	Eliminate the "No ! in UUCP From address!" message" -- instead, create
408338032Speter		a virtual UUCP address using either a domain address or the $k
408438032Speter		macro.  Based on code contributed by Mark Lovell and Paul
408538032Speter		Vixie.
408638032Speter	Add Stanford LDAP map.  Requires special libraries that are not
408738032Speter		included with sendmail.  Contributed by Booker C. Bense
408838032Speter		<bbense@networking.stanford.edu>; contact him for support.
408938032Speter		See also the src/READ_ME file.
409038032Speter	Allow -dANSI to turn on ANSI escape sequences in debug output; this
409138032Speter		puts metasymbols (e.g., $+) in reverse video.  Really useful
409238032Speter		only for debugging deep bits of code where it is important to
409338032Speter		distinguish between the single-character metasymbol $+ and the
409438032Speter		two characters $, +.
409538032Speter	Changed ruleset 89 (executed in dumpstate()) to a named ruleset,
409638032Speter		debug_dumpstate.
409738032Speter	Add new UnsafeGroupWrites option; if set, .forward and :include:
409838032Speter		files that are group writable are considered "unsafe" -- that
409938032Speter		is, programs and files referenced from such files are not
410038032Speter		valid recipients.
410138032Speter	Delete bogosity test for FallBackMX host; this prevented it to be a
410238032Speter		name that was not in DNS or was a domain-literal.  Problem
410338032Speter		noted by Tom May.
410438032Speter	Change the introduction to error messages to more clearly delineate
410538032Speter		permanent from temporary failures; if both existed in a
410638032Speter		single message it could be confusing.  Suggested by John
410738032Speter		Beck of InReference, Inc.
410838032Speter	The IngoreDot (i) option didn't work for lines that were terminated
410938032Speter		with CRLF.  Problem noted by Ted Stockwell of Secure
411038032Speter		Computing Corporation.
411138032Speter	Add a heuristic to improve the handling of unbalanced `<' signs in
411238032Speter		message headers.  Problem reported by Matt Dillon of Best
411338032Speter		Internet Communications.
411438032Speter	Check for bogus characters in the 0200-0237 range; since these are
411538032Speter		used internally, very strange errors can occur if those
411638032Speter		characters appear in headers.  Problem noted by Anders Gertz
411738032Speter		of Lysator.
411838032Speter	Implement 7 -> 8 bit MIME conversions.  This only takes place if the
411938032Speter		recipient mailer has the F=9 flag set, and only works on
412038032Speter		text/plain body types.  Code contributed by Marius Olafsson
412138032Speter		of the University of Iceland.
412238032Speter	Special case "postmaster" name so that it is always treated as lower
412338032Speter		case in alias files regardless of configuration settings;
412438032Speter		this prevents some potential problems where "Postmaster" or
412538032Speter		"POSTMASTER" might not match "postmaster".  In most cases
412638032Speter		this change is a no-op.
412738032Speter	The -o map flag was ignored for text maps.  Problem noted by Bryan
412838032Speter		Costales.
412938032Speter	The -a map flag was ignored for dequote maps.  Problem noted by
413038032Speter		Bryan Costales.
413138032Speter	Fix core dump when a lookup of a class "prog" map returns no
413238032Speter		response.  Patch from Bryan Costales.
413338032Speter	Log instances where sendmail is deferring or rejecting connections
413438032Speter		on LogLevel 14.  Suggested by Kyle Jones of UUNET.
413538032Speter	Include port number in process title for network daemons.  Suggested
413638032Speter		by Kyle Jones of UUNET.
413738032Speter	Send ``double bounces'' (errors that occur when sending an error
413838032Speter		message) to the address indicated in the DoubleBounceAddress
413938032Speter		option (default: postmaster).  Previously they were always
414038032Speter		sent to postmaster.  Suggested by Kyle Jones of UUNET.
414138032Speter	Add new mode, -bD, that acts like -bd in all respects except that
414238032Speter		it runs in foreground.  This is useful for using with a
414338032Speter		wrapper that "watches" system services.  Suggested by Kyle
414438032Speter		Jones of UUNET.
414538032Speter	Fix botch in spacing around (parenthesized) comments in addresses
414638032Speter		when the comment comes before the address.  Patch from
414738032Speter		Motonori Nakamura of Kyoto University.
414838032Speter	Use the prefix "Postmaster notify" on the Subject: lines of messages
414938032Speter		that are being bounced to postmaster, rather than "Returned
415038032Speter		mail".  This permits the person who is postmaster more
415138032Speter		easily determine what messages are to their role as
415238032Speter		postmaster versus bounces to mail they actually sent.  Based
415338032Speter		on a suggestion by Motonori Nakamura.
415438032Speter	Add new value "time" for QueueSortOrder option; this causes the queue
415538032Speter		to be sorted strictly by the time of submission.  Note that
415638032Speter		this can cause very bad behavior over slow lines (because
415738032Speter		large jobs will tend to delay small jobs) and on nodes with
415838032Speter		heavy traffic (because old things in the queue for hosts that
415938032Speter		are down delay processing of new jobs).  Also, this does not
416038032Speter		guarantee that jobs will be delivered in submission order
416138032Speter		unless you also set DeliveryMode=queue.  In general, it should
416238032Speter		probably only be used on the command line, and only in
416338032Speter		conjunction with -qRhost.domain.  In fact, there are very few
416438032Speter		cases where it should be used at all.  Based on an
416538032Speter		implementation by Motonori Nakamura.
416638032Speter	If a map lookup in ruleset 5 returns tempfail, queue the message in
416738032Speter		the same manner as other rulesets.  Previously a temporary
416838032Speter		failure in ruleset 5 was ignored.  Patch from Booker Bense
416938032Speter		of Stanford University.
417038032Speter	Don't proceed to the next MX host if an SMTP MAIL command returns a
417138032Speter		5yz (permanent failure) code.  The next MX host will still be
417238032Speter		tried if the connection cannot be opened in the first place
417338032Speter		or if the MAIL command returns a 4yz (temporary failure) code.
417438032Speter		(It's hard to know what to do here, since neither RFC 974 nor
417538032Speter		RFC 1123 specify when to proceed to the next MX host.)
417638032Speter		Suggested by Jonathan Kamens of OpenVision, Inc.
417738032Speter	Add new "-t" flag for map definitions (the "K" line in the .cf file).
417838032Speter		This causes map lookups that get a temporary failure (e.g.,
417938032Speter		name server failure) to _not_ defer the delivery of the
418038032Speter		message.  This should only be used if your configuration file
418138032Speter		is prepared to do something sensible in this case.  Based on
418238032Speter		an idea by Gregory Shapiro of WPI.
418338032Speter	Fix problem finding network interface addresses.  Patch from
418438032Speter		Motonori Nakamura.
418538032Speter	Don't reject qf entries that are not owned by your effective uid if
418638032Speter		you are not running setuid; this makes management of certain
418738032Speter		kinds of firewall setups difficult.  Patch suggested by
418838032Speter		Eamonn Coleman of Qualcomm.
418938032Speter	Add persistent host status.  This keeps the information normally
419038032Speter		maintained within a single queue run in disk files that are
419138032Speter		shared between sendmail instances.  The HostStatusDirectory
419238032Speter		is the directory in which the information is maintained.  If
419338032Speter		not set, persistent host status is turned off.  If not a full
419438032Speter		pathname, it is relative to the queue directory.  A common
419538032Speter		value is ".hoststat".
419638032Speter		There are also two new operation modes:
419738032Speter		  * -bh prints the status of hosts that have had recent
419838032Speter		    connections.
419938032Speter		  * -bH purges the host statuses.  No attempt is made to save
420038032Speter		    recent status information.
420138032Speter		This feature was originally written by Paul Vixie of Vixie
420238032Speter		Enterprises for KJS and adapted for V8 by Mark Lovell of
420338032Speter		Bigrock Consulting.  Paul's funding of Mark and Mark's patience
420438032Speter		with my insistence that things fit cleanly into the V8
420538032Speter		framework is gratefully appreciated.
420638032Speter	New SingleThreadDelivery option (requires HostStatusDirectory to
420738032Speter		operate).  Avoids letting two sendmails on the local machine
420838032Speter		open connections to the same remote host at the same time.
420938032Speter		This reduces load on the other machine, but can cause mail to
421038032Speter		be delayed (for example, if one sendmail is delivering a huge
421138032Speter		message, other sendmails won't be able to send even small
421238032Speter		messages).  Also, it requires another file descriptor (for the
421338032Speter		lock file) per connection, so you may have to reduce
421438032Speter		ConnectionCacheSize to avoid running out of per-process
421538032Speter		file descriptors.  Based on the persistent host status code
421638032Speter		contributed by Paul Vixie and Mark Lovell.
421738032Speter	Allow sending to non-simple files (e.g., /dev/null) even if the
421838032Speter		SafeFileEnvironment option is set.  Problem noted by Bryan
421938032Speter		Costales.
422043730Speter	The -qR flag mistakenly matched flags in the "R" line of the queue
422138032Speter		file.  Problem noted by Bryan Costales.
422238032Speter	If a job was aborted using the interrupt signal (e.g., control-C from
422338032Speter		the keyboard), on some occasions an empty df file would be
422438032Speter		left around; these would collect in the queue directory.
422538032Speter		Problem noted by Bryan Costales.
422638032Speter	Change the makesendmail script to enhance the search for Makefiles
422738032Speter		based on release number.  For example, on SunOS 5.5.1, it will
422838032Speter		search for Makefile.SunOS.5.5.1, Makefile.SunOS.5.5, and then
422938032Speter		Makefile.SunOS.5.x (in addition to the other rules, e.g.,
423038032Speter		adding $arch).  Problem noted by Jason Mastaler of Atlanta
423138032Speter		Webmasters.
423238032Speter	When creating maps using "newaliases", always map the keys to lower
423338032Speter		case when creating the map unless the -f flag is specified on
423438032Speter		the map itself.  Previously this was done based on the F=u
423538032Speter		flag in the local mailer, which meant you could create aliases
423638032Speter		that you could never access.  Problem noted by Bob Wu of DEC.
423738032Speter	When a job was read from the queue, the bits causing notification on
423838032Speter		failure or delay were always set.  This caused those
423938032Speter		notifications to be sent even if NOTIFY=NEVER had been
424038032Speter		specified.  Problem noted by Steve Hubert of the University
424138032Speter		of Washington, Seattle.
424238032Speter	Add new configurable routine validate_connection (in conf.c).  This
424338032Speter		lets you decide if you are willing to accept traffic from
424438032Speter		this host.  If it returns FALSE, all SMTP commands will return
424538032Speter		"550 Access denied".  -DTCPWRAPPERS will include support for
424638032Speter		TCP wrappers; you will need to add -lwrap to the link line.
424738032Speter		(See src/READ_ME for details.)
424838032Speter	Don't include the "THIS IS A WARNING MESSAGE ONLY" banner on postmaster
424938032Speter		bounces.  Some people seemed to think that this could be
425038032Speter		confusing (even though it is true).  Suggested by Motonori
425138032Speter		Nakamura.
425238032Speter	Add new RunAsUser option; this causes sendmail to do a setuid to that
425338032Speter		user early in processing to avoid potential security problems.
425438032Speter		However, this means that all .forward and :include: files must
425538032Speter		be readable by that user, and all files to be written must be
425638032Speter		writable by that user and all programs will be executed by that
425738032Speter		user.  It is also incompatible with the SafeFileEnvironment
425838032Speter		option.  In other words, it may not actually add much to
425938032Speter		security.  However, it should be useful on firewalls and other
426038032Speter		places where users don't have accounts and the aliases file is
426138032Speter		well constrained.
426238032Speter	Add Timeout.iconnect.  This is like Timeout.connect except it is used
426338032Speter		only on the first attempt to delivery to an address.  It could
426438032Speter		be set to be lower than Timeout.connect on the principle that
426538032Speter		the mail should go through quickly to responsive hosts; less
426638032Speter		responsive hosts get to wait for the next queue run.
426738032Speter	Fix a problem on Solaris that occasionally causes programs
426838032Speter		(such as vacation) to hang with their standard input connected
426938032Speter		to a UDP port.  It also created some signal handling problems.
427038032Speter		The problems turned out to be an interaction between vfork(2)
427138032Speter		and some of the libraries, particularly NIS/NIS+.  I am
427264562Sgshapiro		indebted to Tor Egge <tegge@idt.ntnu.no> for this fix.
427338032Speter	Change user class map to do the same matching that actual delivery
427438032Speter		will do instead of just a /etc/passwd lookup.  This adds
427538032Speter		fuzzy matching to the user map.  Patch from Dan Oscarsson.
427638032Speter	The Timeout.* options are not safe -- they can be used to create a
427738032Speter		denial-of-service attack.  Problem noted by Christophe
427838032Speter		Wolfhugel.
427938032Speter	Don't send PostmasterCopy messages in the event of a "delayed"
428038032Speter		notification.  Suggested by Barry Bouwsma.
428138032Speter	Don't advertise "VERB" ESMTP extension if the "noexpn" privacy
428238032Speter		option is set, since this disables VERB mode.  Suggested
428338032Speter		by John Hawkinson of MIT.
428438032Speter	Complain if the QueueDirectory (Q) option is not set.  Problem noted
428538032Speter		by Motonori Nakamura of Kyoto University.
428638032Speter	Only queue messages on transient .forward open failures if there
428738032Speter		were no successful opens.  The previous behavior caused it
428838032Speter		to queue even if a "fall back" .forward was found.  Problem
428938032Speter		noted by Ann-Kian Yeo of the Dept. of Information Systems
429038032Speter		and Computer Science (DISCS), NUS, Singapore.
429138032Speter	Don't do 8->7 bit conversions when bouncing a MIME message that
429238032Speter		is bouncing because of a MIME error during 8->7 bit conversion;
429338032Speter		the encapsulated message will bounce again, causing a loop.
429438032Speter		Problem noted by Steve Hubert of the University of Washington.
429538032Speter	Create xf (transcript) files using the TempFileMode option value
429638032Speter		instead of 0644.  Suggested by Ann-Kian Yeo of the
429738032Speter		National University of Singapore.
429838032Speter	Print errors if setgid/setuid/etc. fail during delivery.  This helps
429938032Speter		detect cases where DefaultUid is set to something that the
430038032Speter		system can't cope with.
430138032Speter	PORTABILITY FIXES:
430238032Speter		Support for AIX/RS 2.2.1 from Mark Whetzel of Western
430338032Speter			Atlas International.
430438032Speter		Patches for Intel Paragon OSF/1 1.3 from Leo Bicknell
430538032Speter			<bicknell@ufp.org>.
430638032Speter		On DEC OSF/1 3.2 and earlier, the MatchGECOS code would only
430738032Speter			work on the first recipient of a message due to a
430838032Speter			bug in the getpwent family.  If this is something you
430938032Speter			use, you can define DEC_OSF_BROKEN_GETPWENT=1 for a
431038032Speter			workaround.  From Maximum Entropy of Sanford C.
431138032Speter			Bernstein and Associates.
431238032Speter		FreeBSD 1.1.5.1 uname -r returns a string containing
431338032Speter			parentheses, which breaks makesendmail.  Reported
431438032Speter			by Piero Serini <piero@strider.ibenet.it>.
431538032Speter		Sequent DYNIX/ptx 4.0.2 patches from Jack Woolley of
431638032Speter			Systems and Computer Technology Corporation.
431738032Speter		Solaris 2.x: omit the UUCP grade parameter (-g flag) because
431838032Speter			it is system-dependent.  Problem noted by J.J. Bailey
431938032Speter			of Bailey Computer Consulting.
432038032Speter		Pyramid NILE running DC/OSx support from Earle F. Ake of
432138032Speter			Hassler Communication Systems Technology, Inc.
432238032Speter		HP-UX 10.x compile glitches, reported by Anne Brink of the
432338032Speter			U.S. Army and James Byrne of Harte & Lyne Limited.
432438032Speter		NetBSD from Matthew Green of the NetBSD crew.
432538032Speter		SCO 5.x from Keith Reynolds of SCO.
432638032Speter		IRIX 6.2 from Robert Tarrall of the University of
432738032Speter			Colorado and Kari Hurtta of the Finnish Meteorological
432838032Speter			Institute.
432938032Speter		UXP/DS (Fujitsu/ICL DS/90 series) support from Diego R.
433038032Speter			Lopez, CICA (Seville).
433138032Speter		NCR SVR4 MP-RAS 3.x support from Tom Moore of NCR.
433238032Speter		PTX 3.2.0 from Kenneth Stailey of the US Department of Labor
433338032Speter			Employment Standards Administration.
433438032Speter		Altos System V (5.3.1) from Tim Rice of Multitalents.
433538032Speter		Concurrent Systems Corporation Maxion from Donald R. Laster
433638032Speter			Jr.
433738032Speter		NetInfo maps (improved debugging and multi-valued aliases)
433838032Speter			from Adrian Steinmann of Steinmann Consulting.
433938032Speter		ConvexOS 11.5 (including SecureWare C2 and the Share Scheduler)
434038032Speter			from Eric Schnoebelen of Convex.
434138032Speter		Linux 2.0 mail.local patches from Horst von Brand.
434238032Speter		NEXTSTEP 3.x compilation from Robert La Ferla.
434343730Speter		NEXTSTEP 3.x code changes from Allan J. Nathanson of NeXT.
434438032Speter		Solaris 2.5 configuration fixes for mail.local by Jim Davis
434538032Speter			of the University of Arizona.
434638032Speter		Solaris 2.5 has a working setreuid.  Noted by David Linn of
434738032Speter			Vanderbilt University.
434838032Speter		Solaris changes for praliases, makemap, mailstats, and smrsh.
434938032Speter			Previously you had to add -DSOLARIS in Makefile.dist;
435038032Speter			this auto-detects.  Based on a patch from Randall
435143730Speter			Winchester of the University of Maryland.
435238032Speter	CONFIG: add generic-nextstep3.3.mc file.  Contributed by
435338032Speter		Robert La Ferla of Hot Software.
435438032Speter	CONFIG: allow mailertables to resolve to ``error:code message''
435538032Speter		(where "code" is an exit status) on domains (previously
435638032Speter		worked only on hosts).  Patch from Cor Bosman of Xs4all
435738032Speter		Foundation.
435838032Speter	CONFIG: hooks for IPv6-style domain literals.
435938032Speter	CONFIG: predefine ALIAS_FILE and change the prototype file so that
436038032Speter		if it is undefined the AliasFile option is never set; this
436138032Speter		should be transparent for most everyone.  Suggested by John
436238032Speter		Myers of CMU.
436338032Speter	CONFIG: add FEATURE(limited_masquerade).  Without this feature, any
436438032Speter		domain listed in $=w is masqueraded.  With it, only those
436538032Speter		domains listed in a MASQUERADE_DOMAIN macro are masqueraded.
436638032Speter	CONFIG: add FEATURE(masquerade_entire_domain).  This causes
436738032Speter		masquerading specified by MASQUERADE_DOMAIN to apply to all
436838032Speter		hosts under those domains as well as the domain headers
436938032Speter		themselves.  For example, if a configuration had
437038032Speter		MASQUERADE_DOMAIN(foo.com), then without this feature only
437138032Speter		foo.com would be masqueraded; with it, *.foo.com would be
437238032Speter		masqueraded as well.  Based on an implementation by Richard
437338032Speter		(Pug) Bainter of U. Texas.
437438032Speter	CONFIG: add FEATURE(genericstable) to do a more general rewriting of
437538032Speter		outgoing addresses.  Defaults to ``hash -o /etc/genericstable''.
437638032Speter		Keys are user names; values are outgoing mail addresses.  Yes,
437738032Speter		this does overlap with the user database, and figuring out
437838032Speter		just when to use which one may be tricky.  Based on code
437938032Speter		contributed by Richard (Pug) Bainter of U. Texas with updates
438038032Speter		from Per Hedeland of Ericsson.
438138032Speter	CONFIG: add FEATURE(virtusertable) to do generalized rewriting of
438238032Speter		incoming addresses.  Defaults to ``hash -o /etc/virtusertable''.
438338032Speter		Keys are either fully qualified addresses or just the host
438438032Speter		part (with the @ sign).  For example, a table containing:
438538032Speter			info@foo.com	foo-info
438638032Speter			info@bar.com	bar-info
438738032Speter			@baz.org	jane@elsewhere.net
438838032Speter		would send all mail destined for info@foo.com to foo-info
438938032Speter		(which is presumably an alias), mail addressed to info@bar.com
439038032Speter		to bar-info, and anything addressed to anyone at baz.org will
439138032Speter		be sent to jane@elsewhere.net.  The names foo.com, bar.com,
439238032Speter		and baz.org must all be in $=w.  Based on discussions with
439338032Speter		a great many people.
439438032Speter	CONFIG: add nullclient configurations to define SMTP_MAILER_FLAGS.
439538032Speter		Suggested by Richard Bainter.
439638032Speter	CONFIG: add FAX_MAILER_ARGS to tweak the arguments passed to the
439738032Speter		"fax" mailer.
439838032Speter	CONFIG: allow mailertable entries to resolve to local:user; this
439938032Speter		passes the original user@host in to procmail-style local
440038032Speter		mailers as the "detail" information to allow them to do
440138032Speter		additional clever processing.  From Joe Pruett of
440238032Speter		Teleport Corporation.  Delivery to the original user can
440338032Speter		be done by specifying "local:" (with nothing after the colon).
440438032Speter	CONFIG: allow any context that takes "mailer:domain" to also take
440538032Speter		"mailer:user@domain" to force mailing to the given user;
440638032Speter		"local:user" can also be used to do local delivery.  This
440738032Speter		applies on *_RELAY and in the mailertable entries.  Based
440838032Speter		on a suggestion by Ribert Kiessling of Easynet.
440938032Speter	CONFIG: Allow FEATURE(bestmx_is_local) to take an argument that
441038032Speter		limits the possible domains; this reduces the number of DNS
441138032Speter		lookups required to support this feature.  For example,
441238032Speter		FEATURE(bestmx_is_local, my.site.com) limits the lookups
441338032Speter		to domains under my.site.com.  Code contributed by Anthony
441438032Speter		Thyssen <anthony@cit.gu.edu.au>.
441538032Speter	CONFIG: LOCAL_RULESETS introduces any locally defined rulesets,
441638032Speter		such as the check_rcpt ruleset.  Suggested by Gregory Shapiro
441738032Speter		of WPI.
441838032Speter	CONFIG: MAILER_DEFINITIONS introduces any mailer definitions, in the
441938032Speter		event you have to define local mailers.  Suggested by
442038032Speter		Gregory Shapiro of WPI.
442138032Speter	CONFIG: fix cases where a three- (or more-) stage route-addr could
442238032Speter		be misinterpreted as a list:...; syntax.  Based on a patch by
442338032Speter		Vlado Potisk <Vlado_Potisk@tempest.sk>.
442438032Speter	CONFIG: Fix masquerading of UUCP addresses when the UUCP relay is
442538032Speter		remotely connected.  The address host!user was being
442638032Speter		converted to host!user@thishost instead of host!user@uurelay.
442738032Speter		Problem noted by William Gianopoulos of Raytheon Company.
442838032Speter	CONFIG: add confTO_ICONNECT to set Timeout.iconnect.
442938032Speter	CONFIG: change FEATURE(redirect) message from "User not local" to
443038032Speter		"User has moved"; the former wording was confusing if the
443138032Speter		new address is still on the local host.  Based on a suggestion
443238032Speter		by Andreas Luik.
443338032Speter	CONFIG: add support in FEATURE(nullclient) for $=E (exposed users).
443438032Speter		However, the class is not pre-initialized to contain root.
443538032Speter		Suggested by Gregory Neil Shapiro.
443638032Speter	CONTRIB: Remove XLA code at the request of the author, Christophe
443738032Speter		Wolfhugel.
443838032Speter	CONTRIB: Add re-mqueue.pl, contributed by Paul Pomes of Qualcomm.
443938032Speter	MAIL.LOCAL: make it possible to compile mail.local on Solaris.  Note
444038032Speter		well: this produces a slightly different mailbox format (no
444138032Speter		Content-Length: headers), file ownerships and modes are
444238032Speter		different (not owned by group mail; mode 600 instead of 660),
444338032Speter		and the local mailer flags will have to be tweaked (make them
444438032Speter		match bsd4.4) in order to use this mailer.  Patches from Paul
444538032Speter		Hammann of the Missouri Research and Education Network.
444638032Speter	MAIL.LOCAL: in some cases it could return EX_OK even though there
444738032Speter		was a delivery error, such as if the ownership on the file
444838032Speter		was wrong or the mode changed between the initial stat and
444938032Speter		the open.  Problem reported by William Colburn of the New
445038032Speter		Mexico Institute of Mining and Technology.
445138032Speter	MAILSTATS: handle zero length files more reliably.  Patch from Bryan
445238032Speter		Costales.
445338032Speter	MAILSTATS: add man page contributed by Keith Bostic of BSDI.
445438032Speter	MAKEMAP: The -d flag (to allow duplicate keys) to a btree map wasn't
445538032Speter		honored.  Fix from Michael Scott Shappe.
445638032Speter	PRALIASES: add man page contributed by Keith Bostic of BSDI.
445738032Speter	NEW FILES:
445838032Speter		src/Makefiles/Makefile.AIX.2
445938032Speter		src/Makefiles/Makefile.IRIX.6.2
446038032Speter		src/Makefiles/Makefile.maxion
446138032Speter		src/Makefiles/Makefile.NCR.MP-RAS.3.x
446238032Speter		src/Makefiles/Makefile.SCO.5.x
446338032Speter		src/Makefiles/Makefile.UXPDSV20
446438032Speter		mailstats/mailstats.8
446538032Speter		praliases/praliases.8
446638032Speter		cf/cf/generic-nextstep3.3.mc
446738032Speter		cf/feature/genericstable.m4
446838032Speter		cf/feature/limited_masquerade.m4
446938032Speter		cf/feature/masquerade_entire_domain.m4
447038032Speter		cf/feature/virtusertable.m4
447138032Speter		cf/ostype/aix2.m4
447238032Speter		cf/ostype/altos.m4
447338032Speter		cf/ostype/maxion.m4
447438032Speter		cf/ostype/solaris2.ml.m4
447538032Speter		cf/ostype/uxpds.m4
447638032Speter		contrib/re-mqueue.pl
447738032Speter	DELETED FILES:
447838032Speter		src/Makefiles/Makefile.Solaris
447938032Speter		contrib/xla/README
448038032Speter		contrib/xla/xla.c
448138032Speter	RENAMED FILES:
448238032Speter		src/Makefiles/Makefile.NCR3000 =>	Makefile.NCR.MP-RAS.2.x
448338032Speter		src/Makefiles/Makefile.SCO.3.2v4.2 =>	Makefile.SCO.4.2
448438032Speter		src/Makefiles/Makefile.UXPDS =>		Makefile.UXPDSV10
448538032Speter		src/Makefiles/Makefile.NeXT =>		Makefile.NeXT.2.x
448638032Speter		src/Makefiles/Makefile.NEXTSTEP =>	Makefile.NeXT.3.x
448738032Speter
448838032Speter8.7.6/8.7.3	1996/09/17
448938032Speter	SECURITY: It is possible to force getpwuid to fail when writing the
449038032Speter		queue file, causing sendmail to fall back to running programs
449138032Speter		as the default user.  This is not exploitable from off-site.
449238032Speter		Workarounds include using a unique user for the DefaultUser
449338032Speter		(old u & g options) and using smrsh as the local shell.
449438032Speter	SECURITY: fix some buffer overruns; in at least one case this allows
449538032Speter		a local user to get root.  This is not known to be exploitable
449638032Speter		from off-site.  The workaround is to disable chfn(1) commands.
449738032Speter
449838032Speter8.7.5/8.7.3	1996/03/04
449938032Speter	Fix glitch in 8.7.4 when putting certain internal lines; this can
450038032Speter		in some case cause connections to hang or messages to have
450138032Speter		extra spaces in odd places.  Patch from Eric Wassenaar;
450238032Speter		reports from Eric Hall of Chiron Corporation, Stephen
450338032Speter		Hansen of Stanford University, Dean Gaudet of HotWired,
450438032Speter		and others.
450538032Speter
450638032Speter8.7.4/8.7.3	1996/02/18
450738032Speter	SECURITY: In some cases it was still possible for an attacker to
450838032Speter		insert newlines into a queue file, thus allowing access to
450938032Speter		any user (except root).
451038032Speter	CONFIG: no changes -- it is not a bug that the configuration
451138032Speter		version number is unchanged.
451238032Speter
451338032Speter8.7.3/8.7.3	1995/12/03
451438032Speter	Fix botch in name server timeout in RCPT code; this problem caused
451538032Speter		two responses in SMTP, which breaks things horribly.  Fix
451638032Speter		from Gregory Neil Shapiro of WPI.
451738032Speter	Verify that L= value on M lines cannot be negative, which could cause
451838032Speter		negative array subscripting.  Not a security problem since
451938032Speter		this has to be in the config file, but it could have caused
452038032Speter		core dumps.  Pointed out by Bryan Costales.
452138032Speter	Fix -d21 debug output for long macro names.  Pointed out by Bryan
452238032Speter		Costales.
452338032Speter	PORTABILITY FIXES:
452438032Speter		SCO doesn't have ftruncate.  From Bill Aten of Computerizers.
452538032Speter		IBM's version of arpa/nameser.h defaults to the wrong byte
452638032Speter			order.  Tweak it to work properly.  Based on fixes
452738032Speter			from Fletcher Mattox of UTexas and Betty Lee of
452838032Speter			Stanford University.
452938032Speter	CONFIG: add confHOSTS_FILE m4 variable to set HostsFile option.
453038032Speter		Deficiency pointed out by Bryan Costales of ICSI.
453138032Speter
453238032Speter8.7.2/8.7.2	1995/11/19
453338032Speter	REALLY fix the backslash escapes in SmtpGreetingMessage,
453438032Speter		OperatorChars, and UnixFromLine options.  They were not
453538032Speter		properly repaired in 8.7.1.
453638032Speter	Completely delete the Bcc: header if and only if there are other
453738032Speter		valid recipient headers (To:, Cc: or Apparently-To:, the
453838032Speter		last being a historic botch, of course).  If Bcc: is the
453938032Speter		only recipient header in the message, its value is tossed,
454038032Speter		but the header name is kept.  The old behavior (always keep
454138032Speter		the header name and toss the value) allowed primary recipients
454238032Speter		to see that a Bcc: went to _someone_.
454338032Speter	Include queue id on ``Authentication-Warning: <host>: <user> set
454438032Speter		sender to <address> using -f'' syslog messages.  Suggested
454538032Speter		by Kari Hurtta.
454638032Speter	If a sequence or switch map lookup entry gets a tempfail but then
454738032Speter		continues on to another map type, but the name is not found,
454838032Speter		return a temporary failure from the sequence or switch map.
454938032Speter		For example, if hosts search ``dns files'' and DNS fails
455038032Speter		with a tempfail, the hosts map will go on and search files,
455138032Speter		but if it fails the whole thing should be a tempfail, not
455264562Sgshapiro		a permanent (host unknown) failure, even though that is the
455338032Speter		failure in the hosts.files map.  This error caused hard
455438032Speter		bounces when it should have requeued.
455538032Speter	Aliases to files such as /users/bar/foo/inbox, with /users/bar/foo
455638032Speter		owned by bar mode 700 and inbox being setuid bar stopped
455738032Speter		working properly due to excessive paranoia.  Pointed out by
455838032Speter		John Hawkinson of Panix.
455938032Speter	An SMTP RCPT command referencing a host that gave a nameserver
456038032Speter		timeout would return a 451 command (8.6 accepted it and
456138032Speter		queued it locally).  Revert to the 8.6 behavior in order
456264562Sgshapiro		to simplify queue management for clustered systems.  Suggested
456338032Speter		by Gregory Neil Shapiro of WPI.  The same problem could break
456438032Speter		MH, which assumes that the SMTP session will succeed (tsk, tsk
456538032Speter		-- mail gets lost!); this was pointed out by Stuart Pook of
456638032Speter		Infobiogen.
456738032Speter	Fix possible buffer overflow in munchstring().  This was not a security
456838032Speter		problem because you couldn't specify any argument to this
456938032Speter		without first giving up root privileges, but it is still a
457064562Sgshapiro		good idea to avoid future problems.  Problem noted by John
457138032Speter		Hawkinson and Sam Hartman of MIT.
457238032Speter	``452 Out of disk space for temp file'' messages weren't being
457338032Speter		printed.  Fix from David Perlin of Nanosoft.
457438032Speter	Don't advertise the ESMTP DSN extension if the SendMimeErrors option
457538032Speter		is not set, since this is required to get the actual DSNs
457638032Speter		created.  Problem pointed out by John Gardiner Myers of CMU.
457764562Sgshapiro	Log permission problems that cause .forward and :include: files to
457838032Speter		be untrusted or ignored on log level 12 and higher.  Suggested
457938032Speter		by Randy Martin of Clemson University.
458038032Speter	Allow user ids in U= clauses of M lines to have hyphens and
458138032Speter		underscores.
458238032Speter	Fix overcounting of recipients -- only happened when sending to an
458338032Speter		alias.  Pointed out by Mark Andrews of SGI and Jack Woolley
458438032Speter		of Systems and Computer Technology Corporation.
458538032Speter	If a message is sent to an address that fails, the error message that
458638032Speter		is returned could show some extraneous "success" information
458738032Speter		included even if the user did not request success notification,
458838032Speter		which was confusing.  Pointed out by Allan Johannesen of WPI.
458938032Speter	Config files that had no AliasFile definition were defaulting to
459038032Speter		using /etc/aliases; this caused problems with nullclient
459138032Speter		configurations.  Change it back to the 8.6 semantics of
459238032Speter		having no local alias file unless it is declared.  Problem
459338032Speter		noted by Charles Karney of Princeton University.
459438032Speter	Fix compile problem if NOTUNIX is defined.  Pointed out by Bryan
459538032Speter		Costales of ICSI.
459664562Sgshapiro	Map lookups of class "userdb" maps were always case sensitive; they
459738032Speter		should be controlled by the -f flag like other maps.  Pointed
459838032Speter		out by Bjart Kvarme <bjart.kvarme@usit.uio.no>.
459938032Speter	Fix problem that caused some addresses to be passed through ruleset 5
460038032Speter		even when they were tagged as "sticky" by prefixing the
460138032Speter		address with an "@".  Patch from Thomas Dwyer III of Michigan
460238032Speter		Technological University.
460338032Speter	When converting a message to Quoted-Printable, prevent any lines with
460443730Speter		dots alone on a line by themselves.  This is because of the
460538032Speter		preponderance of broken mailers that still get this wrong.
460638032Speter		Code contributed by Per Hedeland of Ericsson.
460738032Speter	Fix F{macro}/file construct -- it previously did nothing.  Pointed
460838032Speter		out by Bjart Kvarme of USIT/UiO (Norway).
460938032Speter	Announce whether a cached connection is SMTP or ESMTP (in -v mode).
461038032Speter		Requested by Allan Johannesen.
461138032Speter	Delete check for text format of alias files -- it should be legal
461238032Speter		to have the database format of the alias files without the
461338032Speter		text version.  Problem pointed out by Joe Rhett of Navigist,
461438032Speter		Inc.
461538032Speter	If "Ot" was specified with no value, the TZ variable was not properly
461638032Speter		imported from the environment.  Pointed out by Frank Crawford
461738032Speter		<frank@ansto.gov.au>.
461838032Speter	Some architectures core dumped on "program" maps that didn't have
461938032Speter		extra arguments.  Patch from Booker C. Bense of Stanford
462038032Speter		University.
462138032Speter	Queue run processes would re-spawn daemons when given a SIGHUP; only
462238032Speter		the parent should do this.  Fix from Brian Coan of the
462338032Speter		Association for Progressive Communications.
462438032Speter	If MinQueueAge was set and a message was considered but not run
462543730Speter		during a queue run and the Timeout.queuereturn interval was
462638032Speter		reached, a "timed out" error message would be returned that
462738032Speter		didn't include the failed address (and claimed to be a warning
462838032Speter		even though it was fatal).  The fix is to not return such
462938032Speter		messages until they are actually tried, i.e., in the next
463038032Speter		MinQueueAge interval.  Problem noted by Rein Tollevik of
463138032Speter		SINTEF RUNIT, Oslo.
463238032Speter	Add HES_GETMAILHOST compile flag to support MIT Hesiod distributions
463338032Speter		that have the hes_getmailhost() routine.  DEC Hesiod
463438032Speter		distributions do not have this routine.  Based on a patch
463538032Speter		from Betty Lee of Stanford University.
463638032Speter	Extensive cleanups to map open code to handle a locking race condition
463738032Speter		in ndbm, hash, and btree format database files on some (most
463843730Speter		non-4.4-BSD based) OS architectures.  This should solve the
463938032Speter		occasional "user unknown" problem during alias rebuilds that
464038032Speter		has plagued me for quite some time.  Based on a patch from
464138032Speter		Thomas Dwyer III of Michigan Technological University.
464238032Speter	PORTABILITY FIXES:
464338032Speter		Solaris: Change location of newaliases and mailq from
464438032Speter			/usr/ucb to /usr/bin to match Sun settings.  From
464538032Speter			James B. Davis of TCI.
464638032Speter		DomainOS: Makefile.DomainOS doesn't require -ldbm.  From
464738032Speter			Don Lewis of Silicon Systems.
464838032Speter		HP-UX 10: rename Makefile.HP-UX.10 => Makefile.HP-UX.10.x
464938032Speter			so that the makesendmail script will find it.  Pointed
465038032Speter			out by Richard Allen of the University of Iceland.
465138032Speter			Also, use -Aa -D_HPUX_SOURCE instead of -Ae, which
465238032Speter			isn't supported on all compilers.
465338032Speter		UXPDS: compilation fixes from Diego R. Lopez.
465438032Speter	CONFIG: FAX mailer wasn't setting .FAX as a pseudo-domain unless
465538032Speter		you also had a FAX_RELAY.  From Thomas.Tornblom@Hax.SE.
465638032Speter	CONFIG: Minor glitch in S21 -- attachment of local domain name
465738032Speter		didn't have trailing dot.  From Jim Hickstein of Teradyne.
465838032Speter	CONFIG: Fix best_mx_is_local feature to allow nested addresses such as
465938032Speter		user%host@thishost.  From Claude Scarpelli of Infobiogen
466038032Speter		(France).
466138032Speter	CONFIG: OSTYPE(hpux10) failed to define the location of the help file.
466238032Speter		Pointed out by Hannu Martikka of Nokia Telecommunications.
466338032Speter	CONFIG: Diagnose some inappropriate ordering in configuration files,
466438032Speter		such as FEATURE(smrsh) listed after MAILER(local).  Based on
466538032Speter		a bug report submitted by Paul Hoffman of Proper Publishing.
466638032Speter	CONFIG: Make OSTYPE files consistently not override settings that
466738032Speter		have already been set.  Previously it worked differently
466838032Speter		for different files.
466938032Speter	CONFIG: Change relay mailer to do masquerading like 8.6 did.  My take
467038032Speter		is that this is wrong, but the change was causing problems
467138032Speter		for some people.  From Per Hedeland of Ericsson.
467238032Speter	CONTRIB: bitdomain.c patch from John Gardiner Myers <jgm+@CMU.EDU>;
467338032Speter		portability changes for Posix environments (no functional
467438032Speter		changes).
467538032Speter
467638032Speter8.7.1/8.7.1	1995/10/01
467738032Speter	Old macros that have become options (SmtpGreetingMessage,
467838032Speter		OperatorChars, and UnixFromLine) didn't allow backslash
467938032Speter		escapes in the options, where they previously had.  Bug
468038032Speter		pointed out by John Hawkinson of MIT.
468138032Speter	Fix strange case of an executable called by a program map that
468238032Speter		returns a value but also a non-zero exit status; this
468338032Speter		would give contradictory results in the higher level; in
468438032Speter		particular, the default clause in the map lookup would be
468538032Speter		ignored.  Change to ignore the value if the program returns
468638032Speter		non-zero exit status.  From Tom Moore of AT&T GIS.
468738032Speter	Shorten parameters passed to syslog() in some contexts to avoid a
468838032Speter		bug in many vendors' implementations of that routine.  Although
468938032Speter		this isn't really a bug in sendmail per se, and my solution
469038032Speter		has to assume that syslog() has at least a 1K buffer size
469138032Speter		internally (I know some vendors have shortened this
469238032Speter		dramatically -- they're on their own), sendmail is a popular
469338032Speter		target.  Also, limit the size of %s arguments in sprintf.
469438032Speter		These both have possible security implications.  Solutions
469538032Speter		suggested by Casper Dik of Sun's Network Security Group
469638032Speter		(Holland), Mark Seiden, and others.
469738032Speter	Fix a problem that might cause a non-standard -B (body type)
469838032Speter		parameter to be passed to the next server with undefined
469938032Speter		results.  This could have security implications.
470038032Speter	If a filesystem was at > 100% utilization, the freediskspace()
470138032Speter		routine incorrectly returned an error rather than zero.
470238032Speter		Problem noted by G. Paul Ziemba of Alantec.
470338032Speter	Change MX sort order so that local hostnames (those in $=w) always
470438032Speter		sort first within a given preference.  This forces the bestmx
470538032Speter		map to always return the local host first, if it is included
470638032Speter		in the list of highest priority MX records.  From K. Robert
470738032Speter		Elz.
470838032Speter	Avoid some possible null pointer dereferences.  Fixes from Randy
470938032Speter		Martin <WOLF@CLEMSON.EDU>
471038032Speter	When sendmail starts up on systems that have no fully qualified
471138032Speter		domain name (FQDN) anywhere in the first matching host map
471238032Speter		(e.g., /etc/hosts if the hosts service searches "files dns"),
471338032Speter		sendmail would sleep to try to find a FQDN, which it really
471438032Speter		really needs.  This has been changed to fall through to the
471538032Speter		next map type if it can't find a FQDN -- i.e., if the hosts
471638032Speter		file doesn't have a FQDN, it will try dns even though the
471738032Speter		short name was found in /etc/hosts.  This is probably a crock,
471838032Speter		but many people have hosts files without FQDNs.  Remember:
471938032Speter		domain names are your friends.
472038032Speter	Log a high-priority message if you can't find your FQDN during startup.
472138032Speter		Suggested by Simon Barnes of Schlumberger Limited.
472238032Speter	When using Hesiod, initialize it early to improve error reporting.
472338032Speter		Patch from Don Lewis of Silicon Systems, Inc.
472438032Speter	Apparently at least some versions of Linux have a 90 !minute! TCP
472538032Speter		connection timeout in the kernel.  Add a new "connect" timeout
472638032Speter		to limit this time.  Defaults to zero (use whatever the
472738032Speter		kernel provides).  Based on code contributed by J.R. Oldroyd
472838032Speter		of TerraNet.
472938032Speter	Under some circumstances, a failed message would not be properly
473038032Speter		removed from the queue, causing tons of bogus error messages.
473138032Speter		(This fix eliminates the problematic EF_KEEPQUEUE flag.)
473238032Speter		Problem noted by Allan E Johannesen and Gregory Neil Shapiro
473338032Speter		of WPI.
473438032Speter	PORTABILITY FIXES:
473538032Speter		On IRIX 5.x, there was an inconsistency in the setting
473638032Speter			of sendmail.st location.  Change the Makefile to
473738032Speter			install it in /var/sendmail.st to match the OSTYPE
473838032Speter			file and SGI standards.  From Andre
473938032Speter			<andre@curry.zfe.siemens.de>.
474064562Sgshapiro		Support for Fujitsu/ICL UXP/DS (For the DS/90 Series)
474138032Speter			from Diego R. Lopez <drlopez@cica.es>.
474238032Speter		Linux compilation patches from J.R. Oldroyd of TerraNet, Inc.
474338032Speter		LUNA 2 Mach patches from Motonori Nakamura.
474438032Speter		SunOS Makefile was including -ldbm, which is for the old
474538032Speter			dbm library.  The ndbm library is part of libc.
474638032Speter	CONFIG: avoid bouncing ``user@host.'' (note trailing dot) with
474738032Speter		``local configuration error'' in nullclient configuration.
474838032Speter		Patch from Gregory Neil Shapiro of WPI.
474938032Speter	CONFIG: don't allow an alias file in nullclient configurations --
475038032Speter		since all addresses are relayed, they give errors during
475138032Speter		rebuild.  Suggested by Per Hedeland of Ericsson.
475238032Speter	CONFIG: local mailer on Solaris 2 should always get a -f flag because
475338032Speter		otherwise the F=S causes the From_ line to imply that root is
475438032Speter		the sender.  Problem pointed out by Claude Scarpelli of
475538032Speter		Infobiogen (France).
475638032Speter	NEW FILES:
475738032Speter		cf/feature/use_ct_file.m4 (omitted from 8.7 by mistake)
475838032Speter		src/Makefiles/Makefile.KSR (omitted from 8.7 by mistake)
475938032Speter		src/Makefiles/Makefile.UXPDS
476038032Speter
476138032Speter8.7/8.7		1995/09/16
476238032Speter	Fix a problem that could cause sendmail to run out of file
476338032Speter		descriptors due to a trashed data structure after a
476438032Speter		vfork.  Fix from Brian Coan of the Institute for
476538032Speter		Global Communications.
476638032Speter	Change the VRFY response if you have disabled VRFY -- some
476738032Speter		people seemed to think that it was too rude.
476838032Speter	Avoid reference to uninitialized file descriptor if HASFLOCK
476938032Speter		was not defined.  This was used "safely" in the sense
477038032Speter		that it only did a stat, but it would have set the
477138032Speter		map modification time improperly.  Problem pointed out
477238032Speter		by Roy Mongiovi of Georgia Tech.
477338032Speter	Clean up the Subject: line on warning messages and return
477438032Speter		receipts so that they don't say "Returned mail:"; this
477538032Speter		can be confusing.
477638032Speter	Move ruleset entry/exit debugging from 21.2 to 21.1 -- this is
477738032Speter		useful enough to make it worthwhile printing on "-d".
477838032Speter	Avoid logging alias statistics every time you read the alias
477938032Speter		file on systems with no database method compiled in.
478038032Speter	If you have a name with a trailing dot, and you try looking it
478138032Speter		up using gethostbyname without the dot (for /etc/hosts
478238032Speter		compatibility), be sure to turn off RES_DEFNAMES and
478338032Speter		RES_DNSRCH to avoid finding the wrong name accidentally.
478438032Speter		Problem noted by Charles Amos of the University of
478538032Speter		Maryland.
478638032Speter	Don't do timeouts in collect if you are not running SMTP.
478738032Speter		There is nothing that says you can't have a long
478838032Speter		running program piped into sendmail (possibly via
478938032Speter		/bin/mail, which just execs sendmail).  Problem reported
479038032Speter		by Don "Truck" Lewis of Silicon Systems.
479138032Speter	Try gethostbyname() even if the DNS lookup fails iff option I
479238032Speter		is not set.  This allows you to have hosts listed in
479338032Speter		NIS or /etc/hosts that are not known to DNS.  It's normally
479438032Speter		a bad idea, but can be useful on firewall machines.  This
479538032Speter		should really be broken out on a separate flag, I suppose.
479638032Speter	Avoid compile warnings against BIND 4.9.3, which uses function
479738032Speter		prototypes.  From Don Lewis of Silicon Systems.
479838032Speter	Avoid possible incorrect diagnosis of DNS-related errors caused
479938032Speter		by things like attempts to resolve uucp names using
480038032Speter		$[ ... $] -- the fix is to clear h_errno at appropriate
480138032Speter		times.  From Kyle Jones of UUNET.
480238032Speter	SECURITY: avoid denial-of-service attacks possible by destroying
480338032Speter		the alias database file by setting resource limits low.
480438032Speter		This involves adding two new compile-time options:
480538032Speter		HASSETRLIMIT (indicating that setrlimit(2) support is
480638032Speter		available) and HASULIMIT (indicating that ulimit(2) support
480738032Speter		is available -- the Release 3 form is used).  The former
480838032Speter		is assumed on BSD-based systems, the latter on System
480938032Speter		V-based systems.  Attack noted by Phil Brandenberger of
481038032Speter		Swarthmore University.
481138032Speter	New syntaxes in test (-bt) mode:
481238032Speter		``.Dmvalue'' will define macro "m" to "value".
481338032Speter		``.Ccvalue'' will add "value" to class "c".
481438032Speter		``=Sruleset'' will dump the contents of the indicated
481538032Speter			ruleset.
481638032Speter		``=M'' will display the known mailers.
481738032Speter		``-ddebug-spec'' is equivalent to the command-line
481838032Speter			-d debug flag.
481938032Speter		``$m'' will print the value of macro $m.
482038032Speter		``$=c'' will print the contents of class $=c.
482138032Speter		``/mx host'' returns the MX records for ``host''.
482238032Speter		``/parse address'' will parse address, returning the value of
482338032Speter			crackaddr (essentially, the comment information)
482438032Speter			and the parsed address.
482564562Sgshapiro		``/try mailer address'' will rewrite address into the form
482638032Speter			it will have when presented to the indicated mailer.
482738032Speter		``/tryflags flags'' will set flags used by parsing.  The
482838032Speter			flags can be `H' for header or `E' for envelope,
482938032Speter			and `S' for sender or `R' for recipient.  These
483038032Speter			can be combined, so `HR' sets flags for header
483138032Speter			recipients.
483238032Speter		``/canon hostname'' will try to canonify hostname and
483338032Speter			return the result.
483438032Speter		``/map mapname key'' will look up `key' in the indicated
483538032Speter			`mapname' and return the result.
483638032Speter	Somewhat better handling of UNIX-domain socket addresses -- it
483738032Speter		should show the pathname rather than hex bytes.
483838032Speter	Restore ``-ba'' mode -- this reads a file from stdin and parses
483938032Speter		the header for envelope sender information and uses
484038032Speter		CR-LF as message terminators.  It was thought to be
484138032Speter		obsolete (used only for Arpanet NCP protocols), but it
484238032Speter		turns out that the UK ``Grey Book'' protocols require
484338032Speter		that functionality.
484438032Speter	Fix a fix in previous release -- if gethostname and gethostbyname
484538032Speter		return a name without dots, and if an attempt to canonify
484638032Speter		that name fails, wait one minute and try again.  This can
484738032Speter		result in an extra 60 second delay on startup if your system
484838032Speter		hostname (as returned by hostname(1)) has no dot and no names
484938032Speter		listed in /etc/hosts or your NIS map have a dot.
485038032Speter	Check for proper domain name on HELO and EHLO commands per
485138032Speter		RFC 1123 section 5.2.5.  Problem noted by Thomas Dwyer III
485238032Speter		of Michigan Technological University.
485338032Speter	Relax chownsafe rules slightly -- old version said that if you
485438032Speter		can't tell if _POSIX_CHOWN_RESTRICTED is set (that is,
485538032Speter		if fpathconf returned EINVAL or ENOSYS), assume that
485638032Speter		chown is not safe.  The new version falls back to whether
485738032Speter		you are on a BSD system or not.  This is important for
485838032Speter		SunOS, which apparently always returns one of those
485938032Speter		error codes.  This impacts whether you can mail to files
486038032Speter		or not.
486138032Speter	Syntax errors such as unbalanced parentheses in the configuration
486238032Speter		file could be omitted if you had "Oem" prior to the
486338032Speter		syntax error in the config file.  Change to always print
486438032Speter		the error message.  It was especially weird because it
486538032Speter		would cause a "warning" message to be sent to the Postmaster
486638032Speter		for every message sent (but with no transcript).  Problem
486738032Speter		noted by Gregory Paris of Motorola.
486838032Speter	Rewrite collect and putbody to handle full 8-bit data, including
486938032Speter		zero bytes.  These changes are internally extensive, but
487038032Speter		should have minimal impact on external function.
487138032Speter	Allow full words for option names -- if the option letter is
487238032Speter		(apparently) a space, then take the word following -- e.g.,
487338032Speter			O MatchGECOS=TRUE
487438032Speter		The full list of old and new names is as follows:
487538032Speter			7	SevenBitInput
487638032Speter			8	EightBitMode
487738032Speter			A	AliasFile
487838032Speter			a	AliasWait
487938032Speter			B	BlankSub
488038032Speter			b	MinFreeBlocks/MaxMessageSize
488138032Speter			C	CheckpointInterval
488238032Speter			c	HoldExpensive
488338032Speter			D	AutoRebuildAliases
488438032Speter			d	DeliveryMode
488538032Speter			E	ErrorHeader
488638032Speter			e	ErrorMode
488738032Speter			f	SaveFromLine
488838032Speter			F	TempFileMode
488938032Speter			G	MatchGECOS
489038032Speter			H	HelpFile
489138032Speter			h	MaxHopCount
489238032Speter			i	IgnoreDots
489338032Speter			I	ResolverOptions
489438032Speter			J	ForwardPath
489538032Speter			j	SendMimeErrors
489638032Speter			k	ConnectionCacheSize
489738032Speter			K	ConnectionCacheTimeout
489838032Speter			L	LogLevel
489938032Speter			l	UseErrorsTo
490038032Speter			m	MeToo
490138032Speter			n	CheckAliases
490238032Speter			O	DaemonPortOptions
490338032Speter			o	OldStyleHeaders
490438032Speter			P	PostmasterCopy
490538032Speter			p	PrivacyOptions
490638032Speter			Q	QueueDirectory
490738032Speter			q	QueueFactor
490838032Speter			R	DontPruneRoutes
490938032Speter			r, T	Timeout
491038032Speter			S	StatusFile
491138032Speter			s	SuperSafe
491238032Speter			t	TimeZoneSpec
491338032Speter			u	DefaultUser
491438032Speter			U	UserDatabaseSpec
491538032Speter			V	FallbackMXHost
491638032Speter			v	Verbose
491738032Speter			w	TryNullMXList
491838032Speter			x	QueueLA
491938032Speter			X	RefuseLA
492038032Speter			Y	ForkEachJob
492138032Speter			y	RecipientFactor
492238032Speter			z	ClassFactor
492338032Speter			Z	RetryFactor
492438032Speter		The old macros that passed information into sendmail have
492538032Speter		been changed to options; those correspondences are:
492638032Speter			$e	SmtpGreetingMessage
492738032Speter			$l	UnixFromLine
492838032Speter			$o	OperatorChars
492938032Speter			$q	(deleted -- not necessary)
493038032Speter		To avoid possible problems with an older sendmail,
493138032Speter		configuration level 6 is accepted by this version of
493238032Speter		sendmail; any config file using the new names should
493338032Speter		specify "V6" in the configuration.
493438032Speter	Change address parsing to properly note that a phrase before a
493538032Speter		colon and a trailing semicolon are essentially the same
493638032Speter		as text outside of angle brackets (i.e., sendmail should
493738032Speter		treat them as comments).  This is to handle the
493838032Speter		``group name: addr1, addr2, ..., addrN;'' syntax (it will
493938032Speter		assume that ``group name:'' is a comment on the first
494038032Speter		address and the ``;'' is a comment on the last address).
494138032Speter		This requires config file support to get right.  It does
494238032Speter		understand that :: is NOT this syntax, and can be turned
494338032Speter		off completely by setting the ColonOkInAddresses option.
494438032Speter	Level 6 config files added with new mailer flags:
494538032Speter		    A	Addresses are aliasable.
494638032Speter		    i	Do udb rewriting on envelope as well as header
494738032Speter			sender lines.  Applies to the from address mailer
494838032Speter			flags rather than the recipient mailer flags.
494938032Speter		    j	Do udb rewriting on header recipient addresses.
495038032Speter			Applies to the sender mailer flags rather than the
495138032Speter			recipient mailer flags.
495238032Speter		    k	Disable check for loops when doing HELO command.
495338032Speter		    o	Always run as the mail recipient, even on local
495438032Speter			delivery.
495538032Speter		    w	Check for an /etc/passwd entry for this user.
495638032Speter		    5	Pass addresses through ruleset 5.
495738032Speter		    :	Check for :include: on this address.
495838032Speter		    |	Check for |program on this address.
495938032Speter		    /	Check for /file on this address.
496038032Speter		    @	Look up sender header addresses in the user
496138032Speter			database.  Applies to the mailer flags for the
496238032Speter			mailer corresponding to the envelope sender
496338032Speter			address, rather than to recipient mailer flags.
496438032Speter		Pre-level 6 configuration files set A, w, 5, :, |, /, and @
496538032Speter		on the "local" mailer, the o flag on the "prog" and "*file*"
496638032Speter		mailers, and the ColonOkInAddresses option.
496738032Speter	Eight-to-seven bit MIME conversions.  This borrows ideas from
496838032Speter		John Beck of Hewlett-Packard, who generously contributed
496938032Speter		their implementation to me, which I then didn't use (see
497038032Speter		mime.c for an explanation of why).  This adds the
497138032Speter		EightBitMode option (a.k.a. `8') and an F=8 mailer flag
497238032Speter		to control handling of 8-bit data.  These have to cope with
497338032Speter		two types of 8-bit data: unlabelled 8-bit data (that is,
497438032Speter		8-bit data that is entered without declaring it as 8-bit
497538032Speter		MIME -- technically this is illegal according to the
497638032Speter		specs) and labelled 8-bit data (that is, it was declared
497738032Speter		as 8BITMIME in the ESMTP session or by using the
497838032Speter		-B8BITMIME command line flag).  If the F=8 mailer flag is
497943730Speter		set then 8-bit data is sent to non-8BITMIME machines
498038032Speter		instead of converting to 7 bit (essentially using
498138032Speter		just-send-8 semantics).  The values for EightBitMode are:
498238032Speter		    m	convert unlabelled 8-bit input to 8BITMIME, and do
498338032Speter			any necessary conversion of 8BITMIME to 7BIT
498438032Speter			(essentially, the full MIME option).
498538032Speter		    p	pass unlabelled 8-bit input, but convert labelled
498638032Speter			8BITMIME input to 7BIT as required (default).
498738032Speter		    s	strict adherence: reject unlabelled 8-bit input,
498838032Speter			convert 8BITMIME to 7BIT as required.  The F=8
498938032Speter			flag is ignored.
499038032Speter		Unlabelled 8-bit data is rejected in mode `s' regardless of
499138032Speter			the setting of F=8.
499238032Speter	Add new internal class 'n', which is the set of MIME Content-Types
499338032Speter		which can not be 8 to 7 bit encoded because of other
499438032Speter		considerations.  Types "multipart/*" and "message/*" are
499538032Speter		never directly encoded (although their components can be).
499638032Speter	Add new internal class 's', which is the set of subtypes of the
499738032Speter		MIME message/* content type that can be treated as though
499838032Speter		they are an RFC822 message.  It is predefined to have
499938032Speter		"rfc822".  Suggested By Kari Hurtta.
500038032Speter	Add new internal class 'e'.  This is the set of MIME
500138032Speter		Content-Transfer-Encodings that can be converted to
500238032Speter		a seven bit format (Quoted-Printable or Base64).  It is
500338032Speter		preinitialized to contain "7bit", "8bit", and "binary".
500438032Speter	Add C=charset mailer parameter and the the DefaultCharSet option (no
500538032Speter		short name) to set the default character set to use in the
500638032Speter		Content-Type: header when doing encoding of an 8-bit message
500738032Speter		which isn't marked as MIME into MIME format.  If the C=
500838032Speter		parameter is set on the Envelope From address, use that as
500938032Speter		the default encoding; else use the DefaultCharSet option.
501038032Speter		If neither is set, it defaults to "unknown-8bit" as
501138032Speter		suggested by RFC 1428 section 3.
501238032Speter	Allow ``U=user:group'' field in mailer definition to set a default
501338032Speter		user and group that a mailer will be executed as.  This
501438032Speter		overrides the 'u' and 'g' options, and if the `F=S' flag is
501538032Speter		also set, it is the uid/gid that will always be used (that
501638032Speter		is, the controlling address is ignored).  The values may be
501738032Speter		numeric or symbolic; if only a symbolic user is given (no
501838032Speter		group) that user's default group in the passwd file is used
501938032Speter		as the group.  Based on code donated by Chip Rosenthal of
502038032Speter		Unicom.
502138032Speter	Allow `u' option to also accept user:group as a value, in the same
502238032Speter		fashion as the U= mailer option.
502338032Speter	Add the symbolic time zone name in the Arpanet format dates (as
502438032Speter		a comment).  This adds a new compile-time configuration
502538032Speter		flag: TZ_TYPE can be set to TZ_TM_NAME (use the value
502638032Speter		of (struct tm *)->tm_name), TZ_TM_ZONE (use the value
502738032Speter		of (struct tm *)->tm_zone), TZ_TZNAME (use extern char
502838032Speter		*tzname[(struct tm *)->tm_isdst]), TZ_TIMEZONE (use
502938032Speter		timezone()), or TZ_NONE (don't include the comment).  Code
503038032Speter		from Chip Rosenthal.
503138032Speter	The "Timeout" option (formerly "r") is extended to allow suboptions.
503238032Speter		For example,
503338032Speter		    O Timeout.helo = 2m
503438032Speter		There are also two new suboptions "queuereturn" and
503538032Speter		"queuewarn"; these subsume the old T option.  Thus, to
503638032Speter		set them both the preferred new syntax is
503738032Speter		    O Timeout.queuereturn = 5d
503838032Speter		    O Timeout.queuewarn = 4h
503938032Speter	Sort queue by host name instead of by message priority if the
504038032Speter		QueueSortOrder option (no short name) is set is set to
504138032Speter		``host''.  This makes better use of the connection cache,
504238032Speter		but may delay more ``interactive'' messages behind large
504338032Speter		backlogs under some circumstances.  This is probably a
504438032Speter		good option if you have high speed links or don't do lots
504538032Speter		of ``batch'' messages, but less good if you are using
504638032Speter		something like PPP on a 14.4 modem.  Based on code
504738032Speter		contributed by Roy Mongiovi of Georgia Tech (my main
504838032Speter		contribution was to make it configurable).
504938032Speter	Save i-number of df file in qf file to simplify rebuilding of queue
505038032Speter		after disastrous disk crash.  Suggested by Kyle Jones of
505138032Speter		UUNET; closely based on code from KJS DECWRL code written
505238032Speter		by Paul Vixie.  NOTA BENE: The qf files produced by 8.7
505338032Speter		are NOT back compatible with 8.6 -- that is, you can convert
505438032Speter		from 8.6 to 8.7, but not the other direction.
505538032Speter	Add ``F=d'' mailer flag to disable all use of angle brackets in
505638032Speter		route-addrs in envelopes; this is because in some cases
505738032Speter		they can be sent to the shell, which interprets them as
505838032Speter		I/O redirection.
505938032Speter	Don't include error file (option E) with return-receipts; this
506038032Speter		can be confusing.
506138032Speter	Don't send "Warning: cannot send" messages to owner-* or
506238032Speter		*-request addresses.  Suggested by Christophe Wolfhugel
506338032Speter		of the Institut Pasteur, Paris.
506438032Speter	Allow -O command line flag to set long form options.
506538032Speter	Add "MinQueueAge" option to set the minimum time between attempts
506638032Speter		to run the queue.  For example, if the queue interval
506738032Speter		(-q value) is five minutes, but the minimum queue age
506838032Speter		is fifteen minutes, jobs won't be tried more often than
506938032Speter		once every fifteen minutes.  This can be used to give
507038032Speter		you more responsiveness if your delivery mode is set to
507138032Speter		queue-only.
507238032Speter	Allow "fileopen" timeout (default: 60 seconds) for opening
507338032Speter		:include: and .forward files.
507438032Speter	Add "-k", "-v", and "-z" flags to map definitions; these set the
507538032Speter		key field name, the value field name, and the field
507638032Speter		delimiter.  The field delimiter can be a single character
507738032Speter		or the sequence "\t" or "\n" for tab or newline.
507838032Speter		These are for use by NIS+ and similar access methods.
507938032Speter	Change maps to always strip quotes before lookups; the -q flag
508038032Speter		turns off this behavior.  Suggested by Motonori Nakamura.
508138032Speter	Add "nisplus" map class.  Takes -k and -v flags to choose the
508238032Speter		key and value field names respectively.  Code donated by
508338032Speter		Sun Microsystems.
508438032Speter	Add "hesiod" map class.  The "file name" is used as the
508538032Speter		"HesiodNameType" parameter to hes_resolve(3).  Returns the
508638032Speter		first value found for the match.  Code donated by Scott
508738032Speter		Hutton of Indiana University.
508838032Speter	Add "netinfo" (NeXT NetInfo) map class.  Maps can have a -k flag to
508938032Speter		specify the name of the property that is searched as the
509038032Speter		key and a -v flag to specify the name of the property that
509138032Speter		is returned as the value (defaults to "members").  The
509238032Speter		default map is "/aliases".  Some code based on code
509338032Speter		contributed by Robert La Ferla of Hot Software.
509438032Speter	Add "text" map class.  This does slow, linear searches through
509538032Speter		text files.  The -z flag specifies a column delimiter
509638032Speter		(defaults to any sequence of white space), the -k flag
509738032Speter		sets the key column number, and the -v flag sets the
509838032Speter		value column number.  Lines beginning with `#' are treated
509938032Speter		as comments.
510038032Speter	Add "program" map class to execute arbitrary programs.  The search
510138032Speter		key is presented as the last argument; the output is one
510238032Speter		line read from the programs standard output.  Exit statuses
510338032Speter		are from sysexits.h.
510438032Speter	Add "sequence" map class -- searches maps in sequence until it
510538032Speter		finds a match.  For example, the declarations:
510638032Speter		    Kmap1 ...
510738032Speter		    Kmap2 ...
510838032Speter		    Kmapseq sequence map1 map2
510938032Speter		defines a map "mapseq" that first searches map1; if the
511038032Speter		value is found it is returned immediately, otherwise
511138032Speter		map2 is searched and the value returned.
511238032Speter	Add "switch" map class.  This is much like "sequence" except that
511338032Speter		the ordering is fetched from an external file, usually
511438032Speter		the system service switch.  The parameter is the name of
511538032Speter		the service to switch on, and the maps that it will use
511638032Speter		are the name of the switch map followed by ".service_type".
511738032Speter		For example, if the declaration of the map is
511838032Speter		    Ksample switch hosts
511938032Speter		and the system service switch specifies that hosts are
512038032Speter		looked up using dns and nis in that order, then this is
512138032Speter		equivalent to
512238032Speter		    Ksample sequence sample.dns sample.nis
512338032Speter		The subordinate maps (sample.*) must already be defined.
512438032Speter	Add "user" map class -- looks up users using getpwnam.  Takes a
512538032Speter		"-v field" flag on the definition that tells what passwd
512638032Speter		entry to return -- legal values are name, passwd, uid, gid,
512738032Speter		gecos, dir, and shell.  Generally expected to be used with
512838032Speter		the -m (matchonly) flag.
512938032Speter	Add "bestmx" map class -- returns the best MX value for the host
513038032Speter		listed as the value.  If there are several "best" MX records
513138032Speter		for this host, one will be chosen at random.
513238032Speter	Add "userdb" map class -- looks up entries in the user database.
513338032Speter		The "file name" is actually the tag that will be used,
513438032Speter		typically "mailname".  If there are multiple entries
513538032Speter		matching the name, the one chosen is undefined.
513638032Speter	Add multiple queue timeouts (both return and warning).  These are
513738032Speter		set by the Precedence: or Priority: header fields to one of
513838032Speter		three values.  If a Priority: is set and has value "normal",
513938032Speter		"urgent", or "non-urgent" the corresponding timeouts are
514038032Speter		used.  If no priority is set, the Precedence: is consulted;
514138032Speter		if negative, non-urgent timeouts are used; if greater than
514238032Speter		zero, urgent timeouts are used.  Otherwise, normal timeouts
514338032Speter		are used.  The timeouts are set by setting the six timeouts
514443730Speter		queue{warn,return}.{urgent,normal,non-urgent}.
514538032Speter	Fix problem when a mail address is resolved to a $#error mailer
514638032Speter		with a temporary failure indication; it works in SMTP,
514738032Speter		but when delivering locally the mail is silently discarded.
514838032Speter		This patch, from Kyle Jones of UUNET, bounces it instead
514938032Speter		of queueing it (queueing is very hard).
515038032Speter	When using /etc/hosts or NIS-style lookups, don't assume that
515138032Speter		the first name in the list is the best one -- instead,
515238032Speter		search for the first one with a dot.  For example, if
515338032Speter		an /etc/hosts entry reads
515438032Speter		    128.32.149.68	mammoth mammoth.CS.Berkeley.EDU
515538032Speter		this change will use the second name as the canonical
515638032Speter		machine name instead of the initial, unqualified name.
515738032Speter	Change dequote map to replace spaces in quoted text with a value
515838032Speter		indicated by the -s flag on the dequote map definition.
515938032Speter		For example, ``Mdequote dequote -s_'' will change
516038032Speter		"Foo Bar" into an unquoted Foo_Bar instead of leaving it
516138032Speter		quoted (because of the space character).  Suggested by Dan
516238032Speter		Oscarsson for use in X.400 addresses.
516338032Speter	Implement long macro names as ${name}; long class names can
516438032Speter		be similarly referenced as $={name} and $~{name}.
516538032Speter		Definitions are (e.g.) ``D{name}value''.  Names that have
516638032Speter		a leading lower case letter or punctuation characters are
516738032Speter		reserved for internal use by sendmail; i.e., config files
516838032Speter		should use names that begin with a capital letter.  Based
516938032Speter		on code contributed by Dan Oscarsson.
517038032Speter	Fix core dump if getgrgid returns a null group list (as opposed
517138032Speter		to an empty group list, that is, a pointer to a list
517238032Speter		with no members).  Fix from Andrew Chang of Sun Microsystems.
517338032Speter	Fix possible core dump if malloc fails -- if the malloc in xalloc
517438032Speter		failed, it called syserr which called newstr which called
517538032Speter		xalloc....  The newstr is now avoided for "panic" messages.
517638032Speter		Reported by Stuart Kemp of James Cook University.
517738032Speter	Improve connection cache timeouts; previously, they were not even
517838032Speter		checked if you were delivering to anything other than an
517938032Speter		IPC-connected host, so a series of (say) local mail
518038032Speter		deliveries could cause cached connections to be open
518138032Speter		much longer than the specified timeout.
518238032Speter	If an incoming message exceeds the maximum message size, stop
518338032Speter		writing the incoming bytes to the queue data file, since
518438032Speter		this can fill your mqueue partition -- this is a possible
518538032Speter		denial-of-service attack.
518638032Speter	Don't reject all numeric local user names unless HESIOD is
518738032Speter		defined.  It turns out that Posix allows all-numeric
518838032Speter		user names.  Fix from Tony Sanders of BSDI.
518938032Speter	Add service switch support.  If the local OS has a service
519038032Speter		switch (e.g., /etc/nsswitch.conf on Solaris or /etc/svc.conf
519138032Speter		on DEC systems) that will be used; otherwise, it falls back
519238032Speter		to using a local mechanism based on the ServiceSwitchFile
519338032Speter		option (default: /etc/service.switch).  For example, if the
519438032Speter		service switch lists "files" and "nis" for the aliases
519538032Speter		service, that will be the default lookup order.  the "files"
519638032Speter		("local" on DEC) service type expands to any alias files
519738032Speter		you listed in the configuration file, even if they aren't
519838032Speter		actually file lookups.
519938032Speter	Option I (NameServerOptions) no longer sets the "UseNameServer"
520038032Speter		variable which tells whether or not DNS should be considered
520138032Speter		canonical.  This is now determined based on whether or not
520238032Speter		"dns" is in the service list for "hosts".
520364562Sgshapiro	Add preliminary support for the ESMTP "DSN" extension (Delivery
520438032Speter		Status Notifications).  DSN notifications override
520538032Speter		Return-Receipt-To: headers, which are bogus anyhow --
520638032Speter		support for them has been removed.
520738032Speter	Add T=mts-name-type/address-type/diagnostic-type keyletter to mailer
520838032Speter		definitions to define the types used in DSN returns for
520938032Speter		MTA names, addresses, and diagnostics respectively.
521038032Speter	Extend heuristic to force running in ESMTP mode to look for the
521138032Speter		five-character string "ESMTP" anywhere in the 220 greeting
521238032Speter		message (not just the second line).  This is to provide
521338032Speter		better compatibility with other ESMTP servers.
521438032Speter	Print sequence number of job when running the queue so you can
521538032Speter		easily see how much progress you have made.  Suggested
521638032Speter		by Peter Wemm of DIALix.
521738032Speter	Map newlines to spaces in logged message-ids; some versions of
521838032Speter		syslog truncate the rest of the line after newlines.
521938032Speter		Suggested by Fletcher Mattox of U. Texas.
522038032Speter	Move up forking for job runs so that if a message is split into
522138032Speter		multiple envelopes you don't get "fork storms" -- this
522238032Speter		also improves the connection cache utilization.
522338032Speter	Accept "<<>>", "<<<>>>", and so forth as equivalent to "<>" for
522438032Speter		the purposes of refusing to send error returns.  Suggested
522538032Speter		by Motonori Nakamura of Ritsumeikan University.
522638032Speter	Relax rules on when a file can be written when referenced from
522738032Speter		the aliases file: use the default uid/gid instead of the
522838032Speter		real uid/gid.  This allows you to create a file owned by
522938032Speter		and writable only by the default uid/gid that will work
523038032Speter		all the time (without having the setuid bit set).  Change
523138032Speter		suggested by Shau-Ping Lo and Andrew Cheng of Sun
523238032Speter		Microsystems.
523338032Speter	Add "DialDelay" option (no short name) to provide an "extra"
523438032Speter		delay for dial on demand systems.  If this is non-zero
523538032Speter		and a connect fails, sendmail will wait this long and
523638032Speter		then try again.  If it takes longer than the kernel
523738032Speter		timeout interval to establish the connection, this
523838032Speter		option can give the network software time to establish
523938032Speter		the link.  The default units are seconds.
524038032Speter	Move logging of sender information to be as early as possible;
524138032Speter		previously, it could be delayed a while for SMTP mail
524238032Speter		sent to aliases.  Suggested by Brad Knowles of the
524338032Speter		Defense Information Systems Agency.
524438032Speter	Call res_init() before setting RES_DEBUG; this is required by
524538032Speter		BIND 4.9.3, or so I'm told.  From Douglas Anderson of
524638032Speter		the National Computer Security Center.
524738032Speter	Add xdelay= field in logs -- this is a transaction delay, telling
524838032Speter		you how long it took to deliver to this address on the
524938032Speter		last try.  It is intended to be used for sorting mailing
525038032Speter		lists to favor "quick" addresses.  Provided for use by
525138032Speter		the mailprio scripts (see below).
525238032Speter	If a map cannot be opened, and that map is non-optional, and
525338032Speter		an address requires that map for resolution, queue the
525438032Speter		map instead of bouncing it.  This involves creating a
525538032Speter		pseudo-class of maps called "bogus-map" -- if a required
525638032Speter		map cannot be opened, the class is changed to bogus-map;
525738032Speter		all queries against bogus-map return "tempfail".  The
525838032Speter		bogus-map class is not directly accessible.  A sample
525938032Speter		implementation was donated by Jem Taylor of Glasgow
526038032Speter		University Computing Service.
526138032Speter	Fix a possible core dump when mailing to a program that talks
526238032Speter		SMTP on its standard input.  Fix from Keith Moore of
526338032Speter		the University of Kentucky.
526438032Speter	Make it possible to resolve filenames to $#local $: @ /filename;
526538032Speter		previously, the "@" would cause it to not be recognized
526638032Speter		as a file.  Problem noted by Brian Hill of U.C. Davis.
526738032Speter	Accept a -1 signal to re-exec the daemon.  This only works if
526838032Speter		argv[0] is a full path to sendmail.
526938032Speter	Fix bug in "addr=..." field in O option on little-endian machines
527038032Speter		-- the network number wasn't being converted to network
527138032Speter		byte order.  Patch from Kurt Lidl of Pix Technologies
527238032Speter		Corporation.
527338032Speter	Pre-initialize the resolver early on; this is to avoid a bug with
527438032Speter		BIND 4.9.3 that can cause the _res.retry field to get
527538032Speter		reset to zero, causing all name server lookups to time
527638032Speter		out.  Fix from Matt Day of Artisoft.
527738032Speter	Restore T line (trusted users) in config file -- but instead of
527838032Speter		locking out the -f flag, they just tell whether or not
527938032Speter		an X-Authentication-Warning: will be added.  This really
528038032Speter		just creates new entries in class 't', so "Ft/file/name"
528138032Speter		can be used to read trusted user names from a file.
528238032Speter		Trusted users are also allowed to execute programs even
528338032Speter		if they have a shell that isn't in /etc/shells.
528438032Speter	Improve NEWDB alias file rebuilding so it will create them
528538032Speter		properly if they do not already exist.  This had been
528638032Speter		a MAYBENEXTRELEASE feature in 8.6.9.
528738032Speter	Check for @:@ entry in NIS maps before starting up to avoid
528838032Speter		(but not prevent, sigh) race conditions.  This ought to
528938032Speter		be handled properly in ypserv, but isn't.  Suggested by
529038032Speter		Michael Beirne of Motorola.
529138032Speter	Refuse connections if there isn't enough space on the filesystem
529238032Speter		holding the queue.  Contributed by Robert Dana of Wolf
529338032Speter		Communications.
529438032Speter	Skip checking for directory permissions in the path to a file
529538032Speter		when checking for file permissions iff setreuid()
529638032Speter		succeeded -- it is unnecessary in that case.  This avoids
529738032Speter		significant performance problems when looking for .forward
529838032Speter		files.  Based on a suggestion by Win Bent of USC.
529938032Speter	Allow symbolic ruleset names.  Syntax can be "Sname" to get an
530038032Speter		arbitrary ruleset number assigned or "Sname = integer"
530138032Speter		to assign a specific ruleset number.  Reference is
530238032Speter		$>name_or_number.  Names can be composed of alphas, digits,
530338032Speter		underscore, or hyphen (first character must be non-numeric).
530438032Speter	Allow -o flag on AliasFile lines to make the alias file optional.
530538032Speter		From Bryan Costales of ICSI.
530638032Speter	Add NoRecipientAction option to handle the case where there is
530738032Speter		no legal recipient header in the message.  It can take
530838032Speter		on values:
530938032Speter		  None			Leave the message as is.  The
531038032Speter					message will be passed on even
531138032Speter					though it is in technically
531238032Speter					illegal syntax.
531338032Speter		  Add-To		Add a To: header with any
531438032Speter					recipients that it can find from
531538032Speter					the envelope.  This risks exposing
531638032Speter					Bcc: recipients.
531738032Speter		  Add-Apparently-To	Add an Apparently-To: header.  This
531838032Speter					has almost no redeeming social value,
531938032Speter					and is provided only for back
532038032Speter					compatibility.
532138032Speter		  Add-To-Undisclosed	Add a header reading
532238032Speter					To: undisclosed-recipients:;
532338032Speter					which will have the effect of
532438032Speter					making the message legal without
532538032Speter					exposing Bcc: recipients.
532638032Speter		  Add-Bcc		To add an empty Bcc: header.
532738032Speter					There is a chance that mailers down
532838032Speter					the line will delete this header,
532938032Speter					which could cause exposure of Bcc:
533038032Speter					recipients.
533138032Speter		The default is NoRecipientAction=None.
533238032Speter	Truncate (rather than delete) Bcc: lines in the header.  This
533338032Speter		should prevent later sendmails (at least, those that don't
533438032Speter		themselves delete Bcc:) from considering this message to
533538032Speter		be non-conforming -- although it does imply that non-blind
533638032Speter		recipients can see that a Bcc: was sent, albeit not to whom.
533738032Speter	Add SafeFileEnvironment option.  If declared, files named as delivery
533838032Speter		targets must be regular files in addition to the regular
533938032Speter		checks.  Also, if the option is non-null then it is used as
534038032Speter		the name of a directory that is used as a chroot(2)
534138032Speter		environment for the delivery; the file names listed in an
534238032Speter		alias or forward should include the name of this root.
534338032Speter		For example, if you run with
534438032Speter			O SafeFileEnvironment=/arch
534538032Speter		then aliases should reference "/arch/rest/of/path".  If a
534638032Speter		value is given, sendmail also won't try to save to
534738032Speter		/usr/tmp/dead.letter (instead it just leaves the job in the
534838032Speter		queue as Qfxxxxxx).  Inspired by *Hobbit*'s sendmail patch kit.
534938032Speter	Support -A flag for alias files; this will comma concatenate like
535038032Speter		entries.  For example, given the aliases:
535138032Speter			list: member1
535238032Speter			list: member2
535338032Speter		and an alias file declared as:
535438032Speter			OAhash:-A /etc/aliases
535538032Speter		the final alias inserted will be "list: member1,member2";
535638032Speter		without -A you will get an error on the second and subsequent
535738032Speter		alias for "list".  Contributed by Bryan Costales of ICSI.
535838032Speter	Line-buffer transcript file.  Suggested by Liudvikas Bukys.
535938032Speter	Fix a problem that could cause very long addresses to core dump in
536038032Speter		some special circumstances.  Problem pointed out by Allan
536138032Speter		Johannesen.
536238032Speter	(Internal change.)  Change interface to expand() (macro expansion)
536338032Speter		to be simpler and more consistent.
536438032Speter	Delete check for funny qf file names.  This didn't really give
536538032Speter		any extra security and caused some people some problems.
536638032Speter		(If you -really- want this, define PICKY_QF_NAME_CHECK
536738032Speter		at compile time.)  Suggested by Kyle Jones of UUNET.
536838032Speter	(Internal change.)  Change EF_NORETURN to EF_NO_BODY_RETN and
536938032Speter		merge with DSN code; this is simpler and more consistent.
537038032Speter		This may affect some people who have written their own
537138032Speter		checkcompat() routine.
537238032Speter	(Internal change.)  Eliminate `D' line in qf file.  The df file
537338032Speter		is now assumed to be the same name as the qf file (with
537438032Speter		the `q' changed to a `d', of course).
537538032Speter	Avoid forking for delivery if all recipient mailers are marked as
537638032Speter		"expensive" -- this can be a major cost on some systems.
537738032Speter		Essentially, this forces sendmail into "queue only" mode
537838032Speter		if all it is going to do is queue anyway.
537938032Speter	Avoid sending a null message in some rather unusual circumstances
538038032Speter		(specifically, the RCPT command returns a temporary
538138032Speter		failure but the connection is lost before the DATA
538238032Speter		command).  Fix from Scott Hammond of Secure Computing
538338032Speter		Corporation.
538438032Speter	Change makesendmail to use a somewhat more rational naming scheme:
538538032Speter		Makefiles and obj directories are named $os.$rel.$arch,
538638032Speter		where $os is the operating system (e.g., SunOS), $rel is
538738032Speter		the release number (e.g., 5.3), and $arch is the machine
538838032Speter		architecture (e.g., sun4).  Any of these can be omitted,
538938032Speter		and anything after the first dot in a release number can
539038032Speter		be replaced with "x" (e.g., SunOS.4.x.sun4).  The previous
539138032Speter		version used $os.$arch.$rel and was rather less general.
539238032Speter	Change makesendmail to do a "make depend" in the target directory
539338032Speter		when it is being created.  This involves adding an empty
539438032Speter		"depend:" entry in most Makefiles.
539538032Speter	Ignore IDENT return value if the OSTYPE field returns "OTHER",
539638032Speter		as indicated by RFC 1413.  Pointed out by Kari Hurtta
539738032Speter		of the Finnish Meteorological Institute.
539838032Speter	Fix problem that could cause multiple responses to DATA command
539938032Speter		on header syntax errors (e.g., lines beginning with colons).
540038032Speter		Problem noted by Jens Thomassen of the University of Oslo.
540138032Speter	Don't let null bytes in headers cause truncation of the rest of
540238032Speter		the header.
540338032Speter	Log Authentication-Warning:s.  Suggested by Motonori Nakamura.
540438032Speter	Increase timeouts on message data puts to allow time for receivers
540538032Speter		to canonify addresses in headers on the fly.  This is still
540638032Speter		a rather ugly heuristic.  From Motonori Nakamura.
540738032Speter	Add "HasWildcardMX" suboption to ResolverOptions; if set, MX
540838032Speter		records are not used when canonifying names, and when MX
540938032Speter		lookups are done for addressing they must be fully
541038032Speter		qualified.  This is useful if you have a wildcard MX record,
541138032Speter		although it may cause other problems.  In general, don't use
541238032Speter		wildcard MX records.  Patch from Motonori Nakamura.
541338032Speter	Eliminate default two-line SMTP greeting message.  Instead of
541438032Speter		adding an extra "ESMTP spoken here" line, the word "ESMTP"
541538032Speter		is added between the first and second word of the first
541638032Speter		line of the greeting message (i.e., immediately after the
541738032Speter		host name).  This eliminates the need for the BROKEN_SMTP_PEERS
541838032Speter		compile flag.  Old sendmails won't see the ESMTP, but that's
541938032Speter		acceptable because SIZE was the only useful extension that
542038032Speter		old sendmails understand.
542138032Speter	Avoid gethostbyname calls on UNIX domain sockets during SIGUSR1
542238032Speter		invoked state dumps.  From Masaharu Onishi.
542338032Speter	Allow on-line comments in .forward and :include: files; they are
542438032Speter		introduced by the string "<LWSP>#@#<LWSP>", where <LWSP>
542538032Speter		is a space or a tab.  This is intended for native
542638032Speter		representation of non-ASCII sets such as Japanese, where
542738032Speter		existing encodings would be unreadable or would lose
542838032Speter		data -- for example,
542938032Speter		 <motonori@cs.ritsumei.ac.jp> NAKAMURA Motonori
543038032Speter					(romanized/less information)
543138032Speter		 <motonori@cs.ritsumei.ac.jp> =?ISO-2022-JP?B?GyRCQ2ZCPBsoQg==?=
543238032Speter					      =?ISO-2022-JP?B?GyRCQUdFNRsoQg==?=
543338032Speter					(with MIME encoding, not human readable)
543438032Speter		 <motonori@cs.ritsumei.ac.jp> #@# ^[$BCfB<^[(B ^[$BAGE5^[(B
543538032Speter					(native encoding with ISO-2022-JP)
543638032Speter		The last form is human readable in the Japanese environment.
543738032Speter		Based on a fix from (surprise!) Motonori Nakamura.
543838032Speter	Don't make SMTP error returns on MAIL FROM: line be "sticky" for all
543938032Speter		messages to that host; these are most frequently associated
544038032Speter		with addresses rather than the host, with the exception of
544138032Speter		421 (service shutting down).  The effect was to cause queues
544238032Speter		to sometimes take an excessive time to flush.  Reported by
544338032Speter		Robert Sargent of Southern Geographics Technologies and
544438032Speter		Eric Prestemon of American University.
544538032Speter	Add Nice=N mailer option to set the niceness at which a mailer will
544638032Speter		run.  This is actually a relative niceness (that is, an
544738032Speter		increment on the background value).
544838032Speter	Log queue runs that are skipped due to high loads.  They are logged
544938032Speter		at LOG_INFO priority iff the log level is > 8.  Contributed
545038032Speter		by Bruce Nagel of Data General.
545138032Speter	Allow the error mailer to accept a DSN-style error status code
545238032Speter		instead of an sysexits status code in the host part.
545338032Speter		Anything with a dot will be interpreted as a DSN-style code.
545438032Speter	Add new mailer flag: F=3 will tell translations to Quoted-Printable
545538032Speter		to encode characters that might be munged by an EBCDIC system
545638032Speter		in addition to the set required by RFC 1521.  The additional
545738032Speter		characters are !, ", #, $, @, [, \, ], ^, `, {, |, }, and ~.
545838032Speter		(Think of "IBM 360" as the mnemonic for this flag.)
545938032Speter	Change check for mailing to files to look for a pathname of [FILE]
546038032Speter		rather than looking for the mailer named *file*.  The mapping
546138032Speter		of leading slashes still goes to the *file* mailer.  This
546238032Speter		allows you to implement the *file* mailer as a separate
546338032Speter		program, for example, to insert a Content-Length: header
546438032Speter		or do special security policy.  However, note that the usual
546538032Speter		initial checking for the file permissions is still done, and
546638032Speter		the program in question needs to be very careful about how
546738032Speter		it does the file write to avoid security problems.
546838032Speter	Be able to read ~root/.forward even if the path isn't accessible to
546938032Speter		regular users.  This is disrecommended because sendmail
547038032Speter		sometimes does not run as root (e.g., when an unsafe option
547138032Speter		is specified on the command line), but should otherwise be
547238032Speter		safe because .forward files must be owned by the user for
547338032Speter		whom mail is being forwarded, and cannot be a symbolic link.
547438032Speter		Suggested by Forrest Aldrich of Wang Laboratories.
547538032Speter	Add new "HostsFile" option that is the pathname to the /etc/hosts
547638032Speter		file.  This is used for canonifying hostnames when the
547738032Speter		service type is "files".
547838032Speter	Implement programs on F (read class from file) line.  The syntax is
547938032Speter		Fc|/path/to/program to read the output from the program
548038032Speter		into class "c".
548138032Speter	Probe the network interfaces to find alternate names for this
548238032Speter		host.  Requires the SIOCGIFCONF ioctl call.  Code
548338032Speter		contributed by SunSoft.
548438032Speter	Add "E" configuration line to set or propagate environment
548538032Speter		variables into children.  "E<envar>" will propagate
548638032Speter		the named variable from the environment when sendmail
548738032Speter		was invoked into any children it calls; "E<envar>=<value>"
548838032Speter		sets the named variable to the indicated value.  Any
548938032Speter		variables not explicitly named will not be in the child
549038032Speter		environment.  However, sendmail still forces an
549138032Speter		"AGENT=sendmail" environment variable, in part to enforce
549238032Speter		at least one environment variable, since many programs and
549338032Speter		libraries die horribly if this is not guaranteed.
549438032Speter	Change heuristic for rebuilding both NEWDB and NDBM versions of
549538032Speter		alias databases -- new algorithm looks for the substring
549638032Speter		"/yp/" in the file name.  This is more portable and involves
549738032Speter		less overhead.  Suggested by Motonori Nakamura.
549838032Speter	Dynamically allocate the queue work list so that you don't lose
549938032Speter		jobs in large queue runs.  The old QUEUESIZE compile parameter
550038032Speter		is replaced by QUEUESEGSIZE (the unit of allocation, which
550138032Speter		should not need to be changed) and the MaxQueueRunSize option,
550238032Speter		which is the absolute maximum number of jobs that will ever
550338032Speter		be handled in a single queue run.  Based on code contributed
550438032Speter		by Brian Coan of the Institute for Global Communications.
550538032Speter	Log message when a message is dropped because it exceeds the maximum
550638032Speter		message size.  Suggested by Leo Bicknell of Virginia Tech.
550738032Speter	Allow trusted users (those on a T line or in $=t) to use -bs without
550838032Speter		an X-Authentication-Warning: added.  Suggested by Mark Thomas
550938032Speter		of Mark G. Thomas Consulting.
551038032Speter	Announce state of compile flags on -d0.1 (-d0.10 throws in the
551138032Speter		OS-dependent defines).  The old semantic of -d0.1 to not
551238032Speter		run the daemon in background has been moved to -d99.100,
551338032Speter		and the old 52.5 flag (to avoid disconnect() from closing
551438032Speter		all output files) has been moved to 52.100.  This makes
551538032Speter		things more consistent (flags below .100 don't change
551638032Speter		semantics) and separates out the backgrounding so that
551738032Speter		it doesn't happen automatically on other unrelated debugging
551838032Speter		flags.
551938032Speter	If -t is used but no addresses are found in the header, give an
552038032Speter		error message rather than just doing nothing.  Fix from
552138032Speter		Motonori Nakamura.
552238032Speter	On systems (like SunOS) where the effective gid is not necessarily
552338032Speter		included in the group list returned by getgroups(), the
552438032Speter		`restrictmailq' option could sometimes cause an authorized
552538032Speter		user to not be able to use `mailq'.  Fix from Charles Hannum
552638032Speter		of MIT.
552738032Speter	Allow symbolic service names for [IPC] mailers.  Suggested by
552838032Speter		Gerry Magennis of Logica International.
552938032Speter	Add DontExpandCnames option to prevent $[ ... $] from expanding CNAMEs
553038032Speter		when running DNS.  For example, if the name FTP.Foo.ORG is
553138032Speter		a CNAME for Cruft.Foo.ORG, then when sitting on a machine in
553238032Speter		the Foo.ORG domain a lookup of "FTP" returns "Cruft.Foo.ORG"
553338032Speter		if this option is not set, or "FTP.Foo.ORG" if it is set.
553438032Speter		This is technically illegal under RFC 822 and 1123, but the
553538032Speter		IETF is moving toward legalizing it.  Note that turning on
553638032Speter		this option is not sufficient to guarantee that a downstream
553738032Speter		neighbor won't rewrite the address for you.
553838032Speter	Add "-m" flag to makesendmail script -- this tells you what object
553938032Speter		directory and Makefile it will use, but doesn't actually do
554038032Speter		the make.
554138032Speter	Do some additional checking on the contents of the qf file to try
554238032Speter		to detect attacks against the qf file.  In particular,
554338032Speter		abort on any line beginning "From ", and add an "end of
554438032Speter		file" line -- any data after that line is prohibited.
554538032Speter	Always use /etc/sendmail.cf, regardless of the arbitrary vendor
554638032Speter		choices.  This can be overridden in the Makefile by using
554738032Speter		either -DUSE_VENDOR_CF_PATH to get the vendor location
554838032Speter		(to the extent that we know it) or by defining
554938032Speter		_PATH_SENDMAILCF (which is a "hard override").  This allows
555038032Speter		sendmail 8 to have more consistent installation instructions.
555138032Speter	Allow macros on `K' line in config file.  Suggested by Andrew Chang
555238032Speter		of Sun Microsystems.
555338032Speter	Improved symbol table hash function from Eric Wassenaar.  This one
555438032Speter		is at least 50% faster.
555538032Speter	Fix problem that didn't notice that timeout on file open was a
555638032Speter		transient error.  Fix from Larry Parmelee of Cornell
555738032Speter		University.
555838032Speter	Allow comments (lines beginning with a `#') in files read for
555938032Speter		classes.  Suggested by Motonori Nakamura.
556038032Speter	Make SIGINT (usually ^C) in test mode return to the prompt instead
556138032Speter		of dropping out entirely.  This makes testing some of the
556238032Speter		name server lookups easier to deal with when there are
556338032Speter		hung servers.  From Motonori Nakamura.
556438032Speter	Add new ${opMode} macro that is set to the current operation mode
556538032Speter		(e.g., `s' for -bs, `t' for -bt, etc.).  Suggested by
556638032Speter		Claude Marinier <MARINIER@emp.ewd.dreo.dnd.ca>.
556738032Speter	Add new delivery mode (Odd) that defers all map lookups to queue runs.
556838032Speter		Kind of like queue-only mode (Odq) except it tries to avoid
556938032Speter		any external service requests; for dial-on-demand hosts that
557038032Speter		want to minimize DNS lookups when mail is being queued.  For
557138032Speter		this to work you will also have to make sure that gethostbyname
557238032Speter		of your local host name does not do a DNS lookup.
557338032Speter	Improved handling of "out of space" conditions from John Myers of
557438032Speter		Carnegie Mellon.
557538032Speter	Improved security for mailing to files on systems that have fchmod(2)
557638032Speter		support.
557738032Speter	Improve "cannot send message for N days" message -- now says "could
557838032Speter		not send for past N days".  Suggested by Tom Moore of AT&T
557938032Speter		Global Information Solutions.
558038032Speter	Less misleading Subject: line on messages sent to postmaster only.
558138032Speter		From Motonori Nakamura.
558238032Speter	Avoid duplicate error messages on bad command line flags.  From
558338032Speter		Motonori Nakamura.
558438032Speter	Better error message for case where ruleset 0 falls off the end
558538032Speter		or otherwise does not resolve to a canonical triple.
558638032Speter	Fix a problem that could cause multiple bounce messages if a bad
558738032Speter		address was sent along with a good address to an SMTP
558838032Speter		site where that SMTP site returned a 4yz code in response
558938032Speter		to the final dot of the data.  Problem reported by David
559038032Speter		James of British Telecom.
559138032Speter	Add "volatile" declarations so that gcc -O2 will work.  Patches
559238032Speter		from Alexander Dupuy of System Management ARTS.
559338032Speter	Delete duplicates in MX lists -- believe it or not, there are sites
559438032Speter		that list the same host twice in an MX list.  This deletion
559538032Speter		only works on adjacent preferences, so an MX list that
559638032Speter		had A=5, B=10, A=15 would leave both As, but one that had
559738032Speter		A=5, A=10, B=15 would reduce to A, B.  This is intentional,
559838032Speter		just in case there is something weird I haven't thought of.
559938032Speter		Suggested by Barry Shein of Software Tool & Die.
560038032Speter	SECURITY: .forward files cannot be symbolic links.  If they are,
560138032Speter		a bad guy can read your private files.
560238032Speter	PORTABILITY FIXES:
560338032Speter		Solaris 2 from Rob McMahon <cudcv@csv.warwick.ac.uk>.
560438032Speter		System V Release 4 from Motonori Nakamura of Ritsumeikan
560538032Speter			University.  This expands the disk size
560638032Speter			checking to include all (?) SVR4 configurations.
560738032Speter		System V Release 4 from Kimmo Suominen -- initgroups(3)
560838032Speter			and setrlimit(2) are both available.
560938032Speter		System V Release 4 from sob@sculley.ffg.com -- some versions
561038032Speter			apparently "have EX_OK defined in other headerfiles."
561138032Speter		Linux Makefile typo.
561238032Speter		Linux getusershell(3) is broken in Slackware 2.0 --
561338032Speter			from Andrew Pam of Xanadu Australia.
561438032Speter		More Linux tweaking from John Kennedy of California State
561538032Speter			University, Chico.
561638032Speter		Cray changes from Eric Wassenaar:  ``On Cray, shorts,
561738032Speter			ints, and longs are all 64 bits, and all structs
561838032Speter			are multiples of 64 bits.  This means that the
561938032Speter			sizeof operator returns only multiples of 8.
562038032Speter			This requires adaptation of code that really
562138032Speter			deals with 32 bit or 16 bit fields, such as IP
562238032Speter			addresses or nameserver fields.''
562338032Speter		DG/UX 5.4.3 from Mark T. Robinson <mtr@ornl.gov>.  To
562438032Speter			get the old behavior, use -DDGUX_5_4_2.
562538032Speter		DG/UX hack: add _FORCE_MAIL_LOCAL_=yes environment
562638032Speter			variable to fix bogus /bin/mail behavior.
562738032Speter		Tandem NonStop-UX from Rick McCarty <mccarty@mpd.tandem.com>.
562838032Speter			This also cleans up some System V Release 4 compile
562938032Speter			problems.
563038032Speter		Solaris 2: sendmail.cw file should be in /etc/mail to
563138032Speter			match all the other configuration files.  Fix
563238032Speter			from Glenn Barry of Emory University.
563338032Speter		Solaris 2.3: compile problem in conf.c.  Fix from Alain
563438032Speter			Nissen of the University of Liege, Belgium.
563538032Speter		Ultrix: freespace calculation was incorrect.  Fix from
563638032Speter			Takashi Kizu of Osaka University.
563738032Speter		SVR4: running in background gets a SIGTTOU because the
563838032Speter			emulation code doesn't realize that "getpeername"
563938032Speter			doesn't require reading the file.  Fix from Peter
564038032Speter			Wemm of DIALix.
564138032Speter		Solaris 2.3: due to an apparent bug in the socket emulation
564238032Speter			library, sockets can get into a "wedged" state where
564338032Speter			they just return EPROTO; closing and re-opening the
564438032Speter			socket clears the problem.  Fix from Bob Manson
564538032Speter			of Ohio State University.
564638032Speter		Hitachi 3050R & 3050RX running HI-UX/WE2: portability
564738032Speter			fixes from Akihiro Hashimoto ("Hash") of Chiba
564838032Speter			University.
564938032Speter		AIX changes to allow setproctitle to work from Rainer Sch�pf
565038032Speter			of Zentrum f�r Datenverarbeitung der Universit�t
565138032Speter			Mainz.
565238032Speter		AIX changes for load average from Ed Ravin of NASA/Goddard.
565338032Speter		SCO Unix from Chip Rosenthal of Unicom (code was using the
565438032Speter			wrong statfs call).
565538032Speter		ANSI C fixes from Adam Glass (NetBSD project).
565638032Speter		Stardent Titan/ANSI C fixes from Kate Hedstrom of Rutgers
565738032Speter			University.
565838032Speter		DG-UX fixes from Bruce Nagel of Data General.
565938032Speter		IRIX64 updates from Mark Levinson of the University of
566038032Speter			Rochester Medical Center.
566138032Speter		Altos System V (``the first UNIX/XENIX merge the Altos
566238032Speter			did for their Series 1000 & Series 2000 line;
566338032Speter			their merged code was licensed back to AT&T and
566438032Speter			Microsoft and became System V release 3.2'') from
566538032Speter			Tim Rice <timr@crl.com>.
566638032Speter		OSF/1 running on Intel Paragon from Jeff A. Earickson
566738032Speter			<jeff@ssd.intel.com> of Intel Scalable Systems
566838032Speter			Division.
566938032Speter		Amdahl UTS System V 2.1.5 (SVr3-based) from Janet Jackson
567038032Speter			<janet@dialix.oz.au>.
567138032Speter		System V Release 4 (statvfs semantic fix) from Alain
567238032Speter			Durand of I.M.A.G.
567338032Speter		HP-UX 10.x multiprocessor load average changes from
567438032Speter			Scott Hutton and Jeff Sumler of Indiana University.
567538032Speter		Cray CSOS from Scott Bolte of Cray Computer Corporation.
567638032Speter		Unicos 8.0 from Douglas K. Rand of the University of North
567738032Speter			Dakota, Scientific Computing Center.
567838032Speter		Solaris 2.4 fixes from Sanjay Dani of Dani Communications.
567938032Speter		ConvexOS 11.0 from Christophe Wolfhugel.
568038032Speter		IRIX 4.0.5 from David Ashton-Reader of CADcentre.
568138032Speter		ISC UNIX from J. J. Bailey.
568238032Speter		HP-UX 9.xx on the 8xx series machines from Remy Giraud
568338032Speter			of Meteo France.
568438032Speter		HP-UX configuration from Tom Lane <tgl@sss.pgh.pa.us>.
568538032Speter		IRIX 5.2 and 5.3 from Kari E. Hurtta.
568638032Speter		FreeBSD 2.0 from Mike Hickey of Federal Data Corporation.
568738032Speter		Sony NEWS-OS 4.2.1R and 6.0.3 from Motonori Nakamura.
568843730Speter		Omron LUNA unios-b, mach from Motonori Nakamura.
568938032Speter		NEC EWS-UX/V 4.2 from Motonori Nakamura.
569043730Speter		NeXT 2.1 from Bryan Costales.
569138032Speter		AUX patch thanks to Mike Erwin of Apple Computer.
569238032Speter		HP-UX 10.0 from John Beck of Hewlett-Packard.
569338032Speter		Ultrix: allow -DBROKEN_RES_SEARCH=0 if you are using a
569438032Speter			non-DEC resolver.  Suggested by Allan Johannesen.
569538032Speter		UnixWare 2.0 fixes from Petr Lampa of the Technical
569638032Speter			University of Brno (Czech Republic).
569738032Speter		KSR OS 1.2.2 support from Todd Miller of the University
569838032Speter			of Colorado.
569938032Speter		UX4800 support from Kazuhisa Shimizu of NEC.
570038032Speter	MAKEMAP: allow -d flag to allow insertion of duplicate aliases
570138032Speter		in type ``btree'' maps.  The semantics of this are undefined
570238032Speter		for regular maps, but it can be useful for the user database.
570338032Speter	MAKEMAP: lock database file while rebuilding to avoid sendmail
570438032Speter		lookups while the rebuild is going on.  There is a race
570538032Speter		condition between the open(... O_TRUNC ...) and the lock
570638032Speter		on the file, but it should be quite small.
570738032Speter	SMRSH: sendmail restricted shell added to the release.  This can
570838032Speter		be used as an alternative to /bin/sh for the "prog" mailer,
570938032Speter		giving the local administrator more control over what
571038032Speter		programs can be run from sendmail.
571138032Speter	MAIL.LOCAL: add this local mailer to the tape.  It is not really
571238032Speter		part of the release proper, and isn't fully supported; in
571338032Speter		particular, it does not run on System V based systems and
571438032Speter		never will.
571538032Speter	CONTRIB: a patch to rmail.c from Bill Gianopoulos of Raytheon
571638032Speter		to allow rmail to compile on systems that don't have
571738032Speter		function prototypes and systems that don't have snprintf.
571838032Speter	CONTRIB: add the "mailprio" scripts that will help you sort mailing
571938032Speter		lists by transaction delay times so that addresses that
572038032Speter		respond quickly get sent first.  This is to prevent very
572138032Speter		sluggish servers from delaying other peoples' mail.
572238032Speter		Contributed by Tony Sanders of BSDI.
572338032Speter	CONTRIB: add the "bsdi.mc" file as contributed by Tony Sanders
572438032Speter		of BSDI.  This has a lot of comments to help people out.
572538032Speter	CONFIG: Don't have .mc files include(../m4/cf.m4) -- instead,
572638032Speter		put this on the m4 command line.  On GNU m4 (which
572738032Speter		supports the __file__ primitive) you can run m4 in an
572838032Speter		arbitrary directory -- use either:
572938032Speter			m4 ${CFDIR}/m4/cf.m4 config.mc > config.cf
573038032Speter		or
573138032Speter			m4 -I${CFDIR} m4/cf.m4 config.mc > config.cf
573238032Speter		On other versions of m4 that don't support __file__, you
573338032Speter		can use:
573438032Speter			m4 -D_CF_DIR_=${CFDIR}/ ${CFDIR}/m4/cf.m4 ...
573538032Speter		(Note the trailing slash on the _CF_DIR_ definition.)
573638032Speter		Old versions of m4 will default to _CF_DIR_=.. for back
573738032Speter		compatibility.
573838032Speter	CONFIG: fix mail from <> so it will properly convert to
573938032Speter		MAILER-DAEMON on local addresses.
574038032Speter	CONFIG: fix code that was supposed to catch colons in host
574138032Speter		names.  Problem noted by John Gardiner Myers of CMU.
574238032Speter	CONFIG: allow use of SMTP_MAILER_MAX in nullclient configuration.
574338032Speter		From Paul Riddle of the University of Maryland, Baltimore
574438032Speter		County.
574538032Speter	CONFIG: Catch and reject "." as a host address.
574638032Speter	CONFIG: Generalize domaintable to look up all domains, not
574738032Speter		just unqualified ones.
574838032Speter	CONFIG: Delete OLD_SENDMAIL support -- as near as I can tell, it
574938032Speter		was never used and didn't work anyway.
575038032Speter	CONFIG: Set flags A, w, 5, :, /, |, and @ on the "local" mailer
575138032Speter		and d on all mailers in the UUCP class.
575238032Speter	CONFIG: Allow "user+detail" to be aliased specially: it will first
575338032Speter		look for an alias for "user+detail", then for "user+*", and
575438032Speter		finally for "user".  This is intended for forwarding mail
575538032Speter		for system aliases such as root and postmaster to a
575638032Speter		centralized hub.
575738032Speter	CONFIG: add confEIGHT_BIT_HANDLING to set option 8 (see above).
575838032Speter	CONFIG: add smtp8 mailer; this has the F=8 (just-send-8) flag set.
575938032Speter		The F=8 flag is also set on the "relay" mailer, since
576038032Speter		this is expected to be another sendmail.
576138032Speter	CONFIG: avoid qualifying all UUCP addresses sent via SMTP with
576238032Speter		the name of the UUCP_RELAY -- in some cases, this is the
576338032Speter		wrong value (e.g., when we have local UUCP connections),
576438032Speter		and this can create unreplyable addresses.  From Chip
576538032Speter		Rosenthal of Unicom.
576638032Speter	CONFIG: add confRECEIVED_HEADER to change the format of the
576738032Speter		Received: header inserted into all messages.  Suggested by
576838032Speter		Gary Mills of the University of Manitoba.
576938032Speter	CONFIG: Make "notsticky" the default; use FEATURE(stickyhost)
577038032Speter		to get the old behavior.  I did this upon observing
577138032Speter		that almost everyone needed this feature, and that the
577238032Speter		concept I was trying to make happen didn't work with
577338032Speter		some user agents anyway.  FEATURE(notsticky) still works,
577438032Speter		but it is a no-op.
577538032Speter	CONFIG: Add LUSER_RELAY -- the host to which unrecognized user
577638032Speter		names are sent, rather than immediately diagnosing them
577738032Speter		as User Unknown.
577838032Speter	CONFIG: Add SMTP_MAILER_ARGS, ESMTP_MAILER_ARGS, SMTP8_MAILER_ARGS,
577938032Speter		and RELAY_MAILER_ARGS to set the arguments for the
578038032Speter		indicated mailers.  All default to "IPC $h".  Patch from
578138032Speter		Larry Parmelee of Cornell University.
578238032Speter	CONFIG: pop mailer needs F=n flag to avoid "annoying side effects
578338032Speter		on the client side" and F=P to get an appropriate
578438032Speter		return-path.  From Kimmo Suominen.
578538032Speter	CONFIG: add FEATURE(local_procmail) to use the procmail program
578638032Speter		as the local mailer.  For addresses of the form "user+detail"
578738032Speter		the "detail" part is passed to procmail via the -a flag.
578838032Speter		Contributed by Kimmo Suominen.
578938032Speter	CONFIG: add MAILER(procmail) to add an interface to procmail for
579038032Speter		use from mailertables.  This lets you execute arbitrary
579138032Speter		procmail scripts.  Contributed by Kimmo Suominen.
579238032Speter	CONFIG: add T= fields (MTS type) to local, smtp, and uucp mailers.
579338032Speter	CONFIG: add OSTYPE(ptx2) for DYNIX/ptx 2.x from Sequent.  From
579438032Speter		Paul Southworth of CICNet Systems Support.
579538032Speter	CONFIG: use -a$g as default to UUCP mailers, instead of -a$f.
579638032Speter		This causes the null return path to be rewritten as
579738032Speter		MAILER-DAEMON; otherwise UUCP gets horribly confused.
579838032Speter		From Michael Hohmuth of Technische Universitat Dresden.
579938032Speter	CONFIG: Add FEATURE(bestmx_is_local) to cause any hosts that
580038032Speter		list us as the best possible MX record to be treated as
580138032Speter		though they were local (essentially, assume that they
580238032Speter		are included in $=w).  This can cause additional DNS
580338032Speter		traffic, but is easier to administer if this fits your
580438032Speter		local model.  It does not work reliably if there are
580538032Speter		multiple hosts that share the best MX preference.
580638032Speter		Code contributed by John Oleynick of Rutgers.
580738032Speter	CONFIG: Add FEATURE(smrsh) to use smrsh (the SendMail Restricted
580838032Speter		SHell) instead of /bin/sh as the program used for delivery
580938032Speter		to programs.  If an argument is included, it is used as
581038032Speter		the path to smrsh; otherwise, /usr/local/etc/smrsh is
581138032Speter		assumed.
581238032Speter	CONFIG: Add LOCAL_MAILER_MAX and PROCMAILER_MAILER_MAX to limit the
581338032Speter		size of messages to the local and procmail mailers
581438032Speter		respectively.  Contributed by Brad Knowles of the Defense
581538032Speter		Information Systems Agency.
581638032Speter	CONFIG: Handle leading ``phrase:'' and trailing ``;'' as comments
581738032Speter		(just like text outside of angle brackets) in order to
581838032Speter		properly deal with ``group: addr1, ... addrN;'' syntax.
581938032Speter	CONFIG: Require OSTYPE macro (the defaults really don't apply to
582038032Speter		any real systems any more) and tweak the DOMAIN macro
582138032Speter		so that it is less likely that users will accidentally use
582238032Speter		the Berkeley defaults.  Also, create some generic files
582338032Speter		that really can be used in the real world.
582438032Speter	CONFIG: Add new configuration macros to set character sets for
582538032Speter		messages _arriving from_ various mailers: LOCAL_MAILER_CHARSET,
582638032Speter		SMTP_MAILER_CHARSET, and UUCP_MAILER_CHARSET.
582738032Speter	CONFIG: Change UUCP_MAX_SIZE to UUCP_MAILER_MAX for consistency.
582838032Speter		The old name will still be accepted for a while at least.
582938032Speter	CONFIG: Implement DECNET_RELAY as spec for host to which DECNET
583038032Speter		mail (.DECNET pseudo-domain or node::user) will be sent.
583164562Sgshapiro		As with all relays, it can be ``mailer:hostname''.  Suggested
583238032Speter		by Scott Hutton.
583338032Speter	CONFIG: Add MAILER(mail11) to get DECnet support.  Code contributed
583443730Speter		by Barb Dijker of Labyrinth Computer Services.
583538032Speter	CONFIG: change confCHECK_ALIASES to default to False -- it has poor
583638032Speter		performance for large alias files, and this confused many
583738032Speter		people.
583838032Speter	CONFIG: Add confCF_VERSION to append local information to the
583938032Speter		configuration version number displayed during SMTP startup.
584038032Speter	CONFIG: fix some.newsgroup.usenet@local.host syntax (previously it
584138032Speter		would only work when locally addressed.  Fix from
584238032Speter		Edvard Tuinder of Cistron Internet Services.
584338032Speter	CONFIG: use ${opMode} to avoid error on .REDIRECT addresses if option
584438032Speter		"n" (CheckAliases) is set when rebuilding alias database.
584538032Speter		Based on code contributed by Claude Marinier.
584638032Speter	CONFIG: Allow mailertable to have values of the form
584738032Speter		``error:code message''.  The ``code'' is a status code
584838032Speter		derived from the sysexits codes -- e.g., NOHOST or UNAVAILABLE.
584938032Speter		Contributed by David James <dwj@agw.bt.co.uk>.
585038032Speter	CONFIG: add MASQUERADE_DOMAIN(domain list) to extend the list of
585138032Speter		sender domains that will be replaced with the masquerade name.
585238032Speter		These domains will not be treated as local, but if mail passes
585338032Speter		through with sender addresses in those domains they will be
585438032Speter		replaced by the masquerade name.  These can also be specified
585538032Speter		in a file using MASQUERADE_DOMAIN_FILE(filename).
585638032Speter	CONFIG: add FEATURE(masquerade_envelope) to masquerade the envelope
585738032Speter		as well as the header.  Substantial improvements to this
585838032Speter		code were contributed by Per Hedeland.
585938032Speter	CONFIG: add MAILER(phquery) to define a new "ph" mailer; this can be
586038032Speter		accessed from a mailertable to do CCSO ph lookups.  Contributed
586138032Speter		by Kimmo Suominen.
586238032Speter	CONFIG: add MAILER(cyrus) to define a new Cyrus mailer; this can be
586338032Speter		used to define cyrus and cyrusbb mailers (for IMAP support).
586438032Speter		Contributed by John Gardiner Myers of Carnegie Mellon.
586538032Speter	CONFIG: add confUUCP_MAILER to select default mailer to use for
586638032Speter		UUCP addressing.  Suggested by Tom Moore of AT&T GIS.
586738032Speter	NEW FILES:
586838032Speter		cf/cf/cs-hpux10.mc
586938032Speter		cf/cf/cs-solaris2.mc
587038032Speter		cf/cf/cyrusproto.mc
587138032Speter		cf/cf/generic-bsd4.4.mc
587238032Speter		cf/cf/generic-hpux10.mc
587338032Speter		cf/cf/generic-hpux9.mc
587438032Speter		cf/cf/generic-osf1.mc
587538032Speter		cf/cf/generic-solaris2.mc
587638032Speter		cf/cf/generic-sunos4.1.mc
587738032Speter		cf/cf/generic-ultrix4.mc
587838032Speter		cf/cf/huginn.cs.mc
587938032Speter		cf/domain/berkeley-only.m4
588038032Speter		cf/domain/generic.m4
588138032Speter		cf/feature/bestmx_is_local.m4
588238032Speter		cf/feature/local_procmail.m4
588338032Speter		cf/feature/masquerade_envelope.m4
588438032Speter		cf/feature/smrsh.m4
588538032Speter		cf/feature/stickyhost.m4
588638032Speter		cf/feature/use_ct_file.m4
588738032Speter		cf/m4/cfhead.m4
588838032Speter		cf/mailer/cyrus.m4
588938032Speter		cf/mailer/mail11.m4
589038032Speter		cf/mailer/phquery.m4
589138032Speter		cf/mailer/procmail.m4
589238032Speter		cf/ostype/amdahl-uts.m4
589338032Speter		cf/ostype/bsdi2.0.m4
589438032Speter		cf/ostype/hpux10.m4
589538032Speter		cf/ostype/irix5.m4
589638032Speter		cf/ostype/isc4.1.m4
589738032Speter		cf/ostype/ptx2.m4
589838032Speter		cf/ostype/unknown.m4
589938032Speter		contrib/bsdi.mc
590038032Speter		contrib/mailprio
590138032Speter		contrib/rmail.oldsys.patch
590238032Speter		mail.local/mail.local.0
590338032Speter		makemap/makemap.0
590438032Speter		smrsh/README
590538032Speter		smrsh/smrsh.0
590638032Speter		smrsh/smrsh.8
590738032Speter		smrsh/smrsh.c
590843730Speter		src/Makefiles/Makefile.CSOS
590938032Speter		src/Makefiles/Makefile.EWS-UX_V
591038032Speter		src/Makefiles/Makefile.HP-UX.10
591138032Speter		src/Makefiles/Makefile.IRIX.5.x
591238032Speter		src/Makefiles/Makefile.IRIX64
591338032Speter		src/Makefiles/Makefile.ISC
591438032Speter		src/Makefiles/Makefile.KSR
591538032Speter		src/Makefiles/Makefile.NEWS-OS.4.x
591638032Speter		src/Makefiles/Makefile.NEWS-OS.6.x
591738032Speter		src/Makefiles/Makefile.NEXTSTEP
591838032Speter		src/Makefiles/Makefile.NonStop-UX
591938032Speter		src/Makefiles/Makefile.Paragon
592038032Speter		src/Makefiles/Makefile.SCO.3.2v4.2
592138032Speter		src/Makefiles/Makefile.SunOS.5.3
592238032Speter		src/Makefiles/Makefile.SunOS.5.4
592338032Speter		src/Makefiles/Makefile.SunOS.5.5
592438032Speter		src/Makefiles/Makefile.UNIX_SV.4.x.i386
592538032Speter		src/Makefiles/Makefile.uts.systemV
592638032Speter		src/Makefiles/Makefile.UX4800
592738032Speter		src/aliases.0
592838032Speter		src/mailq.0
592938032Speter		src/mime.c
593038032Speter		src/newaliases.0
593138032Speter		src/sendmail.0
593238032Speter		test/t_seteuid.c
593338032Speter	RENAMED FILES:
593438032Speter		cf/cf/alpha.mc =>		cf/cf/s2k-osf1.mc
593538032Speter		cf/cf/chez.mc =>		cf/cf/chez.cs.mc
593638032Speter		cf/cf/hpux-cs-exposed.mc =>	cf/cf/cs-hpux9.mc
593738032Speter		cf/cf/osf1-cs-exposed.mc =>	cf/cf/cs-osf1.mc
593838032Speter		cf/cf/s2k.mc =>			cf/cf/s2k-ultrix4.mc
593938032Speter		cf/cf/sunos4.1-cs-exposed.mc =>	cf/cf/cs-sunos4.1.mc
594038032Speter		cf/cf/ultrix4.1-cs-exposed.mc => cf/cf/cs-ultrix4.mc
594138032Speter		cf/cf/vangogh.mc =>		cf/cf/vangogh.cs.mc
594238032Speter		cf/domain/Berkeley.m4 =>	cf/domain/Berkeley.EDU.m4
594338032Speter		cf/domain/cs-exposed.m4 =>	cf/domain/CS.Berkeley.EDU.m4
594438032Speter		cf/domain/eecs-hidden.m4 =>	cf/domain/EECS.Berkeley.EDU.m4
594538032Speter		cf/domain/s2k.m4 =>		cf/domain/S2K.Berkeley.EDU.m4
594638032Speter		cf/ostype/hpux.m4 =>		cf/ostype/hpux9.m4
594738032Speter		cf/ostype/irix.m4 =>		cf/ostype/irix4.m4
594838032Speter		cf/ostype/ultrix4.1.m4 =>	cf/ostype/ultrix4.m4
594938032Speter		src/Makefile.* =>		src/Makefiles/Makefile.*
595038032Speter		src/Makefile.AUX =>		src/Makefiles/Makefile.A-UX
595138032Speter		src/Makefile.BSDI =>		src/Makefiles/Makefile.BSD-OS
595238032Speter		src/Makefile.DGUX =>		src/Makefiles/Makefile.dgux
595338032Speter		src/Makefile.RISCos =>		src/Makefiles/Makefile.UMIPS
595438032Speter		src/Makefile.SunOS.4.0.3 =>	src/Makefiles/Makefile.SunOS.4.0
595538032Speter	OBSOLETED FILES:
595638032Speter		cf/cf/cogsci.mc
595738032Speter		cf/cf/cs-exposed.mc
595838032Speter		cf/cf/cs-hidden.mc
595938032Speter		cf/cf/hpux-cs-hidden.mc
596038032Speter		cf/cf/knecht.mc
596138032Speter		cf/cf/osf1-cs-hidden.mc
596238032Speter		cf/cf/sunos3.5-cs-exposed.mc
596338032Speter		cf/cf/sunos3.5-cs-hidden.mc
596438032Speter		cf/cf/sunos4.1-cs-hidden.mc
596538032Speter		cf/cf/ultrix4.1-cs-hidden.mc
596638032Speter		cf/domain/cs-hidden.m4
596738032Speter		contrib/rcpt-streaming
596838032Speter		src/Makefiles/Makefile.SunOS.5.x
596938032Speter
597038032Speter8.6.13/8.6.12	1996/01/25
597138032Speter	SECURITY: In some cases it was still possible for an attacker to
597238032Speter		insert newlines into a queue file, thus allowing access to
597338032Speter		any user (except root).
597438032Speter	CONFIG: no changes -- it is not a bug that the configuration
597538032Speter		version number is unchanged.
597638032Speter
597738032Speter8.6.12/8.6.12	1995/03/28
597838032Speter	Fix to IDENT code (it was getting the size of the reply buffer
597938032Speter		too small, so nothing was ever accepted).  Fix from several
598038032Speter		people, including Allan Johannesen, Shane Castle of the
598138032Speter		Boulder County Information Services, and Jeff Smith of
598238032Speter		Warwick University (all arrived within a few hours of
598338032Speter		each other!).
598438032Speter	Fix a problem that could cause large jobs to run out of
598538032Speter		file descriptors on systems that use vfork() rather
598638032Speter		than fork().
598738032Speter
598838032Speter8.6.11/8.6.11	1995/03/08
598938032Speter	The ``possible attack'' message would be logged more often
599038032Speter		than necessary if you are using Pine as a user agent.
599138032Speter	The wrong host would be reported in the ``possible attack''
599238032Speter		message when attempted from IDENT.
599338032Speter	In some cases the syslog buffer could be overflowed when
599438032Speter		reporting the ``possible attack'' message.  This can
599538032Speter		cause denial of service attacks.  Truncate the message
599638032Speter		to 80 characters to prevent this problem.
599738032Speter	When reading the IDENT response a loop is needed around the
599838032Speter		read from the network to ensure that you don't get
599938032Speter		partial lines.
600038032Speter	Password entries without any shell listed (that is, a null
600138032Speter		shell) wouldn't match as "ok".  Problem noted by
600238032Speter		Rob McMahon.
600338032Speter	When running BIND 4.9.x a problem could occur because the
600438032Speter		_res.options field is initialized differently than it
600538032Speter		was historically -- this requires that sendmail call
600638032Speter		res_init before it tweaks any bits.
600738032Speter	Fix an incompatibility in openxscript() between the file open mode
600838032Speter		and the stdio mode passed to fdopen.  This caused UnixWare
600938032Speter		2.0 to have conniptions.  Fix from Martin Sohnius of
601038032Speter		Novell Labs Europe.
601138032Speter	Fix problem with static linking of local getopt routine when
601238032Speter		using GNU's ld command.  Fix from John Kennedy of
601338032Speter		Cal State Chico.
601438032Speter	It was possible to turn off privacy flags.  Problem noted by
601538032Speter		*Hobbit*.
601638032Speter	Be more paranoid about writing files.  Suggestions by *Hobbit*
601738032Speter		and Liudvikas Bukys.
601838032Speter	MAKEMAP: fixes for 64 bit machines (DEC Alphas in particular)
601938032Speter		from Spider Boardman.
602038032Speter	CONFIG: No changes (version number only, to keep it in sync
602138032Speter		with the binaries).
602238032Speter
602338032Speter8.6.10/8.6.10	1995/02/10
602438032Speter	SECURITY: Diagnose bogus values to some command line flags that
602538032Speter		could allow trash to get into headers and qf files.
602638032Speter	Validate the name of the user returned by the IDENT protocol.
602738032Speter		Some systems that really dislike IDENT send intentionally
602838032Speter		bogus information.  Problem pointed out by Michael Bushnell
602938032Speter		of the Free Software Foundation.  Has some security
603038032Speter		implications.
603138032Speter	Fix a problem causing error messages about DNS problems when
603238032Speter		the host name contained a percent sign to act oddly
603338032Speter		because it was passed as a printf-style format string.
603464562Sgshapiro		In some cases this could cause core dumps.
603538032Speter	Avoid possible buffer overrun in returntosender() if error
603638032Speter		message is quite long.  From Fletcher Mattox of the
603738032Speter		University of Texas.
603838032Speter	Fix a problem that would silently drop "too many hops" error
603938032Speter		messages if and only if you were sending to an alias.
604038032Speter		From Jon Giltner of the University of Colorado and
604164562Sgshapiro		Dan Harton of Oak Ridge National Laboratory.
604238032Speter	Fix a bug that caused core dumps on some systems if -d11.2 was
604338032Speter		set and e->e_message was null.  Fix from Bruce Nagel of
604438032Speter		Data General.
604538032Speter	Fix problem that can still cause df files to be left around
604638032Speter		after "hop count exceeded" messages.  Fix from Andrew
604738032Speter		Chang and Shau-Ping Lo of SunSoft.
604838032Speter	Fix a problem that can cause buffer overflows on very long
604938032Speter		user names (as might occur if you piped to a program
605038032Speter		with a lot of arguments).
605138032Speter	Avoid returning an error and re-queueing if the host signature
605264562Sgshapiro		is null; this can occur on addresses like ``user@.''.
605338032Speter		Problem noted by Wesley Craig and the University of
605438032Speter		Michigan.
605538032Speter	Avoid possible calls to malloc(0) if MCI caching is turned
605638032Speter		off.  Bug fix from Pierre David of the Laboratoire
605738032Speter		Parallelisme, Reseaux, Systemes et Modelisation (PRiSM),
605838032Speter		Universite de Versailles - St Quentin, and Jacky
605938032Speter		Thibault.
606038032Speter	Make a local copy of the line being sent via senttolist() -- in
606138032Speter		some cases, buffers could get trashed by map lookups
606238032Speter		causing it to do unexpected things.  This also simplifies
606338032Speter		some of the map code.
606438032Speter	CONFIG: No changes (version number only, to keep it in sync
606538032Speter		with the binaries).
606638032Speter
606738032Speter8.6.9/8.6.9	1994/04/19
606838032Speter	Do all mail delivery completely disconnected from any terminal.
606938032Speter		This provides consistency with daemon delivery and
607038032Speter		may have some security implications.
607138032Speter	Make sure that malloc doesn't get called with zero size,
607238032Speter		since that fails on some systems.  Reported by Ed
607338032Speter		Hill of the University of Iowa.
607438032Speter	Fix multi-line values for $e (SMTP greeting message).  Reported
607538032Speter		by Mike O'Connor of Ford Motor Company.
607638032Speter	Avoid syserr if no NIS domain name is defined, but the map it
607738032Speter		is trying to open is optional.  From Win Bent of USC.
607838032Speter	Changes for picky compilers from Ed Gould of Digital Equipment.
607938032Speter	Hesiod support for UDB from Todd Miller of the University of
608038032Speter		Colorado.  Use "hesiod" as the service name in the U
608138032Speter		option.
608238032Speter	Fix a problem that failed to set the "authentic" host name (that
608338032Speter		is, the one derived from the socket info) if you called
608438032Speter		sendmail -bs from inetd.  Based on code contributed by
608538032Speter		Todd Miller (this problem was also reported by Guy Helmer
608638032Speter		of Dakota State University).  This also fixes a related
608764562Sgshapiro		problem reported by Liudvikas Bukys of the University of
608838032Speter		Rochester.
608938032Speter	Parameterize "nroff -h" in all the Makefiles so people with
609038032Speter		variant versions can use them easily.  Suggested by
609138032Speter		Peter Collinson of Hillside Systems.
609238032Speter	SMTP "MAIL" commands with multiple ESMTP parameters required two
609338032Speter		spaces between parameters instead of one.  Reported by
609438032Speter		Valdis Kletnieks of Virginia Tech.
609538032Speter	Reduce the number of system calls during message collection by
609638032Speter		using global timeouts around the collect() loop.  This
609738032Speter		code was contributed by Eric Wassenaar.
609838032Speter	If the initial hostname name gathering results in a name
609938032Speter		without a dot (usually caused by NIS misconfiguration)
610038032Speter		and BIND is compiled in, directly access DNS to get
610138032Speter		the canonical name.  This should make life easier for
610238032Speter		Solaris systems.  If it still can't be resolved, and
610338032Speter		if the name server is listed as "required", try again
610438032Speter		in 30 seconds.  If that also fails, exit immediately to
610538032Speter		avoid bogus "config error: mail loops back to myself"
610638032Speter		messages.
610738032Speter	Improve the "MAIL DELETED BECAUSE OF LACK OF DISK SPACE" error
610838032Speter		message to explain how much space was available and
610938032Speter		sound a bit less threatening.  Suggested by Stan Janet
611038032Speter		of the National Institute of Standards and Technology.
611138032Speter	If mail is delivered to an alias that has an owner, deliver any
611238032Speter		requested return-receipt immediately, and strip the
611338032Speter		Return-Receipt-To: header from the subsequent message.
611438032Speter		This prevents a certain class of denial of service
611538032Speter		attack, arguably gives more reasonable semantics, and
611638032Speter		moves things more towards what will probably become a
611738032Speter		network standard.  Suggested by Christopher Davis of
611838032Speter		Kapor Enterprises.
611938032Speter	Add a "noreceipts" privacy flag to turn off all return receipts
612038032Speter		without recompiling.
612138032Speter	Avoid printing ESMTP parameters as part of the error message
612238032Speter		if there are errors during parsing.  This change is
612338032Speter		purely cosmetic.
612438032Speter	Avoid sending out error messages during the collect phase of
612538032Speter		SMTP; there is an MVS mailer from UCLA that gets
612638032Speter		confused by this.  Of course, I think it's their bug....
612738032Speter	Check for the $j macro getting undefined, losing a dot, or getting
612838032Speter		lost from $=w in the daemon before accepting a connection;
612938032Speter		if it is, it dumps state, prints a LOG_ALERT message,
613038032Speter		and drops core for debugging.  This is an attempt to
613164562Sgshapiro		track down a bug that I thought was long since gone.
613238032Speter		If you see this, please forward the log fragment to
613338032Speter		sendmail@sendmail.ORG.
613438032Speter	Change OLD_NEWDB from a #ifdef to a #if so it can be turned off
613538032Speter		with -DOLD_NEWDB=0 on the command line.  From Christophe
613638032Speter		Wolfhugel.
613738032Speter	Instead of trying to truncate the listen queue for the server
613838032Speter		SMTP port when the load average is too high, just close
613938032Speter		the port completely and reopen it later as needed.
614038032Speter		This ensures that the other end gets a quick "connection
614138032Speter		refused" response, and that the connection can be
614238032Speter		recovered later.  In particular, some socket emulations
614338032Speter		seem to get confused if you tweak the listen queue
614438032Speter		size around and can never start listening to connections
614538032Speter		again.  The down side is that someone could start up
614638032Speter		another daemon process in the interim, so you could
614738032Speter		have multiple daemons all not listening to connections;
614838032Speter		this could in turn cause the sendmail.pid file to be
614938032Speter		incorrect.  A better approach might be to accept the
615038032Speter		connection and give a 421 code, but that could break
615138032Speter		other mailers in mysterious ways and have paging behavior
615238032Speter		implications.
615338032Speter	Fix a glitch in TCP-level debugging that caused flag 16.101 to
615438032Speter		set debugging on the wrong socket.  From Eric Wassenaar.
615538032Speter	When creating a df* temporary file, be sure you truncate any
615638032Speter		existing data in the file -- otherwise system crashes
615738032Speter		and the like could result in extra data being sent.
615838032Speter	DOC: Replace the CHANGES-R5-R8 readme file with a paper in the
615938032Speter		doc directory.  This includes some additional
616038032Speter		information.
616138032Speter	CONFIG: change UUCP rules to never add $U! or $k! on the front
616238032Speter		of recipient envelope addresses.  This should have been
616338032Speter		handled by the $&h trick, but broke if people were
616438032Speter		mixing domainized and UUCP addresses.  They should
616538032Speter		probably have converted all the way over to uucp-uudom
616638032Speter		instead of uucp-{new,old}, but the failure mode was to
616738032Speter		loop the mail, which was bad news.
616838032Speter	Portability fixes:
616938032Speter		Newer BSDI systems (several people).
617038032Speter		Older BSDI systems from Christophe Wolfhugel.
617138032Speter		Intergraph CLIX, from Paul Southworth of CICNet.
617238032Speter		UnixWare, from Evan Champion.
617338032Speter		NetBSD from Adam Glass.
617438032Speter		Solaris from Quentin Campbell of the University of
617538032Speter			Newcastle upon Tyne.
617638032Speter		IRIX from Dean Cookson and Bill Driscoll of Mitre
617738032Speter			Corporation.
617838032Speter		NCR 3000 from Kevin Darcy of Chrysler Financial Corporation.
617938032Speter		SunOS (it has setsid() and setvbuf() calls) from
618038032Speter			Jonathan Kamens of OpenVision Technologies.
618138032Speter		HP-UX from Tor Lillqvist.
618238032Speter	New Files:
618338032Speter		src/Makefile.CLIX
618438032Speter		src/Makefile.NCR3000
618538032Speter		doc/changes/Makefile
618638032Speter		doc/changes/changes.me
618738032Speter		doc/changes/changes.ps
618838032Speter
618938032Speter8.6.8/8.6.6	1994/03/21
619038032Speter	SECURITY: it was possible to read any file as root using the
619138032Speter		E (error message) option.  Reported by Richard Jones;
619238032Speter		fixed by Michael Corrigan and Christophe Wolfhugel.
619338032Speter
619438032Speter8.6.7/8.6.6	1994/03/14
619538032Speter	SECURITY: it was possible to get root access by using weird
619638032Speter		values to the -d flag.  Thanks to Alain Durand of
619738032Speter		INRIA for forwarding me the notice from the bugtraq
619838032Speter		list.
619938032Speter
620038032Speter8.6.6/8.6.6	1994/03/13
620138032Speter	SECURITY: the ability to give files away on System V-based
620238032Speter		systems proved dangerous -- don't run as the owner
620338032Speter		of a :include: file on a system that allows giveaways.
620438032Speter		Unfortunately, this also applies to determining a
620538032Speter		valid shell.
620638032Speter	IMPORTANT: Previous versions weren't expiring old connections
620738032Speter		in the connection cache for a long time under some
620838032Speter		circumstances.  This could result in resource exhaustion,
620938032Speter		both at your end and at the other end.  This checks the
621038032Speter		connections for timeouts much more frequently.  From
621138032Speter		Doug Anderson of NCSC.
621238032Speter	Fix a glitch that snuck in that caused programs to be run as
621338032Speter		the sender instead of the recipient if the mail was
621438032Speter		from a local user to another local user.  From
621543730Speter		Motonori Nakamura of Kyoto University.
621638032Speter	Fix "wildcard" on /etc/shells matching -- instead of looking
621738032Speter		for "*", look for "/SENDMAIL/ANY/SHELL/".  From
621838032Speter		Bryan Costales of ICSI.
621938032Speter	Change the method used to declare the "statfs" availability;
622038032Speter		instead of HASSTATFS and/or HASUSTAT with a ton of
622138032Speter		tweaking in conf.c, there is a single #define called
622238032Speter		SFS_TYPE which takes on one of six values (SFS_NONE
622338032Speter		for no statfs availability, SFS_USTAT for the ustat(2)
622438032Speter		syscall, SFS_4ARGS for a four argument statfs(2) call,
622538032Speter		and SFS_VFS, SFS_MOUNT, or SFS_STATFS for a two argument
622638032Speter		statfs(2) call with the declarations in <sys/vfs.h>,
622738032Speter		<sys/mount.h>, or <sys/statfs.h> respectively).
622838032Speter	Fix glitch in NetInfo support that could return garbage if
622938032Speter		there was no "/locations/sendmail" property.  From
623038032Speter		David Meyer of the University of Virginia.
623138032Speter	Change HASFLOCK from defined/not-defined to a 0/1 definition
623238032Speter		to allow Linux to turn it off even though it is a
623338032Speter		BSD-like system.
623438032Speter	Allow setting of "ident" timeout to zero to turn off the ident
623538032Speter		protocol entirely.
623638032Speter	Make 7-bit stripping local to a connection (instead of to a
623738032Speter		mailer); this allows you to specify that SMTP is a
623838032Speter		7-bit channel, but revert to 8-bit should it advertise
623938032Speter		that it supports 8BITMIME.  You still have to specify
624038032Speter		mailer flag 7 to get this stripping at all.
624138032Speter	Improve makesendmail script so it handles more cases automatically.
624238032Speter	Tighten up restrictions on taking ownership of :include: files
624338032Speter		to avoid problems on systems that allow you to give away
624438032Speter		files.
624538032Speter	Fix a problem that made it impossible to rebuild the alias
624638032Speter		file if it was on a read-only file system.  From
624738032Speter		Harry Edmon of the University of Washington.
624838032Speter	Improve MX randomization function.  From John Gardiner Myers
624938032Speter		of CMU.
625038032Speter	Fix a minor glitch causing a bogus message to be printed (used
625138032Speter		%s instead of %d in a printf string for the line number)
625238032Speter		when a bad queue file was read.  From Harry Edmon.
625364562Sgshapiro	Allow $s to remain NULL on locally generated mail.  I'm not
625438032Speter		sure this is necessary, but a lot of people have complained
625538032Speter		about it, and there is a legitimate question as to whether
625638032Speter		"localhost" is legal as an 822-style domain.
625738032Speter	Fix a problem with very short line lengths (mailer L= flag) in
625864562Sgshapiro		headers.  This causes a leading space to be added onto
625938032Speter		continuation lines (including in the body!), and also
626038032Speter		tries to wrap headers containing addresses (From:, To:,
626138032Speter		etc) intelligently at the shorter line lengths.  Problem
626238032Speter		Reported by Lars-Johan Liman of SUNET Operations Center.
626338032Speter	Log the real user name when logging syserrs, since these can have
626464562Sgshapiro		security implications.  Suggested by several people.
626538032Speter	Fix address logging of cached connections -- it used to always
626638032Speter		log the numeric address as zero.  This is a somewhat
626738032Speter		bogus implementation in that it does an extra system
626838032Speter		call, but it should be an inexpensive one.  Fix from
626938032Speter		Motonori Nakamura.
627038032Speter	Tighten up handling of short syslog buffers even more -- there
627138032Speter		were cases where the outgoing relay= name was too long
627238032Speter		to share a line with delay= and mailer= logging.
627338032Speter	Limit the overhead on split envelopes to one open file descriptor
627438032Speter		per envelope -- previously the overhead was three
627538032Speter		descriptors.  This was in response to a problem reported
627638032Speter		by P{r (Pell) Emanuelsson.
627738032Speter	Fixes to better handle the case of unexpected connection closes;
627838032Speter		this redirects the output to the transcript so the info
627938032Speter		is not lost.  From Eric Wassenaar.
628038032Speter	Fix potential string overrun if you macro evaluate a string that
628138032Speter		has a naked $ at the end.  Problem noted by James Matheson
628238032Speter		<jmrm@eng.cam.ac.uk>.
628338032Speter	Make default error number on $#error messages 553 (``Requested
628438032Speter		action not taken: mailbox name not allowed'') instead of
628538032Speter		501 (``Syntax error in parameters or arguments'') to
628638032Speter		avoid bogus "protocol error" messages.
628738032Speter	Strip off any existing trailing dot on names during $[ ... $]
628838032Speter		lookup.  This prevents it from ending up with two dots
628938032Speter		on the end of dot terminated names.  From Wesley Craig
629038032Speter		of the University of Michigan and Bryan Costales of ICSI.
629138032Speter	Clean up file class reading so that the debugging information is
629238032Speter		more informative.  It hadn't been using setclass, so you
629338032Speter		didn't see the class items being added.
629438032Speter	Avoid core dump if you are running a version of sendmail where
629538032Speter		NIS is compiled in, and you specify an NIS map, but
629638032Speter		NIS is not running.  Fix from John Oleynick of
629738032Speter		Rutgers.
629838032Speter	Diagnose bizarre case where res_search returns a failure value,
629938032Speter		but sets h_errno to a success value.
630038032Speter	Make sure that "too many hops" messages are considered important
630138032Speter		enough to send an error to the Postmaster (that is, the
630238032Speter		address specified in the P option).  This fix should
630338032Speter		help problems that cause the df file to be left around
630438032Speter		sometimes -- unfortunately, I can't seem to reproduce
630538032Speter		the problem myself.
630638032Speter	Avoid core dump (null pointer reference) on EXPN command; this
630738032Speter		only occurred if your log level was set to 10 or higher
630838032Speter		and the target account was an alias or had a .forward file.
630938032Speter		Problem noted by Janne Himanka.
631038032Speter	Avoid "denial of service" attacks by someone who is flooding your
631138032Speter		SMTP port with bad commands by shutting the connection
631238032Speter		after 25 bad commands are issued.  From Kyle Jones of
631338032Speter		UUNET.
631438032Speter	Fix core dump on error messages with very long "to" buffers;
631538032Speter		fmtmsg overflows the message buffer.  Fixed by trimming
631638032Speter		the to address to 203 characters.  Problem reported by
631738032Speter		John Oleynick.
631838032Speter	Fix configuration for HASFLOCK -- there were some spots where
631938032Speter		a #ifndef was incorrectly #ifdef.  Pointed out by
632038032Speter		George Baltz of the University of Maryland.
632138032Speter	Fix a typo in savemail() that could cause the error message To:
632238032Speter		lists to be incorrect in some places.  From Motonori
632338032Speter		Nakamura.
632438032Speter	Fix a glitch that can cause duplicate error messages on split
632538032Speter		envelopes where an address on one of the lists has a
632638032Speter		name server failure.  Fix from Voradesh Yenbut of the
632738032Speter		University of Washington.
632838032Speter	Fix possible bogus pointer reference on ESMTP parameters that
632938032Speter		don't have an ``=value'' part.
633038032Speter	CNAME loops caused an error message to be generated, but also
633138032Speter		re-queued the message.  Changed to just re-queue the
633238032Speter		message (it's really hard to just bounce it because
633338032Speter		of the weird way the name server works in the presence
633438032Speter		of CNAME loops).  Problem noted by James M.R.Matheson
633538032Speter		of Cambridge University.
633638032Speter	Avoid giving ``warning: foo owned process doing -bs'' messages
633738032Speter		if they use ``MAIL FROM:<foo>'' where foo is their true
633838032Speter		user name.  Suggested by Andreas Stolcke of ICSI.
633938032Speter	Change the NAMED_BIND compile flag to be a 0/1 flag so you can
634038032Speter		override it easily in the Makefile -- that is, you can
634138032Speter		turn it off using -DNAMED_BIND=0.
634238032Speter	If a gethostbyname(...) of an address with a trailing dot fails,
634338032Speter		try it without the trailing dot.  This is because if
634438032Speter		you have a version of gethostbyname() that falls back
634538032Speter		to NIS or the /etc/hosts file it will fail to find
634638032Speter		perfectly reasonable names that just don't happen to
634738032Speter		be dot terminated in the hosts file.  You don't want to
634838032Speter		strip the dot first though because we're trying to ensure
634938032Speter		that country names that match one of your subdomains get
635038032Speter		a chance.
635138032Speter	PRALIASES: fix bogus output on non-null-terminated strings.
635238032Speter		From Bill Gianopoulos of Raytheon.
635338032Speter	CONFIG: Avoid rewriting anything that matches $w to be $j.
635438032Speter		This was in code intended to only catch the self-literal
635538032Speter		address (that is, [1.2.3.4], where 1.2.3.4 is your
635638032Speter		IP address), but the code was broken.  However, it will
635738032Speter		still do this if $M is defined; this is necessary to
635838032Speter		get client configurations to work (sigh).  Note that this
635938032Speter		means that $M overrides :mailname entries in the user
636038032Speter		database!  Problem noted by Paul Southworth.
636138032Speter	CONFIG: Fix definition of Solaris help file location.  From
636238032Speter		Steve Cliffe <steve@gorgon.cs.uow.edu.au>.
636338032Speter	CONFIG: Fix bug that broke news.group.USENET mappings.
636438032Speter	CONFIG: Allow declaration of SMTP_MAILER_MAX, FAX_MAILER_MAX,
636538032Speter		and USENET_MAILER_MAX to tweak the maximum message
636638032Speter		size for various mailers.
636738032Speter	CONFIG: Change definition of USENET_MAILER_ARGS to include argv[0]
636838032Speter		instead of assuming that it is "inews" for consistency
636938032Speter		with other mailers.  From Michael Corrigan of UC San Diego.
637038032Speter	CONFIG: When mail is forwarded to a LOCAL_RELAY or a MAIL_HUB,
637138032Speter		qualify the address in the SMTP envelope as user@{relay|hub}
637238032Speter		instead of user@$j.  From Bill Wisner of The Well.
637338032Speter	CONFIG: Fix route-addr syntax in nullrelay configuration set.
637438032Speter	CONFIG: Don't turn off case mapping of user names in the local
637538032Speter		mailer for IRIX.  This was different than most every other
637638032Speter		system.
637738032Speter	CONFIG: Avoid infinite loops on certainly list:; syntaxes in
637838032Speter		envelope.  Noted by Thierry Besancon
637938032Speter		<besancon@excalibur.ens.fr>.
638038032Speter	CONFIG: Don't include -z by default on uux line -- most systems
638138032Speter		don't want it set by default.  Pointed out by Philippe
638238032Speter		Michel of Thomson CSF.
638338032Speter	CONFIG: Fix some bugs with mailertables -- for example, if your
638438032Speter		host name was foo.bar.ray.com and you matched against
638538032Speter		".ray.com", the old implementation bound %1 to "bar"
638638032Speter		instead of "foo.bar".  Also, allow "." in the mailertable
638738032Speter		to match anything -- essentially, take over SMART_HOST.
638838032Speter		This also moves matching of explicit local host names
638938032Speter		before the mailertable so they don't have to be special
639038032Speter		cased in the mailertable data.  Reported by Bill
639138032Speter		Gianopoulos of Raytheon; the fix for the %1 binding
639238032Speter		problem was contributed by Nicholas Comanos of the
639338032Speter		University of Sydney.
639438032Speter	CONFIG: Don't include "root" in class $=L (users to deliver
639538032Speter		locally, even if a hub or relay exists) by default.
639638032Speter		This is because of the known bug where definition of
639738032Speter		both a LOCAL_RELAY and a MAIL_HUB causes $=L to ignore
639838032Speter		both and deliver into the local mailbox.
639938032Speter	CONFIG: Move up bitdomain and uudomain handling so that they
640038032Speter		are done before .UUCP class matching; uudomain was
640138032Speter		reported as ineffective before.  This also frees up
640238032Speter		diversion 8 for future use.  Problem reported by Kimmo
640338032Speter		Suominen.
640438032Speter	CONFIG: Don't try to convert dotted IP address (e.g., [1.2.3.4])
640538032Speter		into host names.  As pointed out by Jonathan Kamens,
640638032Speter		these are often used because either the forward or reverse
640738032Speter		mapping is broken; this translation makes it broken again.
640838032Speter	DOC: Clarify $@ and $: in the Install & Op Guide.  From Kimmo
640938032Speter		Suominen.
641038032Speter	Portability fixes:
641138032Speter		Unicos from David L. Kensiski of Sterling Software.
641238032Speter		DomainOS from Don Lewis of Silicon Systems.
641338032Speter		GNU m4 1.0.3 from Karst Koymans of Utrecht University.
641438032Speter		Convex from Kimmo Suominen <kim@tac.nyc.ny.us>.
641538032Speter		NetBSD from Adam Glass <glass@sun-lamp.cs.berkeley.edu>.
641638032Speter		BSD/386 from Tony Sanders of BSDI.
641738032Speter		Apollo from Eric Wassenaar.
641838032Speter		DGUX from Doug Anderson.
641938032Speter		Sequent DYNIX/ptx 2.0 from Tim Wright of Sequent.
642038032Speter	NEW FILES:
642138032Speter		src/Makefile.DomainOS
642238032Speter		src/Makefile.PTX
642338032Speter		src/Makefile.SunOS.5.1
642438032Speter		src/Makefile.SunOS.5.2
642538032Speter		src/Makefile.SunOS.5.x
642638032Speter		src/mailq.1
642738032Speter		cf/ostype/domainos.m4
642838032Speter		doc/op/Makefile
642938032Speter		doc/intro/Makefile
643038032Speter		doc/usenix/Makefile
643138032Speter
643238032Speter8.6.5/8.6.5	1994/01/13
643338032Speter	Security fix:  /.forward could be owned by anyone (the test
643438032Speter		to allow root to own any file was backwards).  From
643538032Speter		Bob Campbell at U.C. Berkeley.
643638032Speter	Security fix: group ids were not completely set when programs
643738032Speter		were invoked.  This caused programs to have group
643838032Speter		permissions they should not have had (usually group
643938032Speter		daemon instead of their own group).  In particular,
644038032Speter		Perl scripts would refuse to run.
644138032Speter	Security: check to make sure files that are written are not
644238032Speter		symbolic links (at least under some circumstances).
644338032Speter		Although this does not respond to a specific known
644438032Speter		attack, it's just a good idea.  Suggested by
644538032Speter		Christian Wettergren.
644638032Speter	Security fix: if a user had an NFS mounted home directory on
644738032Speter		a system with a restricted shell listed in their
644838032Speter		/etc/passwd entry, they could still execute any
644938032Speter		program by putting that in their .forward file.
645038032Speter		This fix prevents that by insisting that their shell
645138032Speter		appear in /etc/shells before allowing a .forward to
645238032Speter		execute a program or write a file.  You can disable
645338032Speter		this by putting "*" in /etc/shells.  It also won't
645438032Speter		permit world-writable :include: files to reference
645538032Speter		programs or files (there's no way to disable this).
645638032Speter		These behaviors are only one level deep -- for
645738032Speter		example, it is legal for a world-writable :include:
645838032Speter		file to reference an alias that writes a file, on
645938032Speter		the assumption that the alias file is well controlled.
646038032Speter	Security fix: root was not treated suspiciously enough when
646138032Speter		looking into subdirectories.  This would potentially
646238032Speter		allow a cracker to examine files that were publicly
646338032Speter		readable but in a non-publicly searchable directory.
646438032Speter	Fix a problem that causes an error on QUIT on a cached
646538032Speter		connection to create problems on the current job.
646638032Speter		These are typically unrelated, so errors occur in
646738032Speter		the wrong place.
646838032Speter	Reset CurrentLA in sendall() -- this makes sendmail queue
646938032Speter		runs more responsive to load average, and fixes a
647038032Speter		problem that ignored the load average in locally
647138032Speter		generated mail.  From Eric Wassenaar.
647238032Speter	Fix possible core dump on aliases with null LHS.  From
647338032Speter		John Orthoefer of BB&N.
647438032Speter	Revert to using flock() whenever possible -- there are just
647538032Speter		too many bugs in fcntl() locking, particularly over
647638032Speter		NFS, that cause sendmail to fail in perverse ways.
647738032Speter	Fix a bug that causes the connection cache to get confused
647838032Speter		when sending error messages.  This resulted in
647938032Speter		"unexpected close" messages.  It should fix itself
648038032Speter		on the following queue run.  Problem noted by
648138032Speter		Liudvikas Bukys of the University of Rochester.
648238032Speter	Include $k in $=k as documented in the Install & Op Guide.
648338032Speter		This seems odd, but it was documented....  From
648438032Speter		Michael Corrigan of UCSD.
648538032Speter	Fix problem that caused :include:s from alias files to be
648638032Speter		forced to be owned by root instead of daemon
648738032Speter		(actually DefUid).  From Tim Irvin.
648838032Speter	Diagnose unrecognized I option values -- from Mortin Forssen
648938032Speter		of the Chalmers University of Technology.
649038032Speter	Make "error" mailer work consistently when there is no error
649138032Speter		code associated with it -- previously it returned OK
649238032Speter		even though there was a real problem.  Now it assumes
649338032Speter		EX_UNAVAILABLE.
649438032Speter	Fix bug that caused the last header line of messages that had
649538032Speter		no body and which were terminated with EOF instead of
649664562Sgshapiro		"." to be discarded.  Problem noted by Liudvikas Bukys.
649738032Speter	Fix core dump on SMTP mail to programs that failed -- it tried
649838032Speter		to go to a "next MX host" when none existed, causing
649938032Speter		a core dump.  From der Mouse at McGill University.
650038032Speter	Change IDENTPROTO from a defined/not defined to a 0/1 switch;
650138032Speter		this makes it easier to turn it off (using
650238032Speter		-DIDENTPROTO=0 in the Makefile).  From der Mouse.
650338032Speter	Fix YP_MASTER_NAME store to use the unupdated result of
650438032Speter		gethostname() (instead of myhostname(), which tries
650538032Speter		to fully qualify the name) to be consistent with
650638032Speter		SunOS.  If your hostname is unqualified, this fixes
650738032Speter		transfers to slave servers.  Bug noted by Keith
650838032Speter		McMillan of Ameritech Services, Inc.
650938032Speter	Fix Ultrix problem: gethostbyname() can return a very large
651038032Speter		(> 500) h_length field, which causes the sockaddr
651138032Speter		to be trashed.  Use the size of the sockaddr instead.
651238032Speter		Fix from Bob Manson of Ohio State.
651338032Speter	Don't assume "-a." on host lookups if NAMED_BIND is not
651438032Speter		defined -- this confuses gethostbyname on hosts
651538032Speter		file lookups, which doesn't understand the trailing
651638032Speter		dot convention.
651738032Speter	Log SMTP server subprocesses that die with a signal instead
651838032Speter		of from a clean exit.
651938032Speter	If you don't have option "I" set, don't assume that a DNS
652043730Speter		"host unknown" message is authoritative -- it
652138032Speter		might still be found in /etc/hosts.
652238032Speter	Fix a problem that would cause Deferred: messages to be sent
652338032Speter		as the subject of an error message, even though the
652438032Speter		actual cause of a message was more severe than that.
652538032Speter		Problem noted by Chris Seabrook of OSSI.
652638032Speter	Fix race condition in DBM alias file locking.  From Kyle
652738032Speter		Jones of UUNET.
652838032Speter	Limit delivery syslog line length to avoid bugs in some
652938032Speter		versions of syslog(3).  This adds a new compile time
653038032Speter		variable SYSLOG_BUFSIZE.  From Jay Plett of Princeton
653138032Speter		University, which is in turn derived from IDA.
653238032Speter	Fix quotes inside of comments in addresses -- previously
653338032Speter		it insisted that they be balanced, but the 822 spec
653438032Speter		says that they should be ignored.
653538032Speter	Dump open file state to syslog upon receiving SIGUSR1 (for
653638032Speter		debugging).  This also evaluates ruleset 89, if set
653738032Speter		(with the null input), and logs the result.  This
653838032Speter		should be used sparingly, since the rewrite process
653938032Speter		is not reentrant.
654038032Speter	Change -qI, -qR, and -qS flags to be case-insensitive as
654138032Speter		documented in the Bat Book.
654238032Speter	If the mailer returned EX_IOERR or EX_OSERR, sendmail did not
654338032Speter		return an error message and did not requeue the message.
654438032Speter		Fix based on code from Roland Dirlewanger of
654538032Speter		Reseau Regional Aquarel, Bordeaux, France.
654638032Speter	Fix a problem that caused a seg fault if you got a 421 error
654738032Speter		code during some parts of connection initialization.
654838032Speter		I've only seen this when talking to buggy mailers on
654938032Speter		the other end, but it shouldn't give a seg fault in
655038032Speter		any case.  From Amir Plivatsky.
655138032Speter	Fix core dump caused by a ruleset call that returns null.
655238032Speter		Fix from Bryan Costales of ICSI.
655338032Speter	Full-Name: field was being ignored.  Fix from Motonori Nakamura
655438032Speter		of Kyoto University.
655538032Speter	Fix a possible problem with very long input lines in setproctitle.
655638032Speter		From P{r Emanuelsson.
655738032Speter	Avoid putting "This is a warning message" out on return receipts.
655838032Speter		Suggested by Douglas Anderson.
655938032Speter	Detect loops caused by recursive ruleset calls.  Suggested by
656038032Speter		Bryan Costales.
656138032Speter	Initialize non-alias maps during alias rebuilds -- they may be
656238032Speter		needed for parsing.  Problem noted by Douglas Anderson.
656338032Speter	Log sender address even if no message was collected in SMTP
656438032Speter		(e.g., if all RCPTs failed).  Suggested by Motonori
656538032Speter		Nakamura.
656638032Speter	Don't reflect the owner-list contents into the envelope sender
656738032Speter		address if the value contains ", :, /, or | (to avoid
656838032Speter		illegal addresses appearing there).
656938032Speter	Efficiency hack for toktype macro -- from Craig Partridge of
657038032Speter		BB&N.
657138032Speter	Clean up DNS error printing so that a host name is always
657238032Speter		included.
657338032Speter	Remember to set $i during queue runs.  Reported by Stephen
657438032Speter		Campbell of Dartmouth University.
657538032Speter	If the environment variable HOSTALIASES is set, use it during
657638032Speter		canonification as the name of a file with per-user host
657738032Speter		translations so that headers are properly mapped.  Reported
657838032Speter		by Anne Bennett of Concordia University.
657938032Speter	Avoid printing misleading error message if SMTP mailer (not
658038032Speter		using [IPC]) should die on a core dump.
658138032Speter	Avoid incorrect diagnosis of "file 1 closed" when it is caused
658238032Speter		by the other end closing the connection.  From
658338032Speter		Dave Morrison of Oracle.
658438032Speter	Improve several of the error messages printed by "mailq"
658538032Speter		to include a host name or other useful information.
658638032Speter	Add NetInfo preliminary support for NeXT systems.  From Vince
658738032Speter		DeMarco.
658838032Speter	Fix a glitch that sometimes caused :include:s that pointed to
658938032Speter		NFS filesystems that were down to give an "aliasing/
659038032Speter		forwarding loop broken" message instead of queueing
659138032Speter		the message for retry.  Noted by William C Fenner of
659238032Speter		the NRL Connection Machine Facility.
659338032Speter	Fix a problem that could cause a core dump if the input sequence
659438032Speter		had (or somehow acquired) a \231 character.
659538032Speter	Make sure that route-addrs always have <angle brackets> around
659638032Speter		them in non-SMTP envelopes (SMTP envelopes already do
659738032Speter		this properly).
659838032Speter	Avoid weird headers on unbalanced punctuation of the form:
659938032Speter		``Joe User <user)'' -- this caused reference to the
660038032Speter		null macro.  Fix from Rick McCarty of IO.COM.
660138032Speter	Fix a problem that caused an alias "user: user@local.host" to
660238032Speter		not have the QNOTREMOTE bit set; this caused configs
660338032Speter		to act as if FEATURE(notsticky) was defined even when
660438032Speter		it was not.  The effect of the problem was to make it
660538032Speter		very hard to to set up satellite sites that had a few
660638032Speter		local accounts, with everything else forwarded to a
660738032Speter		corporate hub.  Reported by Detlef Drewanz of the
660838032Speter		University of Rostock and Mark Frost of NCD.
660938032Speter	Change queuing to not call rulesets 3, {1 or 2}, 4 on header
661038032Speter		addresses.  This is more efficient (fewer name server
661138032Speter		calls) and fixes certain unusual configurations, such
661238032Speter		as those that have ruleset 4 do something that is
661338032Speter		non-idempotent unless a mailer-specific ruleset did
661438032Speter		something else.  Problem reported by Brian J. Coan
661538032Speter		of the Institute for Global Communications.
661638032Speter	Fix the "obsolete argument" routine in main to better understand
661738032Speter		new arguments.  For example, if you used ``sendmail
661838032Speter		-C config -v -q'' it would choke on the -q because
661938032Speter		the -C would stop looking for old-format arguments.
662038032Speter	Fix the code that was intended to allow two users to forward their
662138032Speter		mail to the same program and have them appear unique.
662238032Speter	Portability fixes for:
662338032Speter		SCO UNIX from Murray Kucherawy.
662438032Speter		SCO Open Server 3.2v4 from Philippe Brand.
662538032Speter		System V Release 4 from Rick Ellis and others.
662638032Speter		OSF/1 from Steve Campbell.
662738032Speter		DG/UX from Ben Mesander of the USGS and Bryan Curnutt
662838032Speter			of Stoner Associates.
662938032Speter		Motorola SysV88 from Kevin Johnson of Motorola.
663038032Speter		Solaris 2.3 from Casper H.S. Dik of the University
663138032Speter			of Amsterdam and John Caruso of University
663238032Speter			of Maryland.
663338032Speter		FreeBSD from Ollivier Robert.
663438032Speter		NetBSD from Adam Glass.
663538032Speter		TitanOS from Kate Hedstrom of Rutgers University.
663638032Speter		Irix from Bryan Curnutt.
663738032Speter		Dynix from Jim Davis of the University of Arizona.
663838032Speter		RISC/os.
663938032Speter		Linux from John Kennedy of California State University
664038032Speter			at Chico.
664138032Speter		Solaris 2.x from Tony Boner of the U.S. Air Force.
664238032Speter		NEXTSTEP 3.x from Vince DeMarco.
664338032Speter		HP-UX from various people.  NOTA BENE:  the location
664438032Speter			of the config file has moved to /usr/lib
664538032Speter			to match the HP-UX version of sendmail.
664638032Speter	CONFIG: Don't do any recipient rewriting on relay mailer;
664738032Speter		since this is intended only for internal use, the
664838032Speter		usual RFC 821/822/1123 rules can be relaxed.  The
664938032Speter		main point of this is to avoid munging (ugh) UUCP
665038032Speter		addresses when relaying internally.
665138032Speter	CONFIG: fix typo in mailer/uucp.m4 that mutilates list:;
665238032Speter		syntax addresses delivered via UUCP.  Solution
665338032Speter		provided by Peter Wemm.
665438032Speter	CONFIG: fix thumb-fumble in default UUCP relaying in ruleset
665538032Speter		zero; it caused double @ signs in addresses.  From
665638032Speter		Irving Reid of the University of Toronto.
665738032Speter	CONFIG: Portability fixes for SCO Unix 3.2 with TCP/IP 1.2.1
665838032Speter		from Markku Toijala of ICL Personal Systems Oy.
665938032Speter	CONFIG: Add trailing "." on pseudo-domains for consistency;
666038032Speter		this fixes a problem (noted by Al Whaley of Sunnyside)
666138032Speter		that made it hard to recognize your own pseudodomain
666238032Speter		names.
666338032Speter	CONFIG: catch "@host" syntax errors (i.e., null local-parts)
666438032Speter		rather than letting them get "local configuration
666538032Speter		error"s.  Problem noted by John Gardiner Myers.
666638032Speter	CONFIG: add uucp-uudom mailer variant, based on code posted
666738032Speter		by Spider Boardman <spider@Orb.Nashua.NH.US>; this
666838032Speter		has uucp-dom semantics but old UUCP syntax.  This
666938032Speter		also permits "uucp-old" as an alias for "uucp" and
667038032Speter		"uucp-new" as a synonym for "suucp" for consistency.
667138032Speter	CONFIG: add POP mailer support (from Kimmo Suominen
667238032Speter		<kim@grendel.lut.fi>).
667338032Speter	CONFIG: drop CSNET_RELAY support -- CSNET is long gone.
667438032Speter	CONFIG: fix bug caused with domain literal addresses (e.g.,
667538032Speter		``[128.32.131.12]'') when FEATURE(allmasquerade)
667638032Speter		was set; it would get an additional @masquerade.host
667738032Speter		added to the address.  Problem noted by Peter Wan
667838032Speter		of Georgia Tech.
667938032Speter	CONFIG: make sure that the local UUCP name is in $=w.  From
668038032Speter		Jim Murray of Stratus.
668138032Speter	CONFIG: changes to UUCP rewriting to simulate IDA-style "V"
668238032Speter		mailer flag.  Briefly, if you are sending to host
668338032Speter		"foo", then it rewrites "foo!...!baz" to "...!baz",
668438032Speter		"foo!baz" remains "foo!baz", and anything else has
668538032Speter		the local name prepended.
668638032Speter	CONFIG: portability fixes for HP-UX.
668738032Speter	DOC: several minor problems fixed in the Install & Op Guide.
668838032Speter	MAKEMAP: fix core dump problem on lines that are too long or
668938032Speter		which lack newline.  From Mark Delany.
669038032Speter	MAILSTATS: print sums of columns (total messages & kbytes
669138032Speter		in and out of the system).  From Tom Ferrin of UC
669238032Speter		San Francisco Computer Graphics Lab.
669338032Speter	SIGNIFICANT USER- OR SYSAD-VISIBLE CHANGES:
669438032Speter		On HP-UX, /etc/sendmail.cf has been moved to
669538032Speter			/usr/lib/sendmail.cf to match HP sendmail.
669638032Speter		Permissions have been tightened up on world-writable
669738032Speter			:include: files and accounts that have shells
669838032Speter			that are not listed in /etc/shells.  This may
669938032Speter			cause some .forward files that have worked
670038032Speter			before to start failing.
670138032Speter		SIGUSR1 dumps some state to the log.
670238032Speter	NEW FILES:
670338032Speter		src/Makefile.DGUX
670438032Speter		src/Makefile.Dynix
670538032Speter		src/Makefile.FreeBSD
670638032Speter		src/Makefile.Mach386
670738032Speter		src/Makefile.NetBSD
670838032Speter		src/Makefile.RISCos
670938032Speter		src/Makefile.SCO
671038032Speter		src/Makefile.SVR4
671138032Speter		src/Makefile.Titan
671238032Speter		cf/mailer/pop.m4
671338032Speter		cf/ostype/bsdi1.0.m4
671438032Speter		cf/ostype/dgux.m4
671538032Speter		cf/ostype/dynix3.2.m4
671638032Speter		cf/ostype/sco3.2.m4
671738032Speter		makemap/Makefile.dist
671838032Speter		praliases/Makefile.dist
671938032Speter
672038032Speter8.6.4/8.6.4	1993/10/31
672138032Speter	Repair core-dump problem (write to read-only memory segment)
672238032Speter		if you fall back to the return-to-Postmaster case in
672338032Speter		savemail.  Problem reported by Richard Liu.
672438032Speter	Immediately diagnose bogus sender addresses in SMTP.  This
672538032Speter		makes quite certain that crackers can't use this
672638032Speter		class of attack.
672738032Speter	Reliability Fix:  check return value from fclose() and fsync()
672838032Speter		in a few critical places.
672938032Speter	Minor problem in initsys() that reversed a condition for
673038032Speter		redirecting the output channel on queue runs.  It's
673138032Speter		not clear this code even does anything.  From Eric
673238032Speter		Wassenaar of the Dutch National Institute for Nuclear
673338032Speter		and High-Energy Physics.
673438032Speter	Fix some problems that caused queue runs to do "too much work",
673538032Speter		such as double-reading the Errors-To: header.  From
673638032Speter		Eric Wassenaar.
673738032Speter	Error messages on writing the temporary file (including the
673838032Speter		data file) were getting suppressed in SMTP -- this
673938032Speter		fix causes them to be properly reported.  From Eric
674038032Speter		Wassenaar.
674138032Speter	Some changes to support AF_UNIX sockets -- this will only
674238032Speter		really become relevant in the next release, but some
674338032Speter		people need it for local patches.  From Michael
674438032Speter		Corrigan of UC San Diego.
674538032Speter	Use dynamically allocated memory (instead of static buffers)
674638032Speter		for macros defined in initsys() and settime(); since
674738032Speter		these can have different values depending on which
674838032Speter		envelope they are in.  From Eric Wassenaar.
674938032Speter	Improve logging to show ctladdr on to= logging; this tells you
675038032Speter		what uid/gid processes ran as.
675138032Speter	Fix a problem that caused error messages to be discarded if
675238032Speter		the sender address was unparseable for some reason;
675338032Speter		this was supposed to fall back to the "return to
675438032Speter		postmaster" case.
675538032Speter	Improve aliaswait backoff algorithm.
675638032Speter	Portability patches for Linux (8.6.3 required another header
675738032Speter		file) (from Karl London) and SCO UNIX.
675838032Speter	CONFIG: patch prog mailer to not strip host name off of envelope
675938032Speter		addresses (so that it matches local again).  From
676038032Speter		Christopher Davis.
676138032Speter	CONFIG: change uucp-dom mailer so that "<>" translates to $n;
676238032Speter		this prevents uux from seeing lines with null names like
676338032Speter		``From   Sat Oct 30 14:55:31 1993''.  From Motonori
676438032Speter		Nakamura of Kyoto University.
676538032Speter	CONFIG: handle <list:;> syntax correctly.  This isn't legal, but
676638032Speter		it shouldn't fail miserably.  From Motonori Nakamura.
676738032Speter
676838032Speter8.6.2/8.6.2	1993/10/15
676938032Speter	Put a "successful delivery" message in the transcript for
677038032Speter		addresses that get return-receipts.
677138032Speter	Put a prominent "this is only a warning" message in warning
677238032Speter		messages -- some people don't read carefully enough
677338032Speter		and end up sending the message several times.
677438032Speter	Include reason for temporary failure in the "warning" return
677538032Speter		message.  Currently, it just says "cannot send for
677638032Speter		four hours".
677738032Speter	Fix the "Original message received" time generated for
677838032Speter		returntosender messages.  It was previously listed as
677938032Speter		the current time.  Bug reported by Eric Hagberg of
678038032Speter		Cornell University Medical College.
678138032Speter	If there is an error when writing the body of a message,
678238032Speter		don't send the trailing dot and wait for a response
678338032Speter		in sender SMTP, as this could cause the connection to
678464562Sgshapiro		hang up under some bizarre circumstances.  From Eric
678538032Speter		Wassenaar.
678638032Speter	Fix some server SMTP synchronization problems caused when
678738032Speter		connections fail during message collection.  From
678838032Speter		Eric Wassenaar.
678938032Speter	Fix a problem that can cause srvrsmtp to reject mail if the
679038032Speter		name server is down -- it accepts the RCPT but rejects
679138032Speter		the DATA command.  Problem reported by Jim Murray of
679238032Speter		Stratus.
679338032Speter	Fix a problem that can cause core dumps if the config file
679438032Speter		incorrectly resolves to a null hostname.  Reported by
679538032Speter		Allan Johannesen of WPI.
679638032Speter	Non-root use of -C flag, dangerous -f flags, and use of -oQ
679738032Speter		by non-root users were not put into
679838032Speter		X-Authentication-Warning:s as intended because the
679938032Speter		config file hadn't set the PrivacyOptions yet.  Fix
680038032Speter		from Sven-Ove Westberg of the University of Lulea.
680138032Speter	Under very odd circumstances, the alias file rebuild code
680238032Speter		could get confused as to whether a database was
680338032Speter		open or not.
680438032Speter	Check "vendor code" on the end of V lines -- this is
680538032Speter		intended to provide a hook for vendor-specific
680638032Speter		configuration syntax.  (This is a "new feature",
680738032Speter		but I've made an exception to my rule in a belief
680838032Speter		that this is a highly exceptional case.)
680938032Speter	Portability fixes for DG/UX (from Douglas Anderson of NCSC),
681038032Speter		SCO Unix (from Murray Kucherawy), A/UX, and OSF/1
681138032Speter		(from Jon Forrest of UC Berkeley)
681238032Speter	CONFIG: fix ``mailer:host'' form of UUCP relay naming.
681338032Speter
681438032Speter8.6.1/8.6	1993/10/08
681538032Speter	Portability fixes for A/UX and Encore UMAX V.
681638032Speter	Fix error message handling -- if you had a name server down
681738032Speter		causing an error during parsing, that message was never
681838032Speter		propagated to the queue file.
681938032Speter
682038032Speter8.6/8.6		1993/10/05
682138032Speter	Configuration cleanup: make it easier to undo IDENTPROTO in
682238032Speter		conf.h (other systems have the same bug).
682338032Speter	If HASGETDTABLESIZE and _SC_OPEN_MAX are both defined, assume
682438032Speter		getdtablesize() instead of sysconf(); a disturbingly
682538032Speter		large number of systems defined _SC_OPEN_MAX in the
682638032Speter		header files but don't have the syscall.
682738032Speter	Another patch to really truly ignore MX records in getcanonname
682838032Speter		if trymx == FALSE.
682938032Speter	Fix problem that caused the "250 IAA25499 Message accepted for
683038032Speter		delivery" message to be omitted if there was an error
683138032Speter		in the header of the message (e.g., a bad Errors-To:
683264562Sgshapiro		line).  Pointed out by Michael Corrigan of UCSD.
683338032Speter	Announce name of host we are chatting when we get errors; this
683438032Speter		is an IDA-ism suggested by Christophe Wolfhugel.
683538032Speter	Portability fixes for Alpha OSF/1 (from Anthony Baxter of the
683638032Speter		Australian Artificial Intelligence Institute), SCO Unix
683738032Speter		(from Murray Kucherawy of Hookup Communication Corp.),
683838032Speter		NeXT (from Vince DeMarco and myself), Linux (from
683938032Speter		Karl London <karl@borg.demon.co.uk>), BSDI (from
684038032Speter		Christophe Wolfhugel, and SVR4 on Dell (from Kimmo
684138032Speter		Suominen), AUX 3.0 on Macintosh, and ANSI C compilers.
684238032Speter	Some changes to get around gcc optimizer bugs.  From Takahiro
684338032Speter		Kanbe.
684438032Speter	Fix error recovery in queueup if another tf file of the same
684538032Speter		name already exists.  Problem stumbled over by Bill
684638032Speter		Wisner of The Well.
684738032Speter	Output YP_MASTER_NAME and YP_LAST_MODIFIED without null bytes.
684838032Speter		Problem noted by Keith McMillan of Ameritech Services.
684938032Speter	Deal with group permissions properly when opening .forward and
685038032Speter		:include: files.  This relaxes the 8.1C restrictions
685138032Speter		slightly more.  This includes proper setting of groups
685238032Speter		when reading :include: files, allowing you to read some
685338032Speter		files that you should be able to read but have previously
685438032Speter		been denied unless you owned them or they had "other"
685538032Speter		read permission.
685638032Speter	Make certain that $j is in $=w (after the .cf is read) so that
685738032Speter		if the user is forced to override some silly system,
685838032Speter		MX suppression will still work.
685938032Speter	Fix a couple of efficiency problems where newstr was double-
686038032Speter		calling expensive routines.  In at least one case, it
686138032Speter		wasn't guaranteed that they would always return the
686238032Speter		same result.  Problem noted by Christophe Wolfhugel.
686343730Speter	Fix null pointer dereference in putoutmsg -- only on an error
686438032Speter		condition from a non-SMTP mailer.  From Motonori
686538032Speter		Nakamura.
686638032Speter	Macro expand "C" line class definitions before scanning so that
686738032Speter		"CX $Z" works.
686838032Speter	Fix problem that caused error message to be sent while still
686938032Speter		trying to send the original message if the connection
687038032Speter		is closed during a DATA command after getting an error
687138032Speter		on an RCPT command (pretty obscure).  Problem reported
687238032Speter		by John Myers of CMU.
687338032Speter	Fix reply to NOOP to be 250 instead of 200 -- this is a long
687438032Speter		term bug.
687538032Speter	Fix a nasty bug causing core dumps when returning the "warning:
687638032Speter		cannot deliver for N hours -- will keep trying" message;
687738032Speter		it only occurred if you had PostmasterCopy set and
687864562Sgshapiro		only on some architectures.  Although sendmail would
687938032Speter		keep trying, it would send error messages on each
688038032Speter		queue interval.  This is an important fix.
688138032Speter	Allow u and g options to take user and group names respectively.
688238032Speter	Don't do a chdir into the queue directory in -bt mode to make
688338032Speter		ruleset testing a bit easier.
688464562Sgshapiro	Don't allow users to turn off logging (using -oL) on the command
688538032Speter		line -- command line can only raise, not lower, logging
688638032Speter		level.
688738032Speter	Set $u to the original recipient on the SMTP transaction or on
688838032Speter		the command line.  This is only done if there is exactly
688938032Speter		one recipient.  Technically, this does not meet the
689038032Speter		specs, because it does not guarantee a domain on the
689138032Speter		address.
689238032Speter	Fix a problem that dumped error messages on bad addresses if
689338032Speter		you used the -t flag.  Problem noted by Josh Smith of
689438032Speter		Harvey Mudd College.
689538032Speter	Given an address such as ``<foo> <bar>'', auto-quote the first
689638032Speter		``<foo>'' part, giving ``"<foo>" <bar>''.  This is to
689738032Speter		avoid the problem of people who use angle brackets in
689838032Speter		their full name information.
689938032Speter	Fix a null pointer dereference if you set option "l", have
690038032Speter		an Errors-To: header in the message, and have Errors-To:
690138032Speter		defined in the config file H lines.  From J.R. Oldroyd.
690238032Speter	Put YPCOMPAT on #ifdef NIS instead -- it's one less thing to get
690338032Speter		wrong when compiling.  Suggested by Rick McCarty of TI.
690438032Speter	Fix a problem that could pass negative SIZE parameter if the
690538032Speter		df file got lost; this would cause servers to always
690638032Speter		give a temporary failure, making the problem even worse.
690738032Speter		Problem noted by Allan Johannesen of WPI.
690838032Speter	Add "ident" timeout (one of the "r" option selectors) for IDENT
690938032Speter		protocol timeouts (30s default).  Requested by Murray
691038032Speter		Kucherawy of HookUp Communication Corp. to handle bogus
691138032Speter		PC TCP/IP implementations.
691238032Speter	Change $w default definition to be just the first component of
691338032Speter		the domain name on config level 5.  The $j macro defaults
691438032Speter		to the FQDN; $m remains as before.  This lets well-behaved
691538032Speter		config files use any of the short, long, or subdomain
691638032Speter		names.
691738032Speter	Add makesendmail script in src to try to automate multi-architecture
691838032Speter		builds.  I know, this is sub-optimal, but it is still
691938032Speter		helpful.
692038032Speter	Fix very obscure race condition that can cause a queue run to
692138032Speter		get a queue file for an already completed job.  This
692238032Speter		problem has existed for years.  Problem noted by the
692338032Speter		long suffering Allan Johannesen of WPI.
692438032Speter	Fix a problem that caused the raw sender name to be passed to
692538032Speter		udbsender instead of the canonified name -- this caused
692638032Speter		it to sometimes miss records that it should have found.
692738032Speter	Relax check of name on HELO packet so that a program using -bs
692838032Speter		that claims to be itself works properly.
692938032Speter	Restore rewriting of $: part of address through 2, R, 4 in
693038032Speter		buildaddr -- this requires passing a lot of flags to get
693138032Speter		it right.  Unlike old versions, this ONLY rewrites
693238032Speter		recipient addresses, not sender addresses.
693338032Speter	Fix a bug that caused core dumps in config files that cannot
693438032Speter		resolve /file/name style addresses.  Fix from Jonathan
693538032Speter		Kamens of OpenVision Technologies.
693638032Speter	Fix problem with fcntl locking that can cause error returns to
693738032Speter		be lost if the lock is lost; this required fully
693838032Speter		queueing everything, dropping the envelope (so errors
693938032Speter		would get returned), and then re-reading the queue from
694038032Speter		scratch.
694143730Speter	Fix a problem that caused aliases that redefine an otherwise
694238032Speter		true address to still send to the original address
694338032Speter		if and only if the alias failed in certain bizarre
694438032Speter		ways (e.g, if they pointed at a list:; syntax address).
694538032Speter		Problem pointed out by Jonathan Kamens.
694638032Speter	Remove support for frozen configuration files.  They caused
694738032Speter		more trouble than it was worth.
694838032Speter	Fix problem that can cause error messages to get ignored when
694938032Speter		using both -odb and -t flags.  Problem noted by Rob
695038032Speter		McNicholas at U.C. Berkeley.
695138032Speter	Include all "normal" variations on hostname in $=w.  For example,
695238032Speter		if the host name is vangogh.cs.berkeley.edu, $=w will
695338032Speter		contain vangogh, vangogh.cs, and vangogh.cs.berkeley.edu.
695438032Speter	Add "restrictqrun" privacy flag -- without this, anyone can run
695538032Speter		the queue.
695638032Speter	Reset SmtpPhase global on initial connection creation so that
695738032Speter		messages don't come out with stale information.
695838032Speter	Pass an "ext" argument to lockfile so that error/log messages
695938032Speter		will properly reflect the true filename being locked.
696038032Speter	Put all [...] address forms into $=w -- this eliminates the need
696138032Speter		for MAXIPADDR in conf.h.  Suggested by John Gardiner
696238032Speter		Myers of CMU.
696338032Speter	Fix a bug that can cause qf files to be left around even after
696438032Speter		an SMTP RSET command.  Problem and fix from Michael
696538032Speter		Corrigan.
696638032Speter	Don't send a PostmasterCopy to errors when the Precedence: is
696738032Speter		negative.  Error reports still go to the envelope
696838032Speter		sender address.
696938032Speter	Add LA_SHORT for load averages.
697038032Speter	Lock sendmail.st file when posting statistics.
697138032Speter	Add "SendBufSize" and "RcvBufSize" suboptions to "O" option to
697238032Speter		set the size of the TCP send and receive buffers; if you
697338032Speter		run over a slow slip line you may need to set these down
697438032Speter		(although it would be better to fix the SLIP implementation
697538032Speter		so that it's not necessary to recompile every program
697638032Speter		that does bulk data transfer).
697738032Speter	Allow null defaults on $( ... $) lookups.  Problem reported by
697838032Speter		Amir Plivatsky.
697938032Speter	Diagnose crufty S and V config lines.  This resulted from an
698038032Speter		observation that some people were using the SITE macro
698138032Speter		without the SITECONFIG macro first, which was causing
698238032Speter		bogus config files that were not caught.
698338032Speter	Fix makemap -f flag to turn off case folding (it was turning it
698438032Speter		on instead).  THIS IS A USER VISIBLE CHANGE!!!
698538032Speter	Fix a problem that caused multiple error messages to be sent if
698638032Speter		you used "sendmail -t -oem -odb", your system uses fcntl
698738032Speter		locking, and one of the recipient addresses is unknown.
698838032Speter	Reset uid earlier in include() so that recursive .forwards or
698938032Speter		:include:s don't use the wrong uid.
699038032Speter	If file descriptor 0, 1, or 2 was closed when sendmail was
699138032Speter		called, the code to recover the descriptor was broken.
699238032Speter		This sometimes (only sometimes) caused problems with the
699338032Speter		alias file.  Fix from Motonori Nakamura.
699438032Speter	Fix a problem that caused aliaswait to go into infinite recursion
699538032Speter		if the @:@ metasymbol wasn't found in the alias file.
699638032Speter	Improve error message on newaliases if database files cannot be
699738032Speter		opened or if running with no database format defined.
699838032Speter	Do a better estimation of the size of error messages when NoReturn
699938032Speter		is set.  Problem noted by P{r (Pell) Emanuelsson.
700038032Speter	Fix a problem causing the "c" option (don't connect to expensive
700138032Speter		mailers) to be ignored in SMTP.  Problem noted and the
700238032Speter		solution suggested by Robert Elz of The University of
700338032Speter		Melbourne.
700438032Speter	Improve connection caching algorithm by passing "[host]" to
700538032Speter		hostsignature, which strips the square brackets and
700638032Speter		returns the real name.  This allows mailertable entries
700738032Speter		to match regular entries.
700838032Speter	Re-enable Return-Receipt-To: -- people seem to want this stupid
700938032Speter		feature, even if it doesn't work right.
701038032Speter	Catch and log attempts to try the "wiz" command in server SMTP.
701138032Speter		This also ups the log level from LOG_NOTICE to LOG_CRIT.
701238032Speter	Be more generous at assigning $z to the home directory -- do this
701338032Speter		for programs that are specified through a .forward file.
701438032Speter		Fix from Andrew Chang of Sun Microsystems.
701538032Speter	Always save a fatal error message in preference to a non-fatal
701638032Speter		error message so that the "subject" line of return
701738032Speter		messages is the best possible.
701838032Speter	CONFIG: reduce the number of quotes needed to quote configuration
701938032Speter		parameters with commas: two quotes should work now, e.g.,
702038032Speter		define(ALIAS_FILE, ``/etc/aliases,/etc/aliases.local'').
702138032Speter	CONFIG: class $=Z is a set of UUCP hosts that use uucp-dom
702238032Speter		connections (domain-ized UUCP).
702338032Speter	CONFIG: fix bug in default maps (-o must be before database file
702438032Speter		name).  Pointed out by Christophe Wolfhugel.
702538032Speter	CONFIG: add FEATURE(nodns) to state that we are not relying on
702638032Speter		DNS.  This would presumably be used in UUCP islands.
702738032Speter	CONFIG: add OSTYPE(nextstep) and OSTYPE(linux).
702838032Speter	CONFIG: log $u in Received: line.  This is in technical violation
702938032Speter		of the standards, since it doesn't guarantee a domain
703043730Speter		on the address.
703138032Speter	CONFIG: don't assume "m" in local mailer flags -- this means that
703238032Speter		if you redefine LOCAL_MAILER_FLAGS you will have to include
703338032Speter		the "m" flag should you want it.  Apparently some Solaris 2.2
703438032Speter		installations can't handle multiple local recipients.
703538032Speter		Problem noted by Josh Smith.
703638032Speter	CONFIG: add confDOMAIN_NAME to set $j (if undefined, $j defaults).
703738032Speter	CONFIG: change default version level from 4 to 5.
703838032Speter	CONFIG: add FEATURE(nullclient) to create a config file that
703938032Speter		forwards all mail to a hub without ever looking at the
704038032Speter		addresses in any detail.
704138032Speter	CONFIG: properly strip mailer: information off of relays when
704238032Speter		used to change .BITNET form into %-hack form.
704338032Speter	CONFIG: fix a problem that caused infinite loops if presented
704438032Speter		with an address such as "!foo".
704538032Speter	CONFIG: check for self literal (e.g., [128.32.131.12]) even if
704638032Speter		the reverse "PTR" mapping is broken.  There's a better
704738032Speter		way to do this, but the change is fairly major and I
704838032Speter		want to hold it for another release.  Problem noted by
704938032Speter		Bret Marquis.
705038032Speter
705138032Speter8.5/8.5		1993/07/23
705238032Speter	Serious bug: if you used a command line recipient that was unknown
705338032Speter		sendmail would not send a return message (it was treating
705438032Speter		everything as though it had an SMTP-style client that
705538032Speter		would do the return itself).  Problem noted by Josh Smith.
705638032Speter	Change "trymx" option in getcanonname() to ignore all MX data,
705738032Speter		even during a T_ANY query.  This actually didn't break
705838032Speter		anything, because the only time you called getcanonname
705938032Speter		with !trymx was if you already knew there were no MX
706038032Speter		records, but it is somewhat cleaner.  From Motonori
706138032Speter		Nakamura.
706238032Speter	Don't call getcanonname from getmxrr if you already know there
706338032Speter		are no DNS records matching the name.
706438032Speter	Fix a problem causing error messages to always include "The
706538032Speter		original message was received ... from localhost".
706638032Speter		The correct original host information is now included.
706738032Speter	Previous change to cf/sh/makeinfo.sh doesn't port to Ultrix (their
706838032Speter		version of "test" doesn't have the -x flag).  Change it
706938032Speter		to use -f instead.  From John Myers.
707038032Speter	CONFIG: 8.4 mistakenly set the default SMTP-style mailer to
707138032Speter		esmtp -- it should be smtp.
707238032Speter	CONFIG: send all relayed mail using confRELAY_MAILER (defaults
707338032Speter		to "relay" (a variant of "smtp") if MAILER(smtp) is used,
707438032Speter		else "suucp" if MAILER(uucp) is used, else "unknown");
707538032Speter		this cleans up the configs somewhat.  This fixes a serious
707638032Speter		problem that caused route-addrs to get mistaken as relays,
707738032Speter		pointed out by John Myers.  WARNING: this also causes
707838032Speter		the default on SMART_HOST to change from "suucp" to
707938032Speter		"relay" if you have MAILER(smtp) specified.
708038032Speter
708138032Speter8.4/8.4		1993/07/22
708238032Speter	Add option `w'.  If you receive a message that comes to you because
708338032Speter		you are the best (lowest preference) target of an MX, and
708438032Speter		you haven't explicitly recognized the source MX host in
708538032Speter		your .cf file, this option will cause you to try the target
708638032Speter		host directly (as if there were no MX for it at all).  If
708738032Speter		`w' is not set, this case is a configuration error.
708864562Sgshapiro		Beware: if `w' is set, senders may get bogus errors like
708938032Speter		"message timed out" or "host unknown" for problems that
709038032Speter		are really configuration errors.  This option is
709138032Speter		disrecommended, provided only for compatibility with
709238032Speter		UIUC sendmail.
709338032Speter	Fix a problem that caused the incoming socket to be left open
709438032Speter		when sendmail forks after the DATA command.  This caused
709538032Speter		calling systems to wait in FIN_WAIT_2 state until the
709638032Speter		entire list was processed and the child closed -- a
709738032Speter		potentially prodigious amount of time.  Problem noted
709838032Speter		by Neil Rickert.
709938032Speter	Fix problem (created in 6.64) that caused mail sent to multiple
710038032Speter		addresses, one of which was a bad address, to completely
710138032Speter		suppress the sending of the message.  This changes
710238032Speter		handling of EF_FATALERRS somewhat, and adds an
710338032Speter		EF_GLOBALERRS flag.  This also fixes a potential problem
710438032Speter		with duplicate error messages if there is a syntax error
710538032Speter		in the header of a message that isn't noticed until late
710638032Speter		in processing.  Original problem pointed out by Josh Smith
710738032Speter		of Harvey Mudd College.  This release includes quite a bit
710838032Speter		of dickering with error handling (see below).
710938032Speter	Back out SMTP transaction if MAIL gets nested 501 error.  This
711038032Speter		will only hurt already-broken software and should help
711138032Speter		humans.
711238032Speter	Fix a problem that broke aliases when neither NDBM nor NEWDB were
711338032Speter		compiled in.  It would never read the alias file.
711438032Speter	Repair unbalanced `)' and `>' (the "open" versions are already
711564562Sgshapiro		repaired).
711638032Speter	Logging of "done" in dropenvelope() was incorrect: it would
711738032Speter		log this even when the queue file still existed.  Change
711838032Speter		this to only log "done" (at log level 11) when the
711938032Speter		queue file is actually removed.  From John Myers.
712038032Speter	Log "lost connection" in server SMTP at log level 20 if there
712138032Speter		is no pending transaction.  Some senders just close the
712238032Speter		connection rather than sending QUIT.
712338032Speter	Fix a bug causing getmxrr to add a dot to the end of unqualified
712438032Speter		domains that do not have MX records -- this would cause
712538032Speter		the subsequent host name lookup to fail.  The problem
712638032Speter		only occurred if you had FEATURE(nocanonify) set.
712738032Speter		Problem noted by Rick McCarty of Texas Instruments.
712838032Speter	Fix invocation of setvbuf when passed a -X flag -- I had
712938032Speter		unwittingly used an ANSI C extension, and this caused
713038032Speter		core dumps on some machines.
713138032Speter	Diagnose self-destructive alias loops on RCPT as well as EXPN.
713238032Speter		Previously it just gave an empty send queue, which
713338032Speter		then gave either "Need RCPT (recipient)" at the DATA
713438032Speter		(confusing, since you had given an RCPT command which
713538032Speter		returned 250) or just dropped the email, depending on
713638032Speter		whether you were running VERBose mode.  Now it usually
713738032Speter		diagnoses this case as "aliasing/forwarding loop broken".
713838032Speter		Unfortunately, it still doesn't adequately diagnose
713938032Speter		some true error conditions.
714038032Speter	Add internal concept of "warning messages" using 6xx codes.
714138032Speter		These are not reported only to Postmaster.  Unbalanced
714238032Speter		parens, brackets, and quotes are printed as 653 codes.
714338032Speter		They are always mapped to 5xx codes before use in SMTP.
714438032Speter	Clean up error messages to tell both the actual address that
714564562Sgshapiro		failed and the alias they arose from.  This makes it
714638032Speter		somewhat easier to diagnose problems.  Difficulty noted
714738032Speter		by Motonori Nakamura.
714838032Speter	Fix a problem that inappropriately added a ctladdr to addresses
714938032Speter		that shouldn't have had one during a queue run.  This
715038032Speter		caused error messages to be handled differently during
715138032Speter		a queue run than a direct run.
715238032Speter	Don't print the qf name and line number if you get errors during
715338032Speter		the direct run of the queue from srvrsmtp -- this was
715438032Speter		just extra stuff for users to crawl through.
715538032Speter	Put command line flags on second line of pid file so you can
715638032Speter		auto-restart the daemon with all appropriate arguments.
715738032Speter		Use "kill `head -1 /etc/sendmail.pid`" to stop the
715838032Speter		daemon, and "eval `tail -1 /etc/sendmail.pid`" to
715938032Speter		restart it.
716038032Speter	Remove the ``setuid(getuid())'' in main -- this caused the
716138032Speter		IDENT daemon to screw up.  This required that I change
716238032Speter		HASSETEUID to HASSETREUID and complicate the mode
716338032Speter		changing somewhat because both Ultrix and SunOS seem
716438032Speter		to have a bug causing seteuid() to set the saved uid
716538032Speter		as well as the effective.  The program test/t_setreuid.c
716638032Speter		will test to see if your implementation of setreuid(2)
716738032Speter		is appropriately functional.
716838032Speter	The FallBackMX (option V) handling failed to properly identify
716938032Speter		fallback to yourself -- most of the code was there,
717038032Speter		but it wasn't being enabled.  Problem noted by Murray
717138032Speter		Kucherawy of the University of Waterloo.
717238032Speter	Change :include: open timeout from ETIMEDOUT to an internal
717338032Speter		code EOPENTIMEOUT; this avoids adding "during SmtpPhase
717438032Speter		with CurHostName" in error messages, which can be
717538032Speter		confusing.  Reported by Jonathan Kamens of OpenVision
717638032Speter		Technologies.
717738032Speter	Back out setpgrp (setpgid on POSIX systems) call to reset the
717838032Speter		process group id.  The original fix was to get around
717938032Speter		some problems with recalcitrant MUAs, but it breaks
718038032Speter		any call from a shell that creates a process group id
718138032Speter		different from the process id.  I could try to fix
718238032Speter		this by diddling the tty owner (using tcsetpgrp or
718338032Speter		equivalent) but this is too likely to break other
718438032Speter		things.
718538032Speter	Portability changes:
718638032Speter		Support -M as equivalent to -oM on Ultrix -- apparently
718738032Speter			DECnet calls sendmail with -MrDECnet -Ms<HOST> -bs
718838032Speter			instead of using standard flags.  Oh joy.  This
718938032Speter			behavior reported by Jon Giltner of University
719038032Speter			of Colorado.
719138032Speter		SGI IRIX  -- this includes several changes that should
719238032Speter			help other strict ANSI compilers.
719338032Speter		SCO Unix -- from Murray Kucherawy of HookUp Communication
719438032Speter			Corporation.
719538032Speter		Solaris running the Sun C compiler (which despite the
719638032Speter			documentation apparently doesn't define
719738032Speter			__STDC__ by default).
719838032Speter		ConvexOS from Eric Schnoebelen of Convex.
719938032Speter		Sony NEWS workstations and Omron LUNA workstations from
720038032Speter			Motonori Nakamura.
720138032Speter	CONFIG: add confTRY_NULL_MX_LIST to set option `w'.
720238032Speter	CONFIG: delete `C' and `e' from default SMTP mailers flags;
720338032Speter		several people have made a good argument that this
720438032Speter		creates more problems than it solves (although this
720538032Speter		may prove painful in the short run).
720638032Speter	CONFIG: generalize all the relays to accept a "mailer:host"
720738032Speter		format.
720838032Speter	CONFIG: move local processing in ruleset 0 into a new ruleset
720938032Speter		98 (8 on old sendmail).  Domain literal [a.b.c.d]
721038032Speter		addresses are also passed through this ruleset.
721138032Speter	CONFIG: if neither SMART_HOST nor MAILER(smtp) were defined,
721238032Speter		internet-style addresses would "fall off the end" of
721338032Speter		ruleset zero and be interpreted as local -- however,
721438032Speter		the angle brackets confused the recursive call.
721538032Speter		These are now diagnosed as "Unrecognized host name".
721638032Speter	CONFIG: USENET rules weren't included in S0 because of a mistaken
721738032Speter		ifdef(`_MAILER_USENET_') instead of
721838032Speter		ifdef(`_MAILER_usenet_').  Problem found by Rein Tollevik
721938032Speter		of SINTEF RUNIT, Oslo.
722038032Speter	CONFIG: move up LOCAL_RULE_0 processing so that it happens very
722138032Speter		early in ruleset 0; this allows .mc authors to bypass
722238032Speter		things like the "short circuit" code for local addresses.
722338032Speter		Prompted by a comment by Bill Wisner of The Well.
722438032Speter	CONFIG: add confSMTP_MAILER to define the mailer used (smtp or
722538032Speter		esmtp) to send SMTP mail.  This allows you to default
722638032Speter		to esmtp but use a mailertable or other override to
722738032Speter		deal with broken servers.  This logic was pointed out
722838032Speter		to me by Bill Wisner.  Ditto for confLOCAL_MAILER.
722938032Speter	Changes to cf/sh/makeinfo.sh to make it portable to SVR4
723038032Speter		environments.  Ugly as sin.
723138032Speter
723238032Speter8.3/8.3		1993/07/13
723338032Speter	Fix setuid problems introduced in 8.2 that caused messages
723438032Speter		like "Cannot create qfXXXXXX: Invalid argument"
723538032Speter		or "Cannot reopen dfXXXXXX: Permission denied".  This
723638032Speter		involved a new compile flag "HASSETEUID" that takes
723738032Speter		the place of the old _POSIX_SAVED_IDS -- it turns out
723838032Speter		that the POSIX interface is broken enough to break
723938032Speter		some systems badly.  This includes some fixes for
724038032Speter		HP-UX.  Also fixes problems where the real uid is
724138032Speter		not reset properly on startup (from Neil Rickert).
724238032Speter	Fix a problem that caused timed out messages to not report the
724338032Speter		addresses that timed out.  Error messages are also more
724438032Speter		"user friendly".
724538032Speter	Drop required bandwidth on connections from 64 bytes/sec to
724638032Speter		16 bytes/sec.
724738032Speter	Further Solaris portability changes -- doesn't require the BSD
724838032Speter		compatibility library.  This also adds a new
724938032Speter		"HASGETDTABLESIZE" compile flag which can be used if
725038032Speter		you want to use getdtablesize(2) instead of sysconf(2).
725138032Speter		These are loosely based on changes from David Meyer at
725238032Speter		University of Oregon.  This now seems to work, at least
725343730Speter		for quick test cases.
725438032Speter	Fix a problem that can cause duplicate error messages to be
725538032Speter		sent if you are in SMTP, you send to multiple addresses,
725638032Speter		and at least one of those addresses is good and points
725738032Speter		to an account that has a .forward file (whew!).
725838032Speter	Fix a problem causing messages to be discarded if checkcompat()
725938032Speter		returned EX_TEMPFAIL (because it didn't properly mark
726038032Speter		the "to" address).  Problem noted by John Myers.
726138032Speter	Fix dfopen to return NULL if the open failed; I was depending
726238032Speter		on fdopen(-1) returning NULL, which isn't the case.  This
726338032Speter		isn't serious, but does result in weird error diagnoses.
726438032Speter		From Michael Corrigan.
726538032Speter	CONFIG: add UUCP_MAX_SIZE M4 macro to set the maximum size of
726638032Speter		messages sent through UUCP-family mailers.  Suggested
726738032Speter		by Bill Wisner of The Well.
726838032Speter	CONFIG: if both MAILER(uucp) and MAILER(smtp) are specified,
726938032Speter		include a "uucp-dom" mailer that uses domain-style
727038032Speter		addressing.  Suggested by Bill Wisner.
727138032Speter	CONFIG: Add LOCAL_SHELL_FLAGS and LOCAL_SHELL_ARGS to match
727238032Speter		LOCAL_MAILER_FLAGS and LOCAL_MAILER_ARGS.  Suggested by
727338032Speter		Christophe Wolfhugel.
727438032Speter	CONFIG: Add OSTYPE(aix3).  From Christophe Wolfhugel.
727538032Speter
727638032Speter8.2/8.2		1993/07/11
727738032Speter	Don't drop out on config file parse errors in -bt mode.
727838032Speter	On older configuration files, assume option "l" (use Errors-To
727938032Speter		header) for back compatibility.  NOTE:  this DOES NOT
728038032Speter		imply an endorsement of the Errors-To: header in any way.
728138032Speter	Accept -x flag on AIX-3 as well as OSF/1.  Why, why, why???
728238032Speter	Don't log errors on EHLO -- it isn't a "real" error for an old
728338032Speter		SMTP server to give an error on this command, and
728438032Speter		logging it in the transcript can be confusing.  Fix
728538032Speter		from Bill Wisner.
728638032Speter	IRIX compatibility changes provided by Dan Rich
728738032Speter		<drich@sandman.lerc.nasa.gov>.
728838032Speter	Solaris 2 compatibility changes.  Provided by Bob Cunningham
728938032Speter		<bob@kahala.soest.hawaii.edu>, John Oleynick
729038032Speter		<juo@klinzhai.rutgers.edu>
729138032Speter	Debugging: -d17 was overloaded (hostsignature and usersmtp.c);
729238032Speter		move usersmtp (smtpinit and smtpmailfrom) to -d18 to
729338032Speter		match the other flags in that file.
729438032Speter	Flush transcript before fork in mailfile().  From Eric Wassenaar.
729538032Speter	Save h_errno in mci struct and improve error message display.
729664562Sgshapiro		Changes from Eric Wassenaar.
729738032Speter	Open /dev/null for the transcript if the create of the xf file
729838032Speter		failed; this avoids at least one possible null pointer
729938032Speter		reference in very weird cases.  From Eric Wassenaar.
730038032Speter	Clean up statistics gathering; it was over-reporting because of
730138032Speter		forks.  From Eric Wassenaar.
730238032Speter	Fix problem that causes old Return-Path: line to override new
730338032Speter		Return-Path: line (conf.c needs H_FORCE to avoid
730438032Speter		re-using old value).  From Motonori Nakamura.
730538032Speter	Fix broken -m flag in K definition -- even if -m (match only)
730638032Speter		was specified, it would still replace the key with the
730738032Speter		value.  Noted by Rick McCarty of Texas Instruments.
730838032Speter	If the name server timed out over several days, no "timed out"
730938032Speter		message would ever be sent back.  The timeout code
731038032Speter		has been moved from markfailure() to dropenvelope()
731138032Speter		so that all such failures should be diagnosed.  Pointed
731238032Speter		out by Christophe Wolfhugel and others.
731338032Speter	Relax safefile() constraints: directories in an include or
731438032Speter		forward path must be readable by self if the controlling
731538032Speter		user owns the entry, readable by all otherwise (e.g.,
731638032Speter		when reading your .forward file, you have to own and
731738032Speter		have X permission in it; everyone needs X permission in
731838032Speter		the root and directories leading up to your home);
731938032Speter		include files must be readable by anyone, but need not
732038032Speter		be owned by you.
732138032Speter	If _POSIX_SAVED_IDS is defined, setuid to the owner before
732238032Speter		reading a .forward file; this gets around some problems
732338032Speter		on NFS mounts if root permission is not exported and
732438032Speter		the user's home directory isn't x'able.
732538032Speter	Additional NeXT portability enhancements from Axel Zinser.
732638032Speter	Additional HP-UX portability enhancements from Brian Bullen.
732738032Speter	Add a timeout around SMTP message writes; this assumes you can
732838032Speter		get throughput of at least 64 bytes/second.  Note that
732938032Speter		this does not impact the "datafinal" default, which
733038032Speter		is separate; this is just intended to work around
733138032Speter		network clogs that will occur before the final dot
733238032Speter		is sent.  From Eric Wassenaar.
733338032Speter	Change map code to set the "include null" flag adaptively --
733438032Speter		it initially tries both, but if it finds anything
733538032Speter		matching without a null it never tries again with a
733638032Speter		null and vice versa.  If -N is specified, it never
733738032Speter		tries without the null and creates new maps with a
733838032Speter		null byte.  If -O is specified, it never tries with
733938032Speter		the null (for efficiency).  If -N and -O are specified,
734064562Sgshapiro		you get -NO (get it?) lookup at all, so this would
734138032Speter		be a bad idea.  If you don't specify either -N or -O,
734238032Speter		it adapts.
734338032Speter	Fix recognition of "same from address" so that MH submissions
734438032Speter		will insert the appropriate full name information;
734538032Speter		this used to work and got broken somewhere along the
734638032Speter		way.
734738032Speter	Some changes to eliminate some unnecessary SYSERRs in the
734838032Speter		log.  For example, if you lost a connection, don't
734938032Speter		bother reporting that fact on the connection you lost.
735038032Speter	Add some "extended debugging" flags to try to track down
735138032Speter		why we get occasional problems with file descriptor
735238032Speter		one being closed when execing a mailer; it seems to
735338032Speter		only happen when there has been another error in the
735438032Speter		same transaction.  This requires XDEBUG, defined
735538032Speter		by default in conf.h.
735638032Speter	Add "-X filename" command line flag, which logs both sides of
735738032Speter		all SMTP transactions.  This is intended ONLY for
735838032Speter		debugging bad implementations of other mailers; start
735938032Speter		it up, send a message from a mailer that is failing,
736038032Speter		and then kill it off and examine the indicated log.
736138032Speter		This output is not intended to be particularly human
736238032Speter		readable.  This also adds the HASSETVBUF compile
736338032Speter		flag, defaulted on if your compiler defines __STDC__.
736438032Speter	CONFIG: change SMART_HOST to override an SMTP mailer.  If you
736538032Speter		have a local net that should get direct connects, you
736638032Speter		will need to use LOCAL_NET_CONFIG to catch these hosts.
736738032Speter		See cf/README for an example.
736838032Speter	CONFIG: add LOCAL_MAILER_ARGS (default: `mail -d $u') to handle
736938032Speter		sites that don't use the -d flag.
737038032Speter	CONFIG: hide recipient addresses as well as sender addresses
737138032Speter		behind $M if FEATURE(allmasquerade) is specified; this
737238032Speter		has been requested by several people, but can break
737338032Speter		local aliases.  For example, if you mail to "localalias"
737438032Speter		this will be rewritten as "localalias@masqueradehost";
737538032Speter		although initial delivery will work, replies will be
737638032Speter		broken.  Use it sparingly.
737738032Speter	CONFIG: add FEATURE(domaintable).  This maps unqualified domains
737838032Speter		to qualified domains in headers.  I believe this is
737938032Speter		largely equivalent to the IDA feature of the same name.
738038032Speter	CONFIG: use $U as UUCP name instead of $k.  This permits you
738138032Speter		to override the "system name" as your UUCP name --
738238032Speter		in particular, to use domain-ized UUCP names.  From
738338032Speter		Bill Wisner of The Well.
738438032Speter	CONFIG: create new mailer "esmtp" that always tries EHLO
738538032Speter		first.  This is currently unused in the config files,
738638032Speter		but could be used in a mailertable entry.
738738032Speter
738838032Speter8.1C/8.1B	1993/06/27
738938032Speter	Serious security bug fix: it was possible to read any file on
739038032Speter		the system, regardless of ownership and permissions.
739138032Speter	If a subroutine returns a fully qualified address, return it
739238032Speter		immediately instead of feeding it back into rewriting.
739338032Speter		This fixes a problem with mailertable lookups.
739438032Speter	CONFIG: fix some M4 frotz (concat => CONCAT)
739538032Speter
739638032Speter8.1B/8.1A	1993/06/12
739738032Speter	Serious bug fix: pattern matching backup algorithm stepped by
739838032Speter		two tokens in classes instead of one.  Found by Claus
739938032Speter		Assmann at University of Kiel, Germany.
740038032Speter
740138032Speter8.1A/8.1A	1993/06/08
740238032Speter	Another mailertable fix....
740338032Speter
740438032Speter8.1/8.1		1993/06/07
740538032Speter	4.4BSD freeze.  No semantic changes.
740638032Speter