Mercurial > masqmail
changeset 291:95d536599fd7
updated ChangeLog, NEWS and date/version in the man pages
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Wed, 08 Dec 2010 18:06:44 -0300 (2010-12-08) |
parents | 792e0201c1b3 |
children | 5a93bdc261ba |
files | ChangeLog NEWS man/masqmail.8 man/masqmail.aliases.5 man/masqmail.conf.5 man/masqmail.route.5 man/mservdetect.1 man/rmail.8 |
diffstat | 8 files changed, 14 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed Dec 08 18:00:22 2010 -0300 +++ b/ChangeLog Wed Dec 08 18:06:44 2010 -0300 @@ -7,7 +7,7 @@ technical speach and with focus on compatibility. -0.3.1 Tue, 07 Dec 2010 17:51:27 -0300 +0.3.1 Wed, 08 Dec 2010 18:03:04 -0300 * smtp_out.c: changed the SMTP greeting behavior to match RFC 2821 (always try EHLO first). Thanks to inne for pointing me on that. See also Debian bug #349211 @@ -20,6 +20,7 @@ * added -bm for mode accept (it's the default but the other MTAs have it too) * calling masqmail as `newaliases' is now recognized + * mark -qo (without argument) obsolete (see man page) * refactored the cmdline argument processing (-m is recognized, unknown -oXXX options are ignored now and some corner-cases covered)
--- a/NEWS Wed Dec 08 18:00:22 2010 -0300 +++ b/NEWS Wed Dec 08 18:06:44 2010 -0300 @@ -19,6 +19,12 @@ - The postmaster address is now matched caseless, as required by RFC. +- -qo (without argument) is now considered obsolete. Its behavior (online +detect and send over the available route) is included in -q. One may +simply use -q instead. In the -qo case no local mail is sent, but why +would be not want to do so? -qo (without arg) is still working but will +likely change its behavior to something more useful in the future. + - Command line address arguments are now added to the recipient list instead of substracted, when -t is used. This coveres a rare corner-case. It is a change from exim's behavior to postfix's.
--- a/man/masqmail.8 Wed Dec 08 18:00:22 2010 -0300 +++ b/man/masqmail.8 Wed Dec 08 18:06:44 2010 -0300 @@ -1,4 +1,4 @@ -.TH masqmail 8 2010-07-23 masqmail-0.3.0 "Maintenance Commands" +.TH masqmail 8 2010-12-08 masqmail-0.3.1 "Maintenance Commands" .SH NAME masqmail \- An offline Mail Transfer Agent
--- a/man/masqmail.aliases.5 Wed Dec 08 18:00:22 2010 -0300 +++ b/man/masqmail.aliases.5 Wed Dec 08 18:06:44 2010 -0300 @@ -1,4 +1,4 @@ -.TH masqmail.aliases 5 2010-07-23 masqmail-0.3.0 "File Formats" +.TH masqmail.aliases 5 2010-12-08 masqmail-0.3.1 "File Formats" .SH NAME masqmail.aliases \- masqmail alias file format
--- a/man/masqmail.conf.5 Wed Dec 08 18:00:22 2010 -0300 +++ b/man/masqmail.conf.5 Wed Dec 08 18:06:44 2010 -0300 @@ -1,4 +1,4 @@ -.TH masqmail.conf 5 2010-07-23 masqmail-0.3.0 "File Formats" +.TH masqmail.conf 5 2010-12-08 masqmail-0.3.1 "File Formats" .SH NAME masqmail.conf \- masqmail configuration file
--- a/man/masqmail.route.5 Wed Dec 08 18:00:22 2010 -0300 +++ b/man/masqmail.route.5 Wed Dec 08 18:06:44 2010 -0300 @@ -1,4 +1,4 @@ -.TH masqmail.route 5 2010-07-23 masqmail-0.3.0 "File Formats" +.TH masqmail.route 5 2010-12-08 masqmail-0.3.1 "File Formats" .SH NAME masqmail.route \- masqmail route configuration file
--- a/man/mservdetect.1 Wed Dec 08 18:00:22 2010 -0300 +++ b/man/mservdetect.1 Wed Dec 08 18:06:44 2010 -0300 @@ -1,4 +1,4 @@ -.TH mservdetect 1 2010-07-23 masqmail-0.3.0 "User Commands" +.TH mservdetect 1 2010-12-08 masqmail-0.3.1 "User Commands" .SH NAME mservdetect \- Helper for masqmail and masqdialer