Added all of the MH sources, including RCS files, in
[mmh] / docs / historical / mh-6.8.5 / conf / config / 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 @BEGIN: BBSERVER
6 <@(MHETCPATH)/BBoardAliases
7
8 @END: BBSERVER
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)