BSD 4_4 release
[unix-history] / usr / src / contrib / mh-6.8 / conf / config / MailAliases
CommitLineData
efa8a49a
C
1; See comments at end of this file
2; This file is almost empty as MH now supports personal aliases.
ad787160 3; @(#)$Id: MailAliases,v 1.3 90/04/05 15:40:57 sources Exp $
efa8a49a 4
ad787160
C
5@BEGIN: BBSERVER
6<@(MHETCPATH)/BBoardAliases
7
8@END: BBSERVER
efa8a49a
C
9;everyone: *
10
11; Blank lines and lines beginning with a ; are ignored.
12; < file -> read more aliases from "file"
13; foo: fum -> simple replacement
14; foo: fum, fie -> list replacement
15; foo: < file -> list replacement from "file"
16; foo: = group -> list replacement from UNIX group
17; foo: + group -> list replacement by ALL users in /etc/passwd
18; with gid == group
19; foo: * -> list replacement by ALL users in /etc/passwd
20; with uid >= 200
21; foo*: fum -> matches foo<string> (including the empty string)
22;
23; using a ';' instead of a ':' indicates that the alias should be displayed
24; along with the addresses used (normally, the addresses replace the alias
25; completely)