masqmail-0.2

changeset 141:fc731510cc9d

typo fixes in masqmail.route(5)
author meillo@marmaro.de
date Tue, 06 Jul 2010 19:01:41 +0200
parents 867bb186a829
children 4aa6b6e18a13
files man/masqmail.route.5
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line diff
     1.1 --- a/man/masqmail.route.5	Tue Jul 06 17:43:31 2010 +0200
     1.2 +++ b/man/masqmail.route.5	Tue Jul 06 19:01:41 2010 +0200
     1.3 @@ -103,7 +103,7 @@
     1.4  \fBallowed_return_paths\fR = \fIlist\fR
     1.5  
     1.6  This is a semicolon `;' separated list of addresses.
     1.7 -Messages which have one one of these addresses as the return path will be used using this route
     1.8 +Messages which have one of these addresses as the return path will be used using this route
     1.9  (if not also in \fBnot_allowed_return_paths\fR or an item in \fBnot_allowed_mail_locals\fR matches).
    1.10  
    1.11  Patterns containing `?' and `*' can be used.
    1.12 @@ -113,7 +113,7 @@
    1.13  \fBnot_allowed_return_paths\fR = \fIlist\fR
    1.14  
    1.15  This is a semicolon `;' separated list of addresses.
    1.16 -Messages which have one one of these addresses as the return path will not
    1.17 +Messages which have one of these addresses as the return path will not
    1.18  be used using this route (even if also in \fBallowed_return_paths\fR
    1.19  or an item in \fBallowed_mail_locals\fR matches).
    1.20  
    1.21 @@ -143,7 +143,7 @@
    1.22  
    1.23  Replace the domain part in `From:' headers with this value.
    1.24  This may be useful if you use a private, outside unknown address on your local LAN
    1.25 -and want this to be replaced by the domain of the address of your email addrsss on the internet.
    1.26 +and want this to be replaced by the domain of the address of your email address on the internet.
    1.27  Note that this is different to \fBset_return_path_domain\fR, see below.
    1.28  
    1.29  .TP