masqmail-0.2

view man/masqmail.aliases.5 @ 179:ec3fe72a3e99

Fixed an important bug with folded headers! g_strconcat() returns a *copy* of the string, but hdr->value still pointed to the old header (which probably was a memory leak, too). If the folded part had been quite small it was likely that the new string was at the same position as the old one, thus making everything go well. But if pretty long headers were folded several times it was likely that the new string was allocated somewhere else in memory, thus breaking things. In result mails to lots of recipients (folded header) were frequently only sent to the ones in the first line. Sorry for the inconvenience.
author meillo@marmaro.de
date Fri, 03 Jun 2011 09:52:17 +0200
parents 0e7601b8cebf
children 49ebdea079c6
line source
1 .TH masqmail.aliases 5 2010-07-23 masqmail-0.2.28 "File Formats"
3 .SH NAME
4 masqmail.aliases \- masqmail alias file format
7 .SH DESCRIPTION
9 This man page describes the format of the masqmail alias file.
10 Its usual location is \fI/etc/aliases\fR.
13 .SH FILE FORMAT
15 The alias file consists of lines of the form:
16 local_part: item1, item2, ...
17 Items can be surrounded by double quotes `"'.
18 If within the quotes other quotes are needed for an address they can be
19 escaped with a leading backslash `\\'.
21 A leading backslash `\\' indicates that this address shall not be further expanded.
23 A leading pipe symbol `|' indicates that the item shall be treated as a pipe command.
24 The content of the message will then be sent to the standard input of a command.
25 The command will run under the user id and group id masqmail is running as.
26 If quotes are needed, the pipe symbol must appear within the quotes.
28 Loops will be detected, the offending address will be ignored.
30 Aliases will be expanded at delivery time.
31 This means that if there is a message still in the queue and you change
32 any alias which matches one of the recipient addresses,
33 the change will have effect next time a delivery is attemped.
35 There is no need to restart masqmail or run any command when the alias file has been changed.
38 .SH AUTHOR
40 Masqmail was written by Oliver Kurth.
41 It is now maintained by Markus Schnalke <meillo@marmaro.de>.
43 You will find the newest version of masqmail at \fBhttp://marmaro.de/prog/masqmail/\fR.
44 There is also a mailing list, you will find information about it at masqmail's main site.
47 .SH BUGS
49 Please report bugs to the mailing list.
52 .SH SEE ALSO
54 \fBmasqmail.conf(5)\fR, \fBmasqmail(8)\fR,