comparison support/general/MailAliases @ 0:bce86c4163a3

Initial revision
author kono
date Mon, 18 Apr 2005 23:46:02 +0900
parents
children 441a2190cfae
comparison
equal deleted inserted replaced
-1:000000000000 0:bce86c4163a3
1 ; See comments at end of this file
2 ; This file is almost empty as MH now supports personal aliases.
3 ; @(#)$Id$
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)