comparison man/masqmail.route.5 @ 141:fc731510cc9d

typo fixes in masqmail.route(5)
author meillo@marmaro.de
date Tue, 06 Jul 2010 19:01:41 +0200
parents 80b207e8b8af
children 4aa6b6e18a13
comparison
equal deleted inserted replaced
140:867bb186a829 141:fc731510cc9d
101 101
102 .TP 102 .TP
103 \fBallowed_return_paths\fR = \fIlist\fR 103 \fBallowed_return_paths\fR = \fIlist\fR
104 104
105 This is a semicolon `;' separated list of addresses. 105 This is a semicolon `;' separated list of addresses.
106 Messages which have one one of these addresses as the return path will be used using this route 106 Messages which have one of these addresses as the return path will be used using this route
107 (if not also in \fBnot_allowed_return_paths\fR or an item in \fBnot_allowed_mail_locals\fR matches). 107 (if not also in \fBnot_allowed_return_paths\fR or an item in \fBnot_allowed_mail_locals\fR matches).
108 108
109 Patterns containing `?' and `*' can be used. 109 Patterns containing `?' and `*' can be used.
110 The special item "<>" matches the null sender address (eg. failure notices or delivery notifications). 110 The special item "<>" matches the null sender address (eg. failure notices or delivery notifications).
111 111
112 .TP 112 .TP
113 \fBnot_allowed_return_paths\fR = \fIlist\fR 113 \fBnot_allowed_return_paths\fR = \fIlist\fR
114 114
115 This is a semicolon `;' separated list of addresses. 115 This is a semicolon `;' separated list of addresses.
116 Messages which have one one of these addresses as the return path will not 116 Messages which have one of these addresses as the return path will not
117 be used using this route (even if also in \fBallowed_return_paths\fR 117 be used using this route (even if also in \fBallowed_return_paths\fR
118 or an item in \fBallowed_mail_locals\fR matches). 118 or an item in \fBallowed_mail_locals\fR matches).
119 119
120 Patterns containing `?' and `*' can be used. 120 Patterns containing `?' and `*' can be used.
121 The special item "<>" matches the null sender address (eg. failure notices or delivery notifications). 121 The special item "<>" matches the null sender address (eg. failure notices or delivery notifications).
141 .TP 141 .TP
142 \fBset_h_from_domain\fR = \fIstring\fR 142 \fBset_h_from_domain\fR = \fIstring\fR
143 143
144 Replace the domain part in `From:' headers with this value. 144 Replace the domain part in `From:' headers with this value.
145 This may be useful if you use a private, outside unknown address on your local LAN 145 This may be useful if you use a private, outside unknown address on your local LAN
146 and want this to be replaced by the domain of the address of your email addrsss on the internet. 146 and want this to be replaced by the domain of the address of your email address on the internet.
147 Note that this is different to \fBset_return_path_domain\fR, see below. 147 Note that this is different to \fBset_return_path_domain\fR, see below.
148 148
149 .TP 149 .TP
150 \fBset_h_reply_to_domain\fR = \fIstring\fR 150 \fBset_h_reply_to_domain\fR = \fIstring\fR
151 151