comparison NEWS @ 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
parents 9d88a7d55f53
children a4d8f20a992f
comparison
equal deleted inserted replaced
290:792e0201c1b3 291:95d536599fd7
16 been possible to send mail because the server required AUTH but hadn't 16 been possible to send mail because the server required AUTH but hadn't
17 said ``ESMTP'' in its greeting message. Thanks to inne for pointing me 17 said ``ESMTP'' in its greeting message. Thanks to inne for pointing me
18 on that. This fixes also Debian bug #349211. 18 on that. This fixes also Debian bug #349211.
19 19
20 - The postmaster address is now matched caseless, as required by RFC. 20 - The postmaster address is now matched caseless, as required by RFC.
21
22 - -qo (without argument) is now considered obsolete. Its behavior (online
23 detect and send over the available route) is included in -q. One may
24 simply use -q instead. In the -qo case no local mail is sent, but why
25 would be not want to do so? -qo (without arg) is still working but will
26 likely change its behavior to something more useful in the future.
21 27
22 - Command line address arguments are now added to the recipient 28 - Command line address arguments are now added to the recipient
23 list instead of substracted, when -t is used. This coveres a rare 29 list instead of substracted, when -t is used. This coveres a rare
24 corner-case. It is a change from exim's behavior to postfix's. 30 corner-case. It is a change from exim's behavior to postfix's.
25 31