masqmail-0.2
diff docs/masqmail.aliases.5 @ 34:8ea86ac25658
reformating of man page sources
with some typographic improvements
author | meillo@marmaro.de |
---|---|
date | Fri, 07 May 2010 13:50:23 +0200 |
parents | 607221b0dac1 |
children | 8071dc6c6ed1 |
line diff
1.1 --- a/docs/masqmail.aliases.5 Thu May 06 13:31:57 2010 +0200 1.2 +++ b/docs/masqmail.aliases.5 Fri May 07 13:50:23 2010 +0200 1.3 @@ -1,42 +1,54 @@ 1.4 -.TH masqmail.aliases 5 User Manuals 1.5 +.TH masqmail.aliases 5 2010-05-07 masqmail-0.2.21 "File Formats" 1.6 + 1.7 .SH NAME 1.8 masqmail.aliases \- masqmail alias file format 1.9 + 1.10 + 1.11 .SH DESCRIPTION 1.12 1.13 -This man page describes the format of the masqmail alias file. Its usual location is \fI/etc/aliases\f1. 1.14 +This man page describes the format of the masqmail alias file. 1.15 +Its usual location is \fI/etc/aliases\fR. 1.16 + 1.17 1.18 .SH FILE FORMAT 1.19 1.20 The alias file consists of lines of the form: 1.21 local_part: item1, item2, ... 1.22 -Items can be surrounded by quotes '"'. If within the quotes other quotes are needed for an address they can be escaped with a leading backslash '\'. 1.23 +Items can be surrounded by double quotes `"'. 1.24 +If within the quotes other quotes are needed for an address they can be 1.25 +escaped with a leading backslash `\\'. 1.26 1.27 -A leading '\' indicates that this address shall not be further expanded. 1.28 +A leading backslash `\\' indicates that this address shall not be further expanded. 1.29 1.30 -A leading pipe symbol '|' indicates that the item shall be treated as a pipe command. The content of the message will then be sent to the standard input of a command. The command will run under the user id and group id masqmail is running as. If quotes are needed, the pipe symbol must appear within the quotes. 1.31 +A leading pipe symbol `|' indicates that the item shall be treated as a pipe command. 1.32 +The content of the message will then be sent to the standard input of a command. 1.33 +The command will run under the user id and group id masqmail is running as. 1.34 +If quotes are needed, the pipe symbol must appear within the quotes. 1.35 1.36 Loops will be detected, the offending address will be ignored. 1.37 1.38 -Aliases will be expanded at delivery time. This means that if there is a message still in the queue and you change any alias which matches one of the recipient addresses, the change will have effect next time a delivery is attemped. 1.39 +Aliases will be expanded at delivery time. 1.40 +This means that if there is a message still in the queue and you change 1.41 +any alias which matches one of the recipient addresses, 1.42 +the change will have effect next time a delivery is attemped. 1.43 1.44 There is no need to restart masqmail or run any command when the alias file has been changed. 1.45 1.46 + 1.47 .SH AUTHOR 1.48 1.49 -masqmail was written by Oliver Kurth. It is now maintained by Markus Schnalke <meillo@marmaro.de>. 1.50 +Masqmail was written by Oliver Kurth. 1.51 +It is now maintained by Markus Schnalke <meillo@marmaro.de>. 1.52 1.53 -You will find the newest version of masqmail at \fBhttp://prog.marmaro.de/masqmail/\f1. 1.54 +You will find the newest version of masqmail at \fBhttp://prog.marmaro.de/masqmail/\fR. 1.55 There is also a mailing list, you will find information about it at masqmail's main site. 1.56 1.57 + 1.58 .SH BUGS 1.59 1.60 -You should report them to the mailing list. 1.61 +Please report bugs to the mailing list. 1.62 + 1.63 1.64 .SH SEE ALSO 1.65 1.66 -\fBmasqmail.conf (5)\f1, \fBmasqmail (8)\f1, 1.67 - 1.68 -.SH COMMENTS 1.69 - 1.70 -This man page was written using \fBxml2man (1)\f1 by the same author. 1.71 - 1.72 +\fBmasqmail.conf(5)\fR, \fBmasqmail(8)\fR,