Patch supplied by martti.kuparinen@iki.fi in PR pkg/12222
Changes in 4.33
* NNTP authentication causes crash
* Attachment viewing broken
* Display-Filters and Url-Viewers with quoted arguments in config
broken
* Reverse sorting doesn't work correctly with filters
* Some combinations of non-ascii characters in subject cause crash
* Add version information to PC-Pine
* Top line in news index was painted incorrectly at times
* Crash caused by debugging when > 1K config lines are present
* PC-Pine LDAP crash caused by using incorrect memory free routine
* Save size check was disabled in multi append
Changes in 4.32
* File attaching broken (double filename) in PC-Pine
* Postponing loses second reply-to address
* Obscure crash when sorting by Threads
* Temporary file vulnerabilities
* Crash when NNTP authentication aborted
* Make /secure work again (broken in 4.30)
* Setup printer list problems with $PRINTER
* Recognize Re[arbitrary stuff]: reply syntax
* Allow for attaching files on a Windows network drive
Changes in 4.31
* Crashes when sorting by Threads
* Text of last message could be invisible with header larger than 4096
bytes
* Fixed a few buffer overflow possibilities
* Many problems if compiled without -DDEBUG
* Eliminated length restriction on address book comments
* Couldn't expand collections when selecting if combined-folder-display
set
* List options set only in fixed config didn't work
* Filtering based solely on scores didn't work
* Filtering to non-existent folder didn't ask to create the folder
* Save to default folder didn't work if the folder didn't already exist
* Crash when using WhereIs in Setup/Kolor with color turned off
* News collections would sometimes show up doubled until restarting
* Crash when accepting default in shuffle folder list command
* PC-Pine didn't always save window position
* Last-folder-used rule didn't always save the name of first saved
folder
* Rule editor address selector should allow multiple addresses
* Added Replicate command for Rules
* News validation doesn't validate against multiple news servers
* Reply to some text/html messages with attachments incorrectly set
content-type to text/html
* mail-directory setting in pine.conf doesn't work
1.11: Feb.14,2001:
smtp.c:
changes in logging format:
remove IPv6 letter in [IPv6:...] notation.
show proto=v4 when IPv4 address used if compiled with
--enable-v6.
show "(gateway)" after protocol gateway address.
patch from Makoto MATSUSHITA <matusita@ics.es.osaka-u.ac.jp>
text-based MIME mail client with PGP support
This version has IPv6 support and a new IMAPv4 client which works with
the server from 2000 series of the "imap-uw" package.
"2000" leaves dependencies on imap-uw unchanged. Also update to 2000.0.3nb1
as we now build a PIC static lib, libc-client_pic.a, used by php4-imap (I
wish libtool automatically built this library, too...)
- Added a workaround for RedHat's 4.0.4pl1-3 binary package (It's also
the same workaround for Konqueror and other PHP installations?)
- Select All works through the search
- Better escaped string handling from POST variables
- Many more code cleanups and optimizations
- Added Hungarian translation by Teemu Junnila <teejun@vallcom.com>
- Added Icelandic translation by Karl Heid-ar" <karlh@macho.is>
- Updated Taiwan translation
- Updated Sweedish translation
- Updated Finnish translation
The package has moved to Sourceforge.
Changes since 4.11:
New in version 4.45:
- Added -n and -V to usage message. (Thanks to Wolfgang Rohdewald
<WRohdewald@dplanet.ch> for catching this.)
- Added workarounds to prevent warnings resulting from a bug in Perl 5.6
- A blank line before the start of an email is not required now. This
allows broken folders created by Netscape to be read. (Thanks to Jeremy
Malcolm <terminus@terminus.net.au> for the bug report.)
New in version 4.44:
- execution with -M flag now 35% faster
- Added a Mail::Folder::FastReader module which can cause grepmail to
run 10-40% faster, depending on your system. Since this module is
experimental, the installation script will allow you to not install
the module. A C compiler is required.
- "-----Original Message-----" now recognized as beginning an included
message
- Fixed a bug where errors would not be displayed if compressed data
was piped to grepmail
- Date::Parse is now only required if -d is used. (Date::Manip is
still only required if you use complex date specfications.) (Thanks
to Richard Stallman <rms@gnu.org> for pointing this out.)
- Added -n flag to print line numbers a la grep. (Thanks to Richard
Stallman <rms@gnu.org> for the suggestion)
- Fixed a bug in debug output where the email subject was actually the
sender
- Fixed an undefined value in the printing of flag information
- An ASCII file is now determined to be a mailbox if it has a line
whose prefix is 'From' or 'X-From-Line:', and another line whose
prefix is 'Received ', 'Date:', 'Subject:', 'X-Status:', or
'Status:'.
- Error exits now return 1 (Thanks to Wolfgang Rohdewald
<WRohdewald@dplanet.ch> for the bug report)
- -V flag prints the version (Thanks to Wolfgang Rohdewald
<WRohdewald@dplanet.ch> for the feature request)
- Restructured code: localized reading of the emails from the file,
removed two functions
New in version 4.43:
- Fixed a bug in -r counting when used with -h. (Thanks to Andrew
<andrew@ugh.net.au> for the bug report.)
- Fixed a bug in the handling of included messages. (Thanks to Antoine
Martin <antonus@libertysurf.fr> for the bug report and suggestion
for the fix.)
New in version 4.42:
- Added -a flag to use received date instead of sent date for -d matches.
(Thanks to Michael Liljeblad <liljeblad at users.sourceforge.net> for the
patch.)
- Included emails are now ignored properly (Thanks to an anonymous submittor
for the bug report and part of a patch
https://sourceforge.net/bugs/?func=detailbug&bug_id=112159&group_id=2207)
- If an email has no date, the -d switch now issues a warning and does not
treat the email as a match (Thanks to David Blaine <blained at
users.sourceforge.net> for the bug report.)
- -d "" can be used to find emails without dates
- Mailbox files are now detected as files using
if ($buffer =~ /^(X-From-Line:|From) /im && $buffer =~ /^Subject: /im)
rather than
if ($buffer =~ /^(X-From-Line:|From) /im && $buffer =~ /^Date: /im)
- Improved detection of binary files. (Thanks to Dan Sugalski
<dan@tuatha.sidhe.org> for the sample code.)
- STDERR and STDOUT now checked separately during "make test"
- Headers can now be in the format "Date:<tab>" in addition to "Date: "
(Thanks to Benjamin Korvemaker <korvemaker at users.sourceforge.net> for the
patch and concept.)
New in version 4.41:
- Support for Gnus-style mail files added (Thanks to Werner Bosse
<Werner.Bosse@alcatel.de> for the patch.)
- Test mail files tweaked to make the test cases work better across all time
zones. (Thanks to Andreas Kutschera <Andreas.Kutschera@bln.siemens.de> for
the patch.)
- Added check for unparsable dates in email headers.
- Fixed a Perl warning raised when date parsing fails.
- Added instructions for getting the necessary modules to README.
New in version 4.40:
- Date::Parse and Date::Manip version unified -- Date::Parse is now required,
and Date::Manip (if present) is used to parse complex dates. (Patch by
Seth Cohn <sethcohn@users.sourceforge.net>, modified by David Coppit)
New in version 4.31:
- Distro has missing test cases for -u functionality. Doh!
New in version 4.30:
- Updated code to avoid warnings under Perl 5.6 (Thanks to Andreas Kutschera
<Andreas.Kutschera@bln.siemens.de> for the bug report.)
- Fixed a bug in the test script where bzip2, gzip, and tzip support would not
be tested even though the programs were available. (Thanks to Andreas
Kutschera <Andreas.Kutschera@bln.siemens.de> for the patch.)
- Added standard --help flag (Patch by Seth Cohn <seth@users.sourceforge.net>)
- Added -u ("unique") flag, which ensures that no duplicate messages will be
output. (A BIG thanks to Seth Cohn <seth@users.sourceforge.net>.)
New in version 4.23:
- Updated the test cases to work better in timezones close to +0000 and +2300.
(email if you have problems with tests 1 and 23. Thanks to Harald Krause
<harald.krause@a-city.de> for first finding the bug, and Adam Huffman
<adam.huffman@man.ac.uk> for his help debugging it.)
- Fixed a bug in the "ignore attachments" code
New in version 4.22:
- grepmail now behaves better when tzip, bzip2 or gunzip aren't present on the
system.
- The code has been restructured to compile more easily with perlcc.
New in version 4.21:
- Fixed a bug that would cause grepmail to runaway when a pipe following it
was broken. (Thanks to Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> for the
bug report)
New in version 4.20:
- grepmail development has been moved to SourceForge, and made public. Visit
http://grepmail.sourceforge.net/
- Added -s flag, which limits matched emails to a given size
- Restructured the code to be more robust with respect to feature interaction.
(At a 5-10% slowdown cost.)
- Fixed an uninitialized variable warning caused by emails without subjects in
debug mode.
2000b. Pkgsrc changes include:
- Reduce the number of patches.
- Install full set of headers for c-client.
- Install library as libc-client.* and make compatibility links
from libc-client.* to libimapuw.*. Other software that use the
c-client library seem to look for libc-client.*; no software looks
for libimapuw.*.
- Install the IMAP RFCs along with the rest of the UW-IMAP
documentation.
- Introduce a new compile-time knob, CCLIENT_MBOX_FMT, that controls
the default format for new mailboxes created by c-client programs.
Major changes with snapshot-20010202
====================================
The mailbox file size limits for the local and virtual delivery
agents can be disabled by setting mailbox_size_limit and/or
virtual_mailbox_limit to zero.
Incompatible changes with snapshot-20010128
===========================================
If this release does not work for you, you can go back to a previous
Postfix version without losing your mail, subject to the "incompatible
changes" listed for previous Postfix releases below.
REJECT in header/body_checks is now flagged as policy violation
rather than bounce, for consistency in postmaster notifications.
New mailbox size limit for local delivery (default: 50MBytes). This
limit affects all file write access by the local delivery agent or
by a process run by the local delivery agent. The purpose of this
parameter is to act as a safety for run-away software. It cannot
be a substitute for a file quota management system.
The default RBL (real-time blackhole lists) domain examples have
been updated from *.vix.com to *.mail-abuse.org.
Major changes with snapshot-20010128
====================================
Updated nqmgr (experimental queue manager with clever queueing
strategy) by Patrik Rak. This code is still new. Once it stops
changing (for a long time!) it will become part of the non-beta
release.
Virtual mailbox delivery agent by Andrew McNamara. This delivery
agent can deliver mail for any number of domains. See the file
VIRTUAL_README for detailed examples. This code is still new. Once
it stops changing it will become part of the non-beta release.
Many "valid_hostname" warnings were eliminated. The warnings that
were not eliminated were replaced by something more informative.
SASL support (RFC 2554) for the LMTP delivery agent. This is required
by recent Cyrus implementations when delivering mail over TCP
sockets. The LMTP_README file has been updated but still contains
some obsolete information.
Workarounds for non-standard RFC 2554 (AUTH command) implementations.
Specify "broken_sasl_auth_clients = yes" to enable SMTP server
support for old Microsoft client applications. The Postfix SMTP
client supports non-standard RFC 2554 servers by default.