📄 zerobase.m4
字号:
################################################################################################################################## 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -