⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 base.m4

📁 操作系统SunOS 4.1.3版本的源码
💻 M4
字号:
# Version number of configuration fileinclude(version.m4)###   Standard macros# name used for error messagesDnMailer-Daemon# UNIX header formatDlFrom $g  $d# delimiter (operator) charactersDo.:%@!^=/[]# format of a total nameDq$g$?x ($x)$.# SMTP login messageDe$j Sendmail $v/$V ready at $b###   Options# Remote mode - send through server if mailbox directory is mountedOR# location of alias fileOA/etc/aliases# default delivery mode (deliver in background)Odbackground# rebuild the alias file automagicallyOD# temporary file mode -- 0600 for secure mail, 0644 for permissiveOF0600# default GIDOg1# location of help fileOH/usr/lib/sendmail.hf# log levelOL9# default messages to old styleOo# Cc my postmaster on error replies I generateOPPostmaster# queue directoryOQ/usr/spool/mqueue# read timeout for SMTP protocolsOr15m# status file -- noneOS/etc/sendmail.st# queue up everything before starting transmission, for safetyOs# return queued mail after this longOT3d# default UIDOu1###   Message precedencesPfirst-class=0Pspecial-delivery=100Pjunk=-100###   Trusted usersT root daemon uucp###   Format of headers H?P?Return-Path: <$g>HReceived: $?sfrom $s $.by $j ($v/$V)	id $i; $bH?D?Resent-Date: $aH?D?Date: $aH?F?Resent-From: $qH?F?From: $qH?x?Full-Name: $xHSubject:H?M?Resent-Message-Id: <$t.$i@$j>H?M?Message-Id: <$t.$i@$j>HErrors-To:##############################   Rewriting rules   ###############################  Sender Field Pre-rewritingS1# None needed.#  Recipient Field Pre-rewritingS2# None needed.# Name Canonicalization# Internal format of names within the rewriting rules is:# 	anything<@host.domain.domain...>anything# We try to get every kind of name into this format, except for local# names, which have no host part.  The reason for the "<>" stuff is# that the relevant host name could be on the front of the name (for# source routing), or on the back (normal form).  We enclose the one that# we want to route on in the <>'s to make it easy to find.# S3# handle "from:<>" special caseR$*<>$*			$@@				turn into magic token# basic textual canonicalizationR$*<$+>$*		$2				basic RFC822 parsing# make sure <@a,@b,@c:user@d> syntax is easy to parse -- undone laterR@$+,$+:$+		@$1:$2:$3			change all "," to ":"R@$+:$+			$@$>6<@$1>:$2			src route canonicalR$+:$*;@$+		$@$1:$2;@$3			list syntaxR$+@$+			$:$1<@$2>			focus on domainR$+<$+@$+>		$1$2<@$3>			move gaze rightR$+<@$+>		$@$>6$1<@$2>			already canonical# convert old-style names to domain-based names# All old-style names parse from left to right, without precedence.R$-!$+			$@$>6$2<@$1.uucp>		uucphost!userR$-.$+!$+		$@$>6$3<@$1.$2>			host.domain!userR$+%$+			$@$>3$1@$2			user%host#  Final Output Post-rewriting S4R$+<@$+.uucp>		$2!$1				u@h.uucp => h!uR$+			$: $>9 $1			Clean up addrR$*<$+>$*		$1$2$3				defocus#  Clean up an name for passing to a mailer#  (but leave it focused)S9R$=w!@			$@$w!$n				R@			$@$n				handle <> error addrR$*<$*LOCAL>$*		$1<$2$m>$3			change local infoR<@$+>$*:$+:$+		<@$1>$2,$3:$4			<route-addr> canonical

⌨️ 快捷键说明

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