Added all of the MH sources, including RCS files, in
[mmh] / docs / historical / mh-6.8.5 / support / general / MailAliases
1 ; See comments at end of this file
2 ; This file is almost empty as MH now supports personal aliases.
3 ; @(#)$Id: MailAliases,v 1.3 90/04/05 15:40:57 sources Exp $
4
5 ;everyone: *
6
7 ; Blank lines and lines beginning with a ; are ignored.
8 ; < file        -> read more aliases from "file"
9 ; foo: fum      -> simple replacement
10 ; foo: fum, fie -> list replacement
11 ; foo: < file   -> list replacement from "file"
12 ; foo: = group  -> list replacement from UNIX group
13 ; foo: + group  -> list replacement by ALL users in /etc/passwd
14 ;                     with gid == group
15 ; foo: *        -> list replacement by ALL users in /etc/passwd
16 ;                     with uid >= 200
17 ; foo*: fum     -> matches foo<string> (including the empty string)
18 ;
19 ; using a ';' instead of a ':' indicates that the alias should be displayed
20 ; along with the addresses used (normally, the addresses replace the alias
21 ; completely)