X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5dd6771b28c257af405d7248639ed0e3bcdce38b..6b6e5f94f81e56e9e9e1cf26ea596c01ed403555:/etc/MailAliases diff --git a/etc/MailAliases b/etc/MailAliases index 5037a545..0d0bc8cf 100644 --- a/etc/MailAliases +++ b/etc/MailAliases @@ -1,4 +1,3 @@ -; ; MailAliases -- nmh global aliases file ; ; This file is used to define aliases that are valid for all mh users. @@ -10,7 +9,7 @@ ; everyone: * -; Blank lines and lines beginning with a ; are ignored. +; Blank lines and lines beginning with a ;, :, or # are ignored. ; < file -> read more aliases from "file" ; foo: fum -> simple replacement ; foo: fum, fie -> list replacement @@ -25,3 +24,7 @@ ; using a ';' instead of a ':' indicates that the alias should be displayed ; along with the addresses used (normally, the addresses replace the alias ; completely) +; +; A backslash at the end of a line escapes the following newline, even +; in comment lines. Thus, comments endinf with a \ will be continued even +# without a leading ;, :, or # on the followling line.