fixes for minor problems that surfaced in the past three weeks.
The official release is changed only for bugfixes and portability
issues (with a very rare exception this time). New features are
normally tested in the snapshot releases which eventually evolve
into the next official Postfix version.
- New "postcat -q" (search the queue for the named file) support
from snapshot release because I can no longer see people suffer.
- Allow <@site,@site:address> route addresses in SMTP commands.
This address form was deprecated years ago.
- "sendmail -q<time>" without -bd option now exits immediately,
instead of waiting for input and screwing up system boot sequences.
- The Postfix LMTP client used the wrong service name, causing
trouble with SASL 2.1.13.
- Turned off non-blocking write to pipe because too many systems
gave an unexpected write() result, causing partial delivery of
messages to commands like procmail."
"Perhaps the most notable changes are bug fixes for broken "mbox"
functionality, for a crash when Taking to a Rule, for a crash when Sorting
on some IMAP servers, and for a problem when forwarding address book
entries and Taking them, which caused remote address book corruption.
There is some new support for reading news from more than one NNTP server,
a new tab-checks-recent feature to allow checking for new mail in a folder
without opening it, and a few other small improvements."
"Cue" is a small mail user agent (mail reader/writer).
Features:
- capable of handling Japanese and English (or ASCII) emails (no Latin1)
- S/MIME, and MIME Multipart handling
- it looks just like mh-e or mew, but is much more lightweight. It is not
an elisp program but an independent program that uses curses.
from Jun-ichiro itojun Hagino <itojun@iijlab.net>
- use compface from mail/faces instead of graphics/compface to be
able to use sylpheed and sylpheed-claws simultaneous
Mostly from Jim Geovedi <jim@corebsd.or.id>, ok maintainer