zerobase.m4

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· M4 代码 · 共 49 行

M4
49
字号
##################################################################################################################################		RULESET ZERO PREAMBLE##########	The beginning of ruleset zero is constant through all#####	configurations.###### @(#)zerobase.m4	4.1	(ULTRIX)	7/2/90#############################################################################################################################S9# rerun ruleset 3 and then call 0 againR$+			$:$>3$1R$+			$@$>0$1S0# first make canonical (necessary for recursion)#R$+			$:$>3$1				make canonical# handle special cases.....R@			$#local$:MAILER-DAEMON		handle <> formR$*<@[$+]>$*		$:$1<@$[[$2]$]>$3		lookup numeric addrR$*<@[$+]>$*		$#tcp$@[$2]$:$1@[$2]$3		numeric internet spec# arrange for local names to be fully qualifiedR$*<$*$=S>$*		$1<$2$3.LOCAL>$4		user@etherhost# canonicalize using the nameserver if not internal domainR$*<@$*.$~I>$*		$:$1<@$[$2.$3$]>$4R$*<@$->$*		$:$1<@$[$2$]>$3# now delete the local infoR$*<$*$=w.$D>$*		$1<$2>$4			thishost.thisdomainR$*<$*$=w.$=D>$*	$1<$2>$5			thishost.localdomainR$*<$*$=w>$*		$1<$2>$4			thishostR$*<$*.>$*		$1<$2>$3			drop trailing dotR<@>:$*			$@$>9$1				retry after route stripR$*<@>			$@$>9$1				strip null trash & retryR$*<@LOCAL>		$@$>9$1				strip null trash & retry###################################  End of ruleset zero preamble  ###################################

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?