Moved etcpath() from config/config.c to sbr/path.c
[mmh] / etc / MailAliases
index c5be141..e8455db 100644 (file)
@@ -1,8 +1,6 @@
 ;
 ; MailAliases -- nmh global aliases file
 ;
-; $Id$
-;
 ; This file is used to define aliases that are valid for all mh users.
 ; This file is almost empty as MH now supports personal aliases.
 ;
 ; everyone: *
 
 ; Blank lines and lines beginning with a ; are ignored.
-; < file       -> read more aliases from "file"
+; < file        -> read more aliases from "file"
 ; foo: fum      -> simple replacement
 ; foo: fum, fie -> list replacement
 ; foo: < file   -> list replacement from "file"
 ; foo: = group  -> list replacement from UNIX group
 ; foo: + group  -> list replacement by ALL users in /etc/passwd
-;                    with gid == group
+;                  with gid == group
 ; foo: *        -> list replacement by ALL users in /etc/passwd
-;                     with uid >= 200
+;                  with uid >= 200
 ; foo*: fum     -> matches foo<string> (including the empty string)
 ;
 ; using a ';' instead of a ':' indicates that the alias should be displayed