[3.7Wpl2:Sep/23/1998]
	smtpcheck:
		Avoid map lookup twice in a line -- 8.8.x does not support it.
		 reported by KOYAMA Youichi <koyama@kuis.kyoto-u.ac.jp>
		USE_ORBS added
		USE_RBL and USE_ORBS support log/mark options
		 (sendmail 8.9.1+3.1W required to use log/mark)
		USE_SENDER_DNS_CHECK supports log/mark options
		FORMAT_RECEIVED supports SenderInfo (R8V8 only)
		REJ_RCPT_LIST added
		SKIP_CHECK_DOMAIN/SKIP_CHECK_IPADDR added
	deliver, route, alias:
		$@ should be @* to refer argument vectors in shell script
		 reported by Yasuhiro Fukuma <yasuf@ariake.ne.jp>
		 in fj.mail.system.sendmail
	OPTYPE/linux-redhat added.
	OPTYPE/openbsd added.
	Samples/unknown-remote.def added
		unknown users are passed to the SPOOL
	mailer.*:
		*_MAILER_OPTS_ADD added

[3.7Wpl1:Aug/19/1998]
	doc/procmail.doc.jpn:
		Revised by Ayamura Kikuchi <ayamura@ayamura.org>
	anotheraddr:
		Position of *_MAILER_OPTS insersion
	smtpcheck:
		Fix on quoting.
		"nis" allowed as map type.
		Warning on use of SPAM_LIST_TYPE or RELAY_MAP_TYPE

[3.7W:Aug/4/1998]
	smtpcheck:
!!! CAUTION !!!
!!! CAUTION !!! default of MAIL_RELAY_RESTRICTION is changed to 'yes'
!!! CAUTION !!! MAIL_FROM_DOMAIN renamed as CLIENT_FROM_DOMAIN
!!! CAUTION !!! SPAM_LIST_TYPE and RELAY_MAP_TYPE are obsolete
!!! CAUTION !!!
		WITH_OLD_CF added just for append restriction rulesets to old
		 style sendmail.cf
		SPAM_REGEX added
		LOWER_MX_OK added
		HDR_REJECT_BADMID, HDR_REJECT_RCPTADDRS added
		discard mailer supported by SPAM_LIST feature
		errmsg supported by SPAM_LIST feature
		NEED_SENDER_DOMAIN added
		CLIENT_HOST_DOMAIN and CLIENT_HOST_IPADDR added
		CLIENT_DENY_TO and RELAY_MAP_INSIDE added
		ROAM_HOST_DOAIN, ROAM_HOST_IPADDR, ROAM_USERS added
		REJECT_EXTERN_SRR added
		MX_SENDMAIL will be checked when LOWER_MX_OK=yes
	files.v8,files-null.v8,proto.v8,option.v8,version.v8:
		added for sendmail 8.9 support
		 based on patches by Makoto MATSUSHITA
		 <matusita@ics.es.osaka-u.ac.jp>
	files.v?, files-null.v?
		ident, brokensmtp are obsolete
	proto.v8:
		discard added
	proto.*:
		FORMAT_RECEIVED=None supported not to append Received: header.
		FORMAT_RECEIVED=EnvFrom supported to dispose envelope
		 sender in Received: header.
	files.check, proto.check added
	cf_select:
		*.check supported, for just adding check_* rulesets to
		existing sendmail.cf.
	Standard/smtpcheck.* added
	procmail:
		typo fixed: PROCMAIL_MAILER_PATH
		do not remove domain part
		problem reported by Takeshi Itoh <tito@ca.mbn.or.jp>
	Mkfilter:
		requires perl always.
		CFSHELL variable available: If /usr/bin/ksh should be used
		for Tools/Configure, set /usr/bin/ksh in CFSHELL environment
		variable.
	usertable;
		:default:maildrop support for local map
	OSTYPE/mklinux added
		requested by Akitoshi MORISHIMA <ohm@kyoto.wide.ad.jp>
	OSTYPE/nt4.0 added
	OSTYPE/solaris2.6,solaris2.6-ml added (just a link)
	mailer.*:
		*_MAILER_OPTS are open for user for definition of special
		options.
	proto.v[567]:
		rewrite <@> into NULL in ruleset 4 not to show <<>>.
	acceptaddr* address canon general hub* mailer.v* proto.v*
	 specialfrom usertable:
		ALIAS_REWRITE added
	alias, another_addr:
		typo fixed

