mailaliases
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 代码 · 共 26 行
TXT
26 行
; See comments at end of this file; This file is almost empty as MH now supports personal aliases.; @(#)$Id: MailAliases,v 1.2 90/11/25 18:45:39 sharpe Exp $@BEGIN: BBSERVER<@(MHETCPATH)/BBoardAliases@END: BBSERVER;everyone: *; Blank lines and lines beginning with a ; are ignored.; < file -> read more aliases from "file"; foo: fum -> simple replacement; foo: fum, fie -> list replacement; foo: < file -> list replacement from "file"; foo: = group -> list replacement from UNIX group; foo: + group -> list replacement by ALL users in /etc/passwd; with gid == group; foo: * -> list replacement by ALL users in /etc/passwd; with uid >= 200; foo*: fum -> matches foo<string> (including the empty string);; using a ';' instead of a ':' indicates that the alias should be displayed; along with the addresses used (normally, the addresses replace the alias; completely)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?