comparison conf/config/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 @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)