[3.6W:Dec/25/1997]
	smtpcheck:
		!!CAUTION!! new feature added and some variables renamed
		!!CAUTION!! defaults are changed
		default map class is changed from hash to null.
		definition of mx map class is commented out.
		 pointed out by Fumitaka Murayama <fm@nn.solan.chubu.ac.jp>
		rename: DEFAULT_CHECK_RELAY -> CHECK_RELAY_DEFAULT
		rename: ALLOW_RELAY_JUST_TO -> ALLOW_RELAY_TO
		rename: ALLOW_RELAY_JUST_FROM -> ALLOW_RELAY_FROM
		RELAY_MAP added as replacement of former ALLOW_RELAY_TO/FROM.
		USE_MAPS_RBL added
		USE_SENDER_DNS_CHECK added (CNAME is also checked)
	Makefile:
		MASTER should be MASTERDIR and TOOLS should be TOOLDIR in
		.def.cf rule.
		 reported by KAWAMOTO Yosihisa <kawamoto@ics.es.osaka-u.ac.jp>
	Mkfilter:
		use STDIN to pass configuration variables if PERL is selected
		to avoid environment area limitation.
		 requested by KAWAMOTO Yosihisa <kawamoto@ics.es.osaka-u.ac.jp>
	uucp.v6:
		UUCP_MAILER_SUB shuld be UUCP_MAILER_FLAG_SUB
		UUCP_MAILER_ADD shuld be UUCP_MAILER_FLAG_ADD
		 reported by Toshio Sengoku <sengoku@intsys.co.jp>
	proto.v?:
		a rule for local delivery added
		(used in case of "<mailer:localhost>.user")
	proto*.v[567]:
		$g -> <$g>
		 reported by Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
		S0USERTABLEMAILDROP moved to earlier position
		 problem reported
		 by Yoshihisa Tsunoda <ytsunoda@hp469.kama.melco.co.jp>
	option.v[67]:
		default of EIGHT_BIT_HANDLING changed to pass8 from mime.
	uucp.v?:
		mailer flag h deleted.
	junet:
		default for Standards/* changed to 'no'
	hub, secondary:
		rule for NIS+ added
		 requested by Akihisa Kurashima <kura@mmp.cl.nec.co.jp>
	bitnet:
		auto added.
		 suggested by SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
	netnews:
		ruleset for recipients is changed from 20 to 20/21
		 requested by Uichi Katsuta <katsuta@lang2.bs1.fc.nec.co.jp>
	irix5:
		: ${TIME_ZONE=} added.
		 suggested by Ayamura Kikuchi <ayamura@ayamura.org>
	irix6: linked to irix5
	irix, irix5:
		mailer flag E added.
	bsdi3.1: linked to bsd386
	cyrus:
		moved to Master/.
		files.v[56], proto.v[67] are also changed.
		define CYRUS_MAILER_PATH explicitly if you want to use this.
	procmail:
		moved to Master/.
		files.v[56], proto.v[67] are also changed.
		define PROCMAIL_MAILER_PATH explicitly if you want to use this.
	Hacks/smtpfeed:
		added. see Samples/falcon.def for detail.

[3.6Wbeta7:Sep/13/1997]
	smtpcheck:
		spamIP rules
		 requested by Ayamura Kikuchi <ayamura@ayamura.org>
	proto-null.v7, files-null.v7:
		smtpcheck supported
		 suggested by Ryuji Matsumoto <matumoto@pluto.ai.kyutech.ac.jp>
	proto.v?:
		missing $X at smtp-mx rules
		 reported by Kenji Ikeda <ikeda@impress.co.jp>
	Hacks/cyrus:
		user+mbox supported
	Hacks/procmail added
		requested by Ayamura Kikuchi <ayamura@ayamura.org>
		document (procmail.doc.jp) also contributed
	OSTYPE/aix:
		TIME_ZONE= added for default
		 suggested by Naohiro IIMURA <iimura@sra.co.jp>
	OSTYPE/linux-debian added
		suggested by MIZUHARA Bun <mizuhara@scissors.coup.rim.or.jp>

[3.6Wbeta6:Aug/15/1997]
	smtpcheck:
		MAIL_FROM_DOMAIN supported
		 requested by Eiji Kuramoto <eiji@papanui.ddt.or.jp>
	proto.v?:
		spacing on Trusted Users Definition
		 suggested by TACHIBANA toshio <toshio@IRI.CO.JP>
	new files:
		Samples/Hacks/cyrus
		Samples/relay-check.*
		Samples/imap-cyrus.*

[3.6Wbeta5:Jun/28/1997]
	smtpcheck:
		created to restrict abuse of relay feature
		external DB lookup supported
		requested by Ayamura Kikuchi <ayamura@ayamura.org>
		bug fix from MURASHITA Takuya <tmu@ikegami.co.jp>
		improvement suggestion from Toshihide Wakata <wakata@h2o.or.jp>
	usertable:
		USERTABLE_LOCAL_REWRITE added
		suggested by Ryuya Une <une@po.harenet.or.jp>
		USERTABLE_RECIPIENT_REWRITE added
		%1 (arg reference operator) can be used
		 at :default:maildrop and *:maildrop
	proto.v7
		HDRCHECK added
	proto.v[567]:
		S1ALIASRULE added
		S21USERTABLEMAILNAME1 added (but not used)
	alias:
		S and A and L added
		S: sender header/recipient rewriting
		A: rewritng in another_addr rule set
		L: rewriting for LOCALHACKs
	allocchar:
		infinite allocation for extend macro/class mode
	mailertable:
		mailer can be specified without parameter like:
			.isle.kuis.kyoto-u.ac.jp	smtp-ignmx
		requested by Yoshiro YONEYA <yone@pi.ntts.co.jp>
	indirect:
		DIRECT_DELIVER_MAILER added
		requested by Takashi OKU <oku@osa.sharp.co.jp>
	proto.v*:
		removed:
		S11USERTABLEMAILNAME2, S21USERTABLEMAILNAME2
		S1LOCALHACK, S2LOCALHACK
		relocated:
		S11SPECIALREWRITE, S11USERTABLEMAILNAME1, S11GENERICREWRITE
		S21SPECIALREWRITE, S21USERTABLEMAILNAME1, S21GENERICREWRITE
		added:
		S1LOCALHACK1, S1LOCALHACK2, S2LOCALHACK1, S2LOCALHACK2
		renamed: [CUATION!]
		S11LOCALHACK2, S11LOCALHACK3, S11LOCALHACK4,
		S11LOCALHACK5, S11LOCALHACK6
		S21LOCALHACK2, S21LOCALHACK3, S21LOCALHACK4,
		S21LOCALHACK5, S21LOCALHACK6
	option.v[567]:
		changes on Milti for Received: header format definition
	spool.v1:
		ADMIN_STICKY
		Nariyoshi YAMAI <yamai@ise.eng.osaka-u.ac.jp>
	mailer.*:
		definitions of mailer options are moved before A= equate
		problem noted by M.Nishida <nishida@tam-net.or.jp>
	Samples/Makefile:
		rules for install/restart added
		requested by Teruhiko Shinmura <shin@muse.hans.or.jp>
	address:
		LOCAL_RR, PROG_RR commented out

[3.5Wpl7:Apr/21/1997]
	general:
		ACCEPT_OFFICIAL: fix on inverted yes/no.
		reported by Teruhiko Shinmura <shin@muse.hans.or.jp>

[3.5Wpl6:Apr/20/1997]
	localdeliver:
		PLUSSED_ORDER and PLUSSED_ADDRS_MATCH supported.
		requested by Yasuo Okabe <okabe@kudpc.kyoto-u.ac.jp>
	general, proto.v?:
		ACCEPT_OFFICIAL added .
		requested by Akitoshi Morishima <ohm@kyoto.wide.ad.jp>
	address, proto.v?:
		fix on mis-imprementation on REWRITE_GENERIC_TO for local
		delivery.
		reported by Hiroto Kagotani <kagotani@in.it.okayama-u.ac.jp>
	Checkenv:
		fix on variable extract

[3.5Wpl5:Mar/11/1997]
	OSTYPE/hpux10:
		path corrected
		reported by Motoyuki Kasahara <m-kasahr@sra.co.jp>
	in-wall.def added in Samples/
	mlfilt-tiny2 added in support/mailing-list/
	mailer.v7:
		flag 9 deleted
	mailer.v[567]:
		'A=IPC $h 25' added as a comment for smtp mailers
	option.v[67]:
		changed to EIGHT_BIT_HANDLING=mime
	general:
		sample configuration with -o for cw_FILE_PATH added as a comment
	another_addr:
		*_FLAGS_BASE/ADD/SUB supported
		*_TYPE added for V6/V7 format


[3.5Wpl4:Feb/2/1997]
	another_addr:
		"," missing at mailer declaratin
		reported by Hiroshi Ogata <hiroshi@nereid.rim.or.jp>
	options.v[567]:
		"Multi" supported for Received: header configuration
		based on code from taca@fxis.fujixerox.co.jp (Takahiro Kambe)
	acceptaddr*:
		delete redundant "." for domain specific ACCEPT_LOWER declaratin
		reported by fukase@cst.nihon-u.ac.jp (FUKASE Mikio)

[3.5Wpl3:Jan/22/1997]
	usertable:
		ruleset 92 will be called with domain specific configuration
		reported by sekino@jegw.j-energy.co.jp (Atsushi Sekino)
		also by Masato-lilica-Atsume <atsume@furil.rd.casio.co.jp>
	proto.v[567]:
		smtp-mx:static.secondary.mx supported
		requested by Satoshi Nakagawa <nakagawa@kansai.oki.co.jp>
	OSTYPE/ds90:
		quotation missing
		reported by Toshiaki Nomura <nom@yk.fujitsu.co.jp>

[3.5Wpl2:Jan/4/1997]
	mailertable:
		+domain format added to match both exact and lower subdomain
		requested by Shoichi SAITO <saito@sol.cs.ritsumei.ac.jp>
		do not set "-o" always
	proto.v[67], option.v[67]:
		TRUSTED_USERS_FILE_PATH added
		requested by TABATA Tomohira <loba@k2.t.u-tokyo.ac.jp>
	option.v7:
		TIMEOUT_MCI_INFO added
	OSTYPE/solaris2.5:
		mailerflag 'm' removed
	OSTYPE/solaris2.5-ml added to support mail.local
		many people requested to add this
	proto.v[567]:
		S87RULE added to pass relay restriction
		problem reported by Yoshiro YONEYA <yone@pi.ntts.co.jp>
	usertable:
		:default:maildrop supported
		fix on cooperative use with nosourceroute

[3.5Wpl1:Nov/18/1996]
	usertable:
		'-' should be escaped by '\'
		reported by Yoshiro YONEYA <yone@pi.ntts.co.jp>
	mailer.v?, proto.v?:
		S19RELAYRULE added
	OSTYPE/newsos6:
		TIME_ZONE= added
		requested by Koichi MOURI <mouri@sol.cs.ritsumei.ac.jp>
	proto.v7:
		typo: INIT_TIMEOUT_CONNECT should be TIMEOUT_INIT_CONNECT
		reported by yana@bug.co.jp (Masanori Yanagawa)
	OSTYPE/ds90:
		some changes to catch up newest version (UXP/DS V20L20 Y96051)
		from Shin Kamimura <kamimura@sel.fujitsu.co.jp>

[3.5W:Oct/2/1996]
	mailer.v[567]:
		PROG_MAILER_WDIR added for specification of working directory
		for prog-mailer.
	OSTYPE/nt3.5 added:
		configuration for "Sendmail with POP3 for Windows NT"
		from Hideto Yui <yui@sc.fip.fujitsu.co.jp>

[3.5Wbeta5:Sep/17/1996]
	acceptaddr:
		ACCEPT_BESTMX and BESTMX_DOMAINS added.
	another_addr, external:
		space adjustment.
	uucp.v[156]:
		space adjustment.
		mailerflag 'h' added.
		mailer type added(uucp.v6).
	error:
		DSN status support.
	files.*:
		separate added.
	separate added:
		POP pseudo-domains support.
	options.v7:
		Timeout.iconnect added.
	pop-feed:
		some fixes.
	proto-null.v[567]:
		catch up proto.v* on option definitions.
	proto.v[15]:
		popdom [separate] support.
	proto.v[67]:
		popdom [separate] support.
		ACCEPT_BESTMX support.
	redirect:
		message changed.
	usertable:
		wildcard support for maildrop definitions.
	proto.v7:
		variables CHECK_MAIL, CHECK_RCPT, CHECK_RELAY, CHECK_COMPAT are
		available for message rejection (a feature of 8.8).
		See also Appendix A of MANUAL.jpn.
	Samples/Hacks/Check_Rules added:
		this is a sample of check_* rules which rejects some pattern
		of message traffic for sendmail 8.8

[3.5Wbeta4:Sep/2/1996]
	option.v7 proto.v7 proto-null.v7 files.v7 files-null.v7 mailer.v7:
		added to support V7 configuration.
	new options for CF_TYPE:
		R8V7, R8V7-null for specifing creation of V7 style sendmail.cf
	new configuration terms for V7:
		SINGLE_LINE_FROM
		ALLOW_BOGUS_HELO
		CONN_RATE
		UNSAFE_GROUP_WRITES
		DOUBLE_BOUNCE
		HSTAT_DIR
		SINGLE_THREAD_DELIVERY
		RUN_AS_USER

[3.5Wbeta1-3:Aug/20/1996]
	Mksample:
		DEF_COMMENT handling added to show a comment line in sample
		*.def file
	Checkenv:
		skip "O Option" lines in "option" master file.
	V5 specific files are renamed as *.v5
		version -> version.v5
		proto -> proto.v5
		files -> files.v5
		uucp -> uucp.v1, uucp.v5
	created files to support V6 style sendmail.cf for sendmail 8.7
		version.v6, proto.v6, files.v6
	files*:
		changed to reference renamed files
	new options for CF_TYPE:
		R8V6, R8V6-null for specifing creation of V6 style sendmail.cf
	obsolete configuration terms for V6:
		DEF_GID -> unified with DEG_UID
		UNIX_HEADER -> UNIX_FROM_LINE
		DELIMITER -> OPERATOR_CHARS
		SMTP_LOGIN_MESSAGE -> SMTP_GREETING_MSG
		MSG_TIMEOUT -> TIMEOUT_QUEUE*
		READ_TIMEOUT -> TIMEOUT_*
	new configuration terms for V6:
		VENDER_CODE	default is Berkeye. you may not have to change.
		EIGHT_BIT_HANDLING
		MAX_MSG_SIZE
		TIMEOUT_INITIAL
		TIMEOUT_HELO
		TIMEOUT_MAIL
		TIMEOUT_RCPT
		TIMEOUT_DATAINIT
		TIMEOUT_DATABLOCK
		TIMEOUT_DATAFINAL
		TIMEOUT_CONNECT
		TIMEOUT_RSET
		TIMEOUT_QUIT
		TIMEOUT_MISC
		TIMEOUT_COMMAND
		TIMEOUT_IDENT
		TIMEOUT_FILEOPEN
		TIMEOUT_QUEUERETURN 
		TIMEOUT_QUEUERETURN_NORMAL
		TIMEOUT_QUEUERETURN_URGENT
		TIMEOUT_QUEUERETURN_NON_URGENT
		TIMEOUT_QUEUEWARN 
		TIMEOUT_QUEUEWARN_NORMAL
		TIMEOUT_QUEUEWARN_URGENT
		TIMEOUT_QUEUEWARN_NON_URGENT
		QUEUE_SORT_ORDER
		MIN_QUEUE_AGE
		DEF_CHAR_SET
		SERVICE_SWITCH
		HOSTS_FILE_PATH
		DIAL_DELAY
		NO_RECIPIENT_ACTION
		FILE_ENV
		COLON_OK_IN_ADDR
		MAX_QUEUE_RUN
		DONT_EXPAND_CNAME
		SMTP_GREETING_MSG
		UNIX_FROM_LINE
		OPERATOR_CHARS
		DONT_INIT_GROUPS
	obsoleted configuration terms to specify mailer flags
		LOCAL_MAILER_FLAG
		PROG_MAILER_FLAG
		SMTP_MAILER_FLAG
		ESMTP_MAILER_FLAG
		RELAY_MAILER_FLAG
		warning messages are typed out if these are used.
	new configuration terms to specify mailer flags
		LOCAL_MAILER_FLAG_BASE
		LOCAL_MAILER_FLAG_ADD
		LOCAL_MAILER_FLAG_SUB
		PROG_MAILER_FLAG_BASE
		PROG_MAILER_FLAG_ADD
		PROG_MAILER_FLAG_SUB
		SMTP_MAILER_FLAG_BASE
		SMTP_MAILER_FLAG_ADD
		SMTP_MAILER_FLAG_SUB
		ESMTP_MAILER_FLAG_BASE (V5 or V6 only)
		ESMTP_MAILER_FLAG_ADD (V5 or V6 only)
		ESMTP_MAILER_FLAG_SUB (V5 or V6 only)
		SMTP8_MAILER_FLAG_BASE (V6 only)
		SMTP8_MAILER_FLAG_ADD (V6 only)
		SMTP8_MAILER_FLAG_SUB (V6 only)
		RELAY_MAILER_FLAG_BASE
		RELAY_MAILER_FLAG_ADD
		RELAY_MAILER_FLAG_SUB
	flagbit:
		added to manage mailer flag bit configuration
		based on an idea suggested by MORISHIMA Naoto
		<naoto-m@is.aist-nara.ac.jp>
	Makefile:
		to create V6 style sample "sendmail.cf"s
		fix on SHELL path
	option.v5, proto.v5:
		fix on comment for "Oc" option
	localdeliver, proto.v?:
		S0PLUSSEDRULE added.
	address, address-null, brokensmtp, domaintable, hub.v1, ident
	alias, canon, deliver, hub, indirect, kanji, localdeliver,
	specialfrom, secondary, secondary.v1, uucp.v1, uucp.v5, uucp.v6
	spool.v1 route, netnews
		optional class file support
		you can define path of class files prepended with -o
		for optional file (surpress warnings)
		e.g.
			LOCAL_USERS='-o /etc/sendmail.localusers' (R8s only)
	usertable:
		characters '-', '_' should be mapped into supported chars
		(i.e. 8 and 9) for sendmail 8.6
		reported by Yuichi Shimoda <wv5y-smd@asahi-net.or.jp>
	proto.v6:
		a dispatching rule for smtp8 added in ruleset 88
		problem noted by Kozo Hashimoto <kozo@kurasc.kyoto-u.ac.jp>
	localdeliver:
		separator for plussed user notation "+" is configurable
		suggested by Hayato Ishibashi <hishibas@ics.uci.edu>
	support/mailfeed-alpha:
		includes MAILFEED enhancement by Kenji Rikitake
		<kenji@reseau.toyonaka.osaka.jp>

[3.4W5:Apr/1/1996]
	junet, error, nosourceroute, one-token:
		error code changed
	OSTYPE/solaris2.5:
		newly supported
	proto, proto.v1:
		unmarking route addrd in S3

[3.4W4:Jan/29/1996]
	localdeliver:
		fix a problem with conditional expression in "if".
	proto-null*
		LOCALFROM, HDRLOCALUSERS added.
	files-null*:
		address-null added.
	address-null:
		created.
	option*:
		"Novers" added as an option of header configuration.
	redirect:
		user.unknown rule added.
	accept*:
		!lw-file option added.
	usertable:
		obsolete variable check added.
	proto*, address:
		variable renamed. (RECEIPIENT -> RECIPIENT)
		S[12]0GENERICREWRITE added.
		fix on invalid trailing colon.
	specialfrom:
		fix on undefining USER information.

[3.4W3:Oct/6/1995]
	address:
		default LOCAL_ADMIN_USERS was not defined
	usertable:
		forward/reject control on undefined users supported
		specify "error" as 4th field in USERTABLE_MAPS definitions
		USERTABLE_MAILNAME_LOOKUP_ALL is obsolete
	proto, proto.v1:
		add defocus rule at S97/S7
	localdeliver:
		fix a bug on PLUSSED_*
		 reported by Kenji Rikitake <kenji@rcac.tdi.co.jp>
	deliver, allocchar:
		changes to support {long_name} style macro/class variable
		which is available with sendmail 8.7 or later.
		WIDE style (^A-^z) macro/class variable is obsolete.
	support/restriction/mail_filter.pl:
		security consideration for using with taintperl
		 reported by Kaoru Yamashita <kaoru@is.toyo-eng.co.jp>
	support/kanji/sendmail.kc:
		fix on manipulation of variable $SENDER
		 reported by MURAYAMA Fumitaka <umura@nn.solan.chubu.ac.jp>
		 and Masanori Yanagawa <yana@bug.co.jp>

[3.4W2:Aug/24/1995]
	usertable, proto:
		mailname can handle addresses with domain part
		big changes on the feature... READ THE DOCUMENT!
	mailertable:
		any maps supported
	mailer, mailer.v1:
		more configurable mailer definitions
	proto, proto.v1:
		S3LOCALHACK_GROUP, S3LOCALHACK_STRIP added
	MANUAL.jpn
		the name popfeed is changed to pop-feed
	indirect:
		adding a comment for default relay definition
		to sendmail error mailer
		adding a comment for use of fallback mailserver
	Makefile:
		path of perl auto detection (Master/Which created)
	Master/Mkfilter:
		added /usr/bsd to PATH for hostname on IRIX
	OSTYPE:irix
		STATUS_FILE_PATH corrected
	OSTYPE:irix5 created
	option.v1:
		do not define DEF_NET
	uucp, proto, proto.v1:
		NEED_SOMEWHERE_HACK added
	specialfrom:
		SPECIAL_ACCEPTABLE_USERS added
		SPECIAL_ACCEPTABLE_USER_HEAD added
		SPECIAL_ACCEPTABLE_USER_TAIL added
		ACCEPT_SPECIAL has been obsolete
	address:
		more configurable LOCAL_ADMIN_USERS
	proto, localdeliver
		domain rewrite rules added
	proto-*:
		some LOCALHACKs added
	support/kanji/binmain.kc:
		fix on sender option management problem
	contrib/xns:
		XNS mailing support from Takahiro Kanbe
		 <taka@nwt.fxis.fujixerox.co.jp>

[3.4W:Jun/1/1995]
	beta period terminated.
	one-token:
		bug fix: the keyword "yes" should be "reject".
	proto, proto.v1:
		bad address format check on unbalanced [, ]

[3.4Wbeta6:May/21/1995]
	option, option.v1:
		SMTP greating message is changed
	proto:
		add error code 554 for error response of invalid address
		support list:; syntax
		support plussed address
	localdeliver added for plussed address support
	uucp:
		comment changed for uucp mailer arg ($f -> $g)
	hub, hub.v1:
		fix on dispatching
		ALIAS_DB should be ignored (unsupported currently)
	reject-one is renamed to one-token
		!!! REJECT_ONE is changed to ONE_TOKEN_HOST !!!
	OSTYPE/hpux10, aix4 added.

[3.4Wbeta5:Apr/28/1995]
	deliver:
		HGW (exact match host/domain gateway) added.
	another_addr:
		mailer options for smtp2/uucp2 got configurable.
	reject-one:
		deliver-ignmx support.

[3.4Wbeta4:Apr/20/1995]
	proto:
		fix on misplaced rule which removes extra ':'
		 reported by MURAYAMA Fumitaka <umura@nn.solan.chubu.ac.jp>
	binmail.kc:
		fix on wrong usage of variable to execute commands by evaluation
		 from FUKASE Mikio <fukase@sp.cst.nihon-u.ac.jp>
	uucp:
		comment lines added to note '-f' flag of uux.
		 suggested by Ken Ueki <ueki@optec.ch.furukawa.co.jp>
	option:	
		write out a warning when REDIRECT=yes and AUTO_REBUILD=True
		and CHECK_ALIASES=True.
		make Received line be configurable without "from host".
	external:
		a sample definition deleted.

[3.4Wbeta3:Mar/8/1995]
	acceptaddr, acceptaddr.nmtc, indirect, indirect.nmtc,
	nis.hosts, specialfrom, spool, spool-null:
		just a comment line added.
	canon:
		minor fix on cname feature.
		fix: not canonicalized when CANON=no and CANON_ENVELOPE=yes
		  reported by NAKAMURA Kouzi (sleepy@maekawa.is.uec.ac.jp).
	deliver:
		ESTATIC added.
	files, files.nmtc, files.v1:
		kanji, external, pop-feed, another_addr, nosourceroute added.
	hub, hub.v1, option, option.v1, spool.v1, uucp:
		not to use "xargs".
	mailer, mailer.v1, uucp:
		an optional variable splitted.
	proto, proto.v1:
		kanji, external, pop-feed, another_addr, nosourceroute added.
		pop-feed is requested by Kenji Rikitake (kenji@rcac.tdi.co.jp).
		nosourceroute is requested by Akihisa Kurashima
		  (kura@mmp.cl.nec.co.jp).
		smtp-ignmx: can be used with GW operand.
		LOCAKHACK_RETRYRULE added.
	proto-null:
		dispatching rules are moved to S5.
	kanji, external, pop-feed, another_addr, nosourceroute:
		new features.
	specialfrom:
		SPECIAL_USER_HEAD, SPECIAL_USER_TAIL supported.

[3.3W9:Dec/1/1994]
	error:
		default of USE_DEFAULT_ERROR_MESSAGES is changed to YES
	canon:
		cname feature is added
		  (from Akihisa Kurashima <kura@mmp.cl.nec.co.jp>)
	Makefile:
		slight change on depend-rule
	acceptaddr*:
		LOWER_NAMES added
		  (suggested by Hideo Morishita <manmos@stellar.co.jp>)
	news-support/{CNEWS,INN} created

[3.3W8:Nov/17/1994]
	proto,proto.v1:
		smtp-mx and local added in ruleset 88/9
		location of STATICRULE is re-changed
	redirect:
		*.forward feature added

	acceptaddr*, deliver, alias, route:
		a space in definision of class by file is removed

[3.3W7:Oct/25/1994]
	alias:
		class matching feature added.
	deliver, route:
		negative matching feature (NGW) added.
	proto,proto.v1:
		location of rejectone/deliver changed.
		HDRALIAS added.
	error:
		typo fixed (dispatching rule problem).
	files*, Mkfilter:
		make DEFAULT_FILE be able to use as default really.
	indirect.nmtc:
		write warning message on DIRECT_DELIVER_DOMAINS.
	canon:
		default value change(short -> one).
	OSTYPE/bsdi*
		linked to bsd4.4.

[3.3W6:Sep/20/1994]
	bitnet, decnet, deliver, hub.*, indirect*,  nis.hosts, numeric
	spool*, uucp, mailertable, proto, proto.v1, acceptaddr, error
		fix on dispatching rule problem.

[3.3W5:Sep/17/1994]
	specialfrom:
		ACCEPT_ADDRS is considerd

[3.3W4:Aug/25/1994]
	hub*,uucp,option*:
		use xargs instead of exec-here-document
		to avoid bug of sh on SunOS 4.1.[23]

[3.3W3:Aug/20/1994]
	proto*:
		LOCALHACK_OPTION added.
	mailer, mailer.v1:
		RELAY_FROM_RAW added.
	usertable:
		USERTABLE_DOMAIN_MATCH added.
	alias:
		make missing-dot valid syntax with wildcard '*'.
		this change matches to description in UNIX Magazine....

[3.3W2:Jun/29/1994]
	Mkfilter:
		quotation added on checking of perl
	copyright notice

[3.3W:May/10/1994]
	general, canon, netnews, uucp, acceptaddr.nmtc, files.nmtc,
	 version.nmtc, indirect.nmtc, deliver, route:
		support for sendmail without multi-token class
	almost files:
		change [ "$VAR" != "" ] to [ "$VAR" ]
	spool, spool.v1:
		IGNORE_SPOOL_ADDR, WITH_SPOOL_ADDR added
	uucp, general, netnews:
		delete quote for static constants
	error:
		missing trailing continuation back slash
	Makefile:
		gather "chmod +x" rules to dist: entry
	Mksample, Mkfilter, files*, Makefile:
		CF_TYPE/cf_select added
	cf_select:
		newly added
	numeric:
		strip trailing dot off on R8
	junet, reject-one, error:
		fix on quoting of error messages
		fix on 3-digit error codes
	OSTYPE/ews-ux4, newsos6:
		newly added
	OSTYPE/hpux:
		use rmail instead of bin-mail
	Mkfilter:
		option -n for echo was removed
	Master/nis -> Master/nis.hosts (renamed)
	option:
		multiple NIS aliases map support
	proto, proto,v1:
		CANONRULE5 was missing
	OSTYPE/dgux:
		remove -d flag from arguments of /bin/mail
	indirect,indirect.nmtc:
		make error on UUCP addressing for direct delivery
		with SMTP mailer
	news-support/mailtonews:
		changes for use of INN


[3.2W6:Feb/15/1994]
	indirect, secondary, hub, bitnet, spool-null, option.v1, option,
	general, hub.v1, secondary.v1, specialfrom, spool.v1:
		do not use := substitution for availability with old B-shell
	Mkinfo, proto, proto.v1, proto-null, proto-null.v1:
		format of making infomation was changed
	address, canon, hub.v1, secondary.v1, specialfrom, spool.v1:
		initialize CLASS variable as NULL before processing
	netnews:
		newly added
	mailertable:
		fix on nested subdomain (from 8.6.6)
	Makefile, Checkenv:
		added to detect variable conflict
	* some documents were moved to doc/
	* news-support/ was created


[3.2W5:Jan/25/1994]
	option:
		delete default warinig interval (/4h)
	proto, proto.v1:
		add a rule to trap no user address (i.e. <@host>)
	mailer, mailer.v1, uucp:
		support *_MAILER_MAXSIZE and *_MAILER_MAXLINE similarly
	specialfrom, indirect, secondary, secondary.v1, uucp,
	spool.v1, spool, bitnet, decnet, canon, usertable, hub, hub.v1:
		store macro/class characters in global variables
	version*:
		do not allocate a class dinamically for fake domains
	OSTYPE/*:
		cleanup


[3.2W4:Jan/16/1994]
	proto-null, proto-null.v1:
		class . is changed to class X
		macro W is changed to macro X
		(these changes are done for consistency with non null cf)
	spool-null:
		MACRO_T must be MACRO_SA
	allocchar:
		closing quotation missing
	route:
		use "eval" (was not changed at 3.2W :-<)
		!! $j, $m, *, etc. should be quoted in *_FILE !!
	Makefile:
		proto-null* had been ignored for filter generation


[3.2W3:Jan/15/1994]
	uucp:
		do not insert SYSNAME_ALIASES rules if it is NULL
	protp, proto.v1:
		change $* to $+ on %-hack rules
		(prescan error occurs with R5 on invalid address)
	version*:
		do not allocate class for fake domains
		it is already allocated statically


[3.2W2:Jan/14/1994]
	acceptaddr:
		add a comment that '$m' can not be used with R5 sendmail


[3.2W1:Jan/14/1994]
	uucp:
		typo in UUCP_RELAY processing


[3.2W:Jan/14/1994]
	almost sources:
		adopt dynamic allocation of class/macro character
	Mkfilter:
		move management on LOCALHACK_REVISION_ID to localhack
	Mksample:
		delete descriptions to read domaindefault localhack (to files)
	general:
		rename USE_cw_FILE as USE_cw_FILECLASS
	acceptaddr:
		require leading dot on ACCEPT_LOWER
		rename LOWER_MATCH_WITH_ACCEPT_ADDR as LOWER_MATCH_STYLE
		and extend feature
		add lw_FILE_PATH
		missing @ in management of CANONACCEPTLOWER
		rename USE_aa_FILE as USE_aa_FILECLASS
	brokensmtp:
		rename BROKEN_SMTP_PEERS as ESMTP_PEERS
		use class e instead of class b (to suit for 2.3W patch)
	canon:
		support unknown on CANON_ENVELOPE
	deliver,alias,route:
		use "eval" to manage quotatin correctry
	deliver:
		change USE_DEFAULT_ERROR_MESSAGES to yes automatically
		when error: mailer is used
	ident:
		new
	hub,hub.v1
		rename IGN_HUB_MX as IGNORE_HUB_MX
	option:
		add TRUSTED_USERS (for future release)
		rename USER_DATABASE_FILE as USER_DATABASE_FILE_PATH
		correct comment for PRIVACY_FLAGS
	option,option.v1:
		rename ALIAS_FILE as ALIAS_FILE_PATH
		rename ERROR_MSG_FILE as ERROR_MSG_FILE_PATH
		rename HELP_FILE as HELP_FILE_PATH
		rename STAT_FILE as STAT_FILE_PATH
		default timeout (MSG_TIMEOUT) is changed from 3d to 7d
		default path changed for spool
	proto:
		rename BROKENSMTPPEERS as ESMTPPEERS
		IDENTPEERS added
		TRUSTDEF added
	proto,proto.v1:
		HDRACCEPTLOWER added
		CHAR_ALLOCATION_LIST added
	usertable:
		nis added as a comment for USERTABLEDB
		rename USERTB_APPLY_LOCAL as USERTABLE_APPLY_LOCAL
	default:
		new
		support DEFAULT_REVISION_ID
	localhack:
		new
	allocchar:
		new
	files*:
		add default and localhack
	files:
		add ident
	version*:
		definition of CHARALLOC
		initialization of some class/macro character
	junet,reject-one:
		quote error message
	secondary:
		map lookup supported on SECONDARY_USERS (V5 only)
	secondary.v1:
		separated from secondary
	uucp:
		SYSNAME_ALIASES added


[3.1W15:Dec/23/1993]
	canon:
		$B$^$@$"$C$?(B CANON_ENVELOPE $B$N(B typo $B$r=$@5(B
	options:
		$B%*%W%7%g%s(B I $B$N(B True $B$N@_Dj$r:o=|(B
	uucp:
		CANON_UNKNOWN_UUCP $B$rDI2C(B
		CANON_ENVELOPE $B$K4X$9$k=$@5(B
	files, files.v1:
		canon $B$NFI$_9~$_$r(B acceptaddr $B$ND>A0$K0\F0(B
	acceptaddr:
		CANON_ENVELOPE $B$K4X$9$k=$@5(B
	proto, proto.v1:
		list syntax $B$N2r<a$,(B 3.1W8 $B$h$j8m$C$F$$$?$N$r=$@5(B
		UUCPRESRULE, CANONACCEPTADDR, CANONACCEPTLOWER,
		CANONRULE[1-4] $B$rDI2C(B
		R8's cf $B$h$j(B:
			user@ $B$N2r<a(B
			@host $B$r%(%i!<$K$9$k(B
			sanity checking
	OSTYPE/bsdi1.0:
	OSTYPE/dgux:
	OSTYPE/dynix3.2:
	OSTYPE/sco3.2:
		$B?75,:n@.(B(R8's cf $B$h$j(B)


[3.1W14:Dec/6/1993]
	proto, proto.v1:
		DSPTLOCALHACK $B$rDI2C(B
	canon:
		CANON_ENVELOPE $B$N(B typo $B$r=$@5!"%G%U%)%k%H$r(B no $B$KJQ99(B
	error:
		$B0lIt$N(B NOHOST $B$r(B UNAVAILABLE $B$KJQ99(B


[3.1W13:Nov/24/1993]
	canon:
		"." $B$,H4$1$F$$$?$N$rJd$C$?(B
		(reported by umura@solan.chubu.ac.jp)
	deliver:
		route $B$NL>>N$+$iJQ99(B
	route:
		user@domain -> @route:user@domain $B$K=q$-49$($k%k!<%k$r@8@.$9$k(B
		$B5!G=$rDI2C(B
	error:
		can not deliver to ..., never heard of ... in domain ...
		$BEy$N%(%i!<%a%C%;!<%8$r4JC1$K=PNO$9$k5!G=$rDI2C(B
	proto, proto.v1:
		DSPTERRORRULE, ROUTERULE, HDRROUTE $B$rDI2C(B
	files, files.v1:
		deliver, error $B$rDI2C(B


[3.1W12:Nov/10/1993]
	version:
		DEF_ID $B$rDI2C(B
	acceptaddr:
		ACCEPT_ADDRS=$m $B$r%3%a%s%H$H$7$FDI2C(B
	uucp:
		$BJ#?t9T$K$o$?$kDj5A$K(B \ $B$,C&Mn$7$F$$$?(B
	proto, proto.v1:
		$B%k!<%k%;%C%H(B0 $B$N%j%H%i%$%k!<%k$r=$@5(B
	mailer, mailer.v1:
		PROG_MAILER_PATH $B$G(B smrsh $B$r;HMQ$9$k5-=R$r%3%a%s%H$H$7$FDI2C(B
	OSTYPE/bsd386:
		$B?75,:n@.(B (shigeya@foretune.co.jp $B$h$j(B)
	OSTYPE/newsos4.1
		newsos4 $B$K%j%M!<%`$7!"@N$NL>A0$G%j%s%/$rD%$k(B
	OSTYPE/sunos4.1
		sunos4 $B$K%j%M!<%`$7!"@N$NL>A0$G%j%s%/$rD%$k(B


[3.1W11:Nov/4/1993]
	proto, proto.v1:
		S0LOCALHACK_ACCEPT $B$rDI2C(B
		S29RELAYRULE $B$rDI2C(B
	acceptaddr:
		LOWER_MATCH_WITH_ACCEPT_ADDR $B$rDI2C(B
	option:
		MX_SENDMAIL $B$,(B no $B$N>l9g$K(B OI $B$rDj5A$7$J$$$h$&$KJQ99(B
	mailer, mailer.v1:
		relay mailer $B$N(B recipient ruleset $B$r(B 19 $B$+$i(B 29 $B$KJQ99(B
	address:
		REWRITE_LOCAL_ON_RELAY $B$rDI2C(B
		REWRITE_GENERIC_TO=yes $B$N>l9g!"(BRECEIPIENT_GENERIC $B$b(B yes $B$G(B
		$B$"$k$Y$-$J$N$G!"$=$N;]$N%a%C%;!<%8$r=PNO$9$k$h$&$KJQ99(B


[3.1W10:Nov/3/1993]
	uucp, proto, proto.v1:
		<> $B$NJ]B8$N=hM}$r(B uucp mailer $B$H(B smtp mailer $B$GJ,N%$7!"(B
		smtp mailer $B$KBP$7$F$O(B NULL $B$N$^$^$H$J$k$h$&$K$7$?(B
	proto, proto.v1:
		LOCALHACK_LOCALIZE $B$rDI2C(B
	bsd4.4:
		aliases, mqueue $B$N(B path $B$rJQ99(B


[3.1W9:Oct/30/1993]
	proto-null, proto-null.v1, spool-null:
		SPOOL_HOST_ADDR $B$rDI2C(B
		dot termination $B$KBP$9$k=hM}$rDI2C(B
	route:
		$B%3%a%s%H$rDI2C(B
	proto, proto.v1:
		enverope from $B$,(B <> $B$G$"$C$?>l9g$K!"(Buucp mailer $B7PM3$G(B
		<> $B$,@5$7$/EA$o$k$h$&$K$7$?(B
		(i.e. UNIX From $B$N(B sender $B$,6u$K$J$i$J$$$h$&$K$7$?(B)
		somewhere! $B$r=|5n$9$k%k!<%k$r%3%a%s%H$H$7$FDI2C(B
		host.!user -> user@host $B$K=q$-49$($k%k!<%k$rDI2C(B


[3.1W8:Oct/26/1993]
	address:
		general $B$h$jJ,N%(B
		REWRITE_GENERIC_FROM, REWRITE_GENERIC_TO $B$NDI2C(B
	files, files.v1:
		address $B$r(B general $B$+$iJ,N%$7$?$3$H$KBP1~(B
	MKfilter:
		sed $B$X$N0z?t$,D92a$.$F!"<B9T$,$G$-$J$/$J$k$3$H$KBP=h(B
	mailer, proto, proto.v1:
		REWRITE_GENERIC_FROM, REWRITE_GENERIC_TO $B$NDI2C(B
	files-null, files-null.v1, proto-null, proto-null.v1, spool-null:
		null sendmail.cf (spool $B$r;}$?$:!"(Bspool host $B$KA4$FE>Aw(B) $B$rDI2C(B


[3.1W7:Oct/22/93]
	uucp:
		UUCP_MAILER_ARGS $B$h$j(B -z -a$f $B$r:o=|(B


[3.1W6:Oct/20/93]
	route:
		ALIAS$B9T$K$h$k5-=R$rDI2C(B
		MAP$B9T$N5-=R$K4X$9$k;EMM$rJQ99(B


[3.1W5:Oct/16/93]
	general:
		optional $B$r(B USE_cw_FILE $B$NA*Br;h$KDI2C(B
		cw_FILE_PATH $B$rDI2C(B
	acceptaddr:
		optional $B$r(B USE_aa_FILE $B$NA*Br;h$KDI2C(B
		aa_FILE_PATH $B$rDI2C(B
	uucp:
		UUCP_MAILER_FLAG $B$h$j(B U (ugly uucp) $B$r:o=|(B


[3.1W4:Oct/14/93]
	redirect:
		$B%U%#!<%k%I%;%Q%l!<%?$,(B TAB $B$G$J$+$C$?(B


[3.1W3:Oct/13/93]
	option:
		Om (send me too) $B$N(B default $B$r(B True $B$KJQ99(B
	uucp, proto*:
		HDRUUNAME $B$rDI2C(B


[3.1W2:Oct/8/93]
	acceptaddr:
		class m $B$,(B sendmail $B$G;HMQ$5$l$F$$$k$?$a(B class Y $B$KJQ99(B


[3.1W:Oct/6/93]
	all:
		3.1W $B$H$7$F%j%j!<%9(B
