view support/general/MailAliases @ 17:76d91e545ea8 default tip

addrsbr and dtimep fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 24 Nov 2014 14:49:25 +0900
parents 441a2190cfae
children
line wrap: on
line source

; See comments at end of this file
; This file is almost empty as MH now supports personal aliases.
; @(#)$Id: MailAliases,v 1.2 2005/04/19 15:25:08 kono Exp $

;everyone: *

; Blank lines and lines beginning with a ; are ignored.
; < 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
; foo: *        -> list replacement by ALL users in /etc/passwd
;                     with uid >= 200
; foo*: fum     -> matches foo<string> (including the empty string)
;
; using a ';' instead of a ':' indicates that the alias should be displayed
; along with the addresses used (normally, the addresses replace the alias
; completely)