This value may be customized in various ways:
PKG_SYSCONFBASE is the main config directory under which all package
configuration files are to be found.
PKG_SYSCONFSUBDIR is the subdirectory of PKG_SYSCONFBASE under which the
configuration files for a particular package may be found.
PKG_SYSCONFDIR.${PKGBASE} overrides the value of ${PKG_SYSCONFDIR} for a
particular package.
Users will typically want to set PKG_SYSCONFBASE to /etc, or accept the
default location of ${PREFIX}/etc.
This obsoletes the use of CONFDIR, which was active for only 6 days, so no
need to have a workaround to still accept old CONFDIR settings.
20010917
Bugfix: an address extension could be appended multiple
times to the result of a canonical or virtual map lookup.
File: global/mail_addr_map.c. Fix by Victor Duchovni,
Morgan Stanley.
Bugfix: because split_addr() would split an address even
when there was no data before the recipient delimiter, the
above bug could cause an address to grow exponentially in
size. Problem reported by Victor Duchovni, Morgan Stanley.
File: global/split_addr.c.
20010918
Bugfix: the mail_addr_map() fix was almost but not quite
right. It took two clever people and several iterations of
email to really fix the mail_addr_map() problem. Thanks
to Victor Duchovni and Liviu Daia.
20011016
Bugfix: As of 20000625, Errors-To: was broken, because the
code to extract the address was not moved from recipient
address rewriting to sender address rewriting. Problem
reported by Roelof Osinga @ nisser.com. File:
cleanup/cleanup_message.c.
20011023
Bugfix: the FILTER_README content filtering example had
not been updated to include the sendmail "-i" command line
option.
20011029
Bugfix: virtual map expansion terminated early because the
detection of self-referential entries was flawed. File:
cleanup/cleanup_map1n.c.
20011031
Bugfix: mail_date() mis-formatted negative time zone offsets
with fractional hours (-03-30 instead of -0330). Fix by
Chad House, greyfirst.ca. File: global/mail_date.c.
20011103
Bugfix: Postfix would log the wrong error text when locally
submitted mail was deferred due to "soft_bounce = yes".
Bugfix: The LDAP client dropped any entries that don't have
the result_attribute, but errored out when a DN didn't
exist. The behavior is now consistent: treat non-existant
DN's in a special result attribute expansion the same as
DN's with no attribute. LaMont Jones, HP.
20011114
Bugfix: reset the smtpd command transaction log between
deliveries. File: smtpd/smtpd.c.
20011115
Bugfix: reset the smtpd command transaction log between
non-deliveries. File: smtpd/smtpd.c.
- Mail::Util::maildomain did not expand variables. Fixed the
regular expression. Reported by [Jean-Damien Durand]
- [Henrik Gemal] wished better warnings in Mail::Address::parse,
which are provided now.
- [Lucas Nussbaum] reported incorrect folding of unstructured
header lines. The whole idea of folder unstructured fields
is flawed, as far as I know, but anyway noone apparantly had
sufficient long subject fields to find-out ;)
Fixed in Mail::Mailer.
- mailaddress defaults to username, not gcos in Mail/Util.pm
Patched by [Vivek Khera]
- Increased all version-numbers to show that maintainer-address
did change. Suggested by [Tassilo v Parseval]
- Updated all manual-pages to include address of new maintainer.
- Prohibition to modify header should be respected in Mail::Header.
Patch by [Tatsuhiko Miyagawa]
- Securely close socket in Mail::Mailer::smtp.
Patch by [Heikki Korpela]
- Fixed "bad file-descriptor" errors in Mail::Mailer::smtp.
Patch by [Aaron J Mackey]
- Some long header-lines caused the following line in the header
to be indented too. This should be fixed.
Reported by [Simon Cozens]
- Small modifications to Mail::Mailer should make the module
work for os2. Patch by [Ilya Zakharevich]
- Fix to be able to specify an index at the first addition of
a header-line to the Mail::Header structure.
Patch by [Lucas Fisher]
Newmail looks at mailboxes and determines if any new mail has arrived.
The mailboxes to be examined are specified as command line arguments. A
directory can be specified and newmail will check every mailbox inside.
bsd.pkg.install.mk:
* Remove old DEINSTALL/INSTALL scripts.
* Move some text printed at POST-INSTALL time into the MESSAGE file.
* Adjust rc.d scripts to respect rc.conf settings, so that the
script may be directly copied into /etc/rc.d.
yatd YAT server; extended POP3 server
ascyd Apop shared Secret changer for Yatsvr
yatconfd YAT configuration daemon
Yatd was was based on Berkeley's popper program and known as
yatsvr before. Yatd has own extention to POP3 protocol for
WinYAT, commercial product from JEPRO Co., Ltd. But it still
works as standard POP3 server. Extention to POP3 is documented
in attached document but in Japanese.
+ restore definitions of RM and LN in makefile.neb, as they're used
later on in the file.
+ if we're going to the bother of passing PREFIX to the invocation of
make, we might as well use PREFIX rather than LOCALBASE in the definition
of CCLIENTDIR.
fetchmail-5.9.5 (Thu Nov 8 14:14:35 EST 2001), 21162 lines:
* Changed the logging logic along lines suggested by Jan Klaverstijn,
* fetchmailconf looks first in the directory it's running from to find
fetchmail.
* Make sure we vet a success status correctly from open_smtp_sink()
and open_bsmtp_sink().
* Matthias Andree's env.c patch to refuse service when QMAILINJECT is defined.
* Immediately abort if a non-empty QMAILINJECT environment variable is
found. If it is set and contains f or i, qmail-inject or qmail's
sendmail `compatibility' wrapper will rewrite From: or Message-ID:
headers, respectively. En passant, fix the bug that program_name was
not filled in before used when the user's ID had no PW entry, leading
to (null) or crash when printing the error message. Patch by Matthias
Andree.
* NextStep and OpenStep port patch from Eric Sunshine.
* Block signals during SockConnect() so we don't get a socket descriptor
leak if we're hit by an alarm signal during connect(2).
* Set queryname even when server is inactive; avoids a core-dump bug in
the fetchids code.
1.5.0 Thu Aug 2 12:50:21 CDT 2001
- re-formatted to make vi friendly (I use emacs and vi, but mostly emacs)
added these lines to my .emacs to keep it friendly
(custom-set-variables
'(perl-indent-level 2)
'(perl-continued-statement-offset 2)
'(perl-continued-brace-offset 0)
'(indent-tabs-mode nil)
'(tab-width 2))
basically sets the indent level to 2 and converts tabs to spaces
of course this will hose some diffs (unless you ignore whitespace diffs)
- bug report/fix (thanks to Lupe Christoph) some older perls don't
support (?{ code }), so get_acl splitting expression was re-vamped.
- removed use IO::Socket::INET (again some older perls)
- removed Text::Parsewords dependency (wasn't using it anymore anyway)
1.5.1 Thu Aug 2 14:43:27 CDT 2001
- bug report/fix (thanks to Paul Kranenburg) in get_quotaroot,
removes extraneous line
1.6.0 Sun Nov 4 10:19:44 CST 2001
- bug report/fix (thanks to Dylan Martin and Alain Turbide) for the
botch I made of the get_quotaroot fix I made in 1.5.1
- bug report () motd's weren't handled, I put some code in that doesn't break
the current, but is also untested against motd's (feedback anyone?)
- added CRAM-MD5 support as an authentication method, send it in the new call
0 off, 1 on, 2 on with LOGIN fallback, this also adds the requirement of
Digest::MD5, Digest::HMAC, MIME::Base64 if you use this option
Changes to procmail:
- Regression bugs from 3.20:
- Broke compilation with K&R compilers
- procmail -p -m was overridding PATH
- maildir delivery included garbage in filenames
- Mismatched HOST in last rcfile didn't discard the message
- COMSAT wasn't turned off by an rcfile on the command line
- Catch overly long command line variable assignments
- If a command expansion is truncated, set PROCMAIL_OVERFLOW
and don't trim trailing (really middle) newlines
- If the comsat host can't be resolved, set COMSAT to "no"
Some fixes to the man pages
More paranoia: start to use strlcpy()
Generate safe temp and maildir filenames when the hostname
contains / or : by mapping them to \ooo
I've also seen corrupted From lines (missing F) when I upgraded to 3.21.
Someone reported in the Esd-l mailing list (see
http://www.spconnect.com/pipermail/esd-l/
for archives) that 3.22 solved the problem for him.
Mew 2.1 (2001/11/01)
* XML is well supported.
* +mdrop is implemented. You can remove messages on your POP server
visually.
* Sort (s) and pack (O) became much faster.
* Some workaround for broken POP servers.
* Many other small bug fixes.
Mew 2.1 release candidate 3 (2001/10/30)
* Setting 0.05 instead of 0.01 for mew-smtp-command-content.
This maybe rescue XEmacs.
* Biding buffer-file-coding-system to prevent the side effect.
* Adding the "-l" option for mew-prog-vgrep.
* Ensuring that richtech-mode is disabled.
* Setting max-mini-window-height to 1 in mew-summary-pipe-message.
* Taking care of EXPIRED PGP keys.
* Using mew-mule3.el even if Emacs is executed with the --unibyte
option.
the scripts/ directory, it will be run automatically as part of
the build process, by bsd.pkg.mk. There are now exactly 5 packages
in pkgsrc which use this facility, and yet, for every package build,
the existence of a script is checked by bsd.pkg.mk once before the
target is executed, and once afterwards. This incurs needless
overhead.
Move the separate pre- and post- script handling out of bsd.pkg.mk into
the individual package Makefiles, where it's much more obvious what is
happening, anyway.
Mew 2.1 release candidate 2 (2001/10/26)
* gifsicle support to prevent XEmacs from dying.
* Text/Xml support for mew-summary-execute-base.
* Handling 'quit in sort and pack.
* A patch for refile learning.
Yoshinari Nomura <nom@csce.kyushu-u.ac.jp>
* Fixing a bug that XEmacs dies when encoding GIF.
* Edit again for qmail.
* Bug fixes for privacy services in drafts.
* Limit for re-search-foward in mew-text/xml-detect-cs etc.
Mew 2.1 release candidate 1 (2001/10/24)
* mew-auto-flush-queue works for mbox.
* Workaround for mew-image-inline-p on Emacs 21.1.
* Implementing mew-text/html-detect-cs and mew-text/xml-detect-cs.
* Process status is well displayed on the mode line.
* A bug fix for mew-demo-picture.
* Defining mew-use-charset-sanity-check.
* A patch for refile.
* mew-input-folders hack.
* Defining mew-syntax-treat-filename-function.
* Defining mew-input-draft-buffer.
* No sanity check if charset is specified.
* C-cC-i for mew-summary-find-file.
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
use X11_BUILDLINK_MK as a test value. Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
Mew 2.0.60 (2001/10/15) mew-dist release
* Enhancing mew-param-analyze-broken to remove white spaces between
encoded-words.
* recenter for mew-summary-down.
* "c" for mew-summary-copy.
* Allowing the 'X' mark for +mdrop.
* A bug fix for 'invisible.
* "?" for mew-input-map.
* Allowing multiple SPCs on POP sessions.
Mew 2.0.59 (2001/10/12) mew-dist release
* A bug fix for Multipart/Alternative.
* Removing mew-summary-display-raw-header.
* Use the "--decrypt" option instead of "--verify" for GnuPG.
* Some "mew-pop-to-buffer" patches.
* Defining mew-regex-ignore-folders.
* A bug fix for PGP encryption.
* Integrating "," and "C-cC-u". Use "," only.
* Removing mew-pop-to-buffer.
* Using mew-current-get-* as little as possible.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
changing all cross-references to them. This prevents name collisions with
other packages' manpages. This addresses pkg/14245 by Kimmo Suominen
<kim@tac.nyc.ny.us> (cyrus: master(8) conflicts).
* Bugfixes
* SSL is now fully integrated into the IMAP toolkit
* Full client and server TLS support
* The server certificate must be signed by a trusted certificate authority
* RFC 1730 (IMAP4 as opposed to IMAP4rev1) support is turned off by default
in imapd
Bellovin in PR 13990. Changes are bug fixes, and a few enhancements,
a lot of them related to PGP and gpg. This upgrade also closes the
security hole in 2.1.1.
- Update Mew to 2.0.58
Mew 2.0.58 (2001/10/10) mew-dist release
* The "Type 'T'" message displayed only when the top level is
truncated.
* ".txt" suffix for dummy file names.
* 't' in attach to toggle text/binary.
* Defining mew-ask-fcc.
* "Y" for mew-summary-cite.
fetchmail-5.9.4 (Wed Oct 3 07:47:45 EDT 2001), 21104 lines:
* Finished license cleanup, all licenses in the distribution are now
officially GPL-compatible.
* Added a length check to from64tobits() after receiving a warning that
it might create buffer overflows. No exploitable overflows were found by
a careful case-by-case audit, and at minimum an exploit would have required
that the mailserver be subverted.
fetchmail-5.9.3 (Sun Sep 30 12:08:52 EDT 2001), 21075 lines:
* Fix configuration error in handling of long options.
* Thomas Moestl's patch to use querynames in UID files.
* Timeout to deal with long socket closes (Sunil Shetye).
* Move from RSA MD5 code to Colin Plumb's public-domain implementation (BSD
classic license eliminated)
* Rewrite strcasecmp() (BSD classic license eliminated).
* getopt_long is back for Solaris and HP-UX systems.
* Updated Danish po file.
* Re-enable explicit bounce message on bad address.
fetchmail-5.9.2 (Wed Sep 26 12:47:00 EDT 2001), 21118 lines:
* Enable code to build on Solaris again (long options won't work).
* Move Hesiod lookups to just before DNS lookups.
* Make sure the SICHLD handler is called when we run detached.
* Make kerberos5 in OpenBSD (Federico Schwindt <fgsch@olimpo.com.br>).
* Added FAQ item X8 on why mail sometimes gets an extra ) appended.
fetchmail-5.9.1 (Mon Sep 24 19:01:57 EDT 2001), 21120 lines:
* Make -D short option for --smtpaddress active again.
* Typo fix for Polish translation.
* Make sure IMAP capability checks are caseblind.
* Make sure suffix checks on akalists are properly caseblinded.
* All warning mail now has a generated date stamp.
* getopt.c and getopt1.c removed due to license incompatibility with OpenSSL.
* End of poll cycle is now logged.
* Sanity check now rejects SSL option if SSL support is not compiled in
(resolves Debian bug #109796).
* HMH's fix for the LMTP localhost/foo problem.
* Mike Warfield's fix for using a combined SSL cert and key in a single file.
* DNS lookups moved to just before the mailserver socket open, so fetchmail
now works OK even if started up without Internet access.
* Switched from _( to GT_( as a gettext macro, in order to avoid a
conflict with the SSL library.
Shell:
- Fixed a problem with shortcuts not appearing when created by the
mailer. (Ettore)
- Fixed right-click menu behavior for folders in the folder bar.
(Ettore)
- Got Rename to work again. (Ettore)
- Fixed some folder copy/move/dnd bugs. (Ettore)
- Added a menu item to configure the Pilot settings. (Ettore)
- Fixed some other miscellaneous bugs/crashes. (Ettore)
- Added ability to run the intelligent importers from the File->Import
menu item. (iain)
Mailer:
- Fixed the multiple error-dialog thing. (Michael)
- Fixes to PGP decrypting and verification code. (Jeff)
- Made vFolders work a lot better. (Michael)
- Added a confirm expunge option to the mail settings dialog.
(Jeff)
- Fixed the update-IMAP-unread-counts bug. (Jeff)
- Show messages in the user's preferred charset if the message
itself doesn't contain charset information or if the message
charset is wrong (ie the system can't convert the text to utf-8).
(Jeff)
- Many backend fixes that users won't notice. (Michael, Jeff, Dan)
- Fixed the crash that accompanied the invalid address warning. (Trow)
- Properly encode the mailto: links we generate inside of displayed
messages. (Trow)
- Improve the signature editor. (iain)
Calendar:
- Backend improvements (JP, Rodrigo).
- The alarm daemon can now re-enter properly [#10840]. (Federico)
- Alarms can now have zero-time offsets [#7892]. (Federico)
- Warning fixes. (Chris)
- Fixed custom Glade widgets on non-Linux systems. (Dan)
- Fixed crashing problems in the event/task editor. (Damon)
Addressbook:
- Miscellaneous bug fixes. (Trow, Chris Toshok, Chris Lahey, JP,
Peter Williams)
- Better handling of addresses containing commas or other special
characters. (Trow)
- Fixed bugs related to sending mail by left-clicking on an address
inside a message. (Trow)
- Auto-completion now matches against contact nicknames. (Trow)
- Added help text and generally cleaned up the contact editor.
(Anna)
- Handle multiple wombats properly. (Chris Toshok)
- Made which book to use for address completion configurable (no gui
for this yet.) (Chris Toshok)
- Made Print Preview work in addressbook. (Chris Lahey)
Summary:
- Cache images instead of repeatedly reloading them (iain)
- Only redraw when the summary is visible (iain)
- Use the encoding specified in the RDF file (Takuo Kitame)
- Leak fixes (Larry)
- Show todays tasks works (iain)
- Make the preferences dialog nicer. (iain)
Importers:
- Handle cases where the Netscape transport is nothing. (iain)
Mew 2.0.57 (2001/10/04) mew-dist release
* XML support.
* mew-mime-content-type hack.
* A patch for contrib/mew-caesar.el.
* mew-summary-kill-subprocess() now calls mew-pop-tear-down().
* Supporting .htm as well as .html.
Mew 2.0.56 (2001/10/03) mew-dist release
* mew-summary-folder-cache-save() now includes mew-touch-folder().
* A bug fix for non-UIDL POP servers.
* Unlimiting mew-header-max-depth for mew-scan-form-mark().
* Touching folders when 'mdrop.
* mew-set-environment() moved after loading mew-rc-file.
where action can be "install", "package", "create user for", etc., instead
of blindly always saying "install". Define "action" before calling
${_SU_TARGET} whereever it is used.
Mew 2.0.55 (2001/10/01) mew-dist release
* A bug fix for file mode of manuals.
* Code clean up for refile.
* A bug fix for mew-regex-id.
* Removing mew-folder-remotep.
* +mdrop finally.
* mew-time-diff.
* If a number N is set to mew-pop-delete, it means to keep message
on the POP server for N days.
* A bug fix for mew-folder-check.
* A bug fix for mew-substring.
* A bug fix for mew-summary-sort.
* A bug fix for mark handling of mew-summary-refile.
* Fixing the problem of ":" vs "y" and/or "C-cC-l".
The only change in this version is:
o rename qmail-conf to qmail-delivery-conf, so now it's clear
what it actually does
Update provided by Sen Nagata <sen_ml@eccosys.com> in private mail.
General:
- Lots of i18n fixes. (Zbigniew Chyla and others)
- Made the splash screen use BackingStore. (Ettore)
- Added a quit dialog box. (Ettore)
- Fixed a shell crash that could happen when launching Evolution
before a previously launched instance was done initializing itself.
- Fixed other random shell crashes. (Ettore)
- Got the shell to remember window geometries on exit. (Ettore)
- Fixed some things for Automake 1.5 (unfinished). (Richard
Boulton)
- Add nice highlighting to DnD operations in the folder tree.
- Fixed several leaks. (Dan)
- Fixed some problems with folder creation and deletion. (Toshok)
- Made the Summary the default folder. (Ettore)
- Made the title bar display the unread message count again.
Mail:
- Had a few beers while sitting back and relaxin'. (Jeff, Michael)
- Check for valid addresses before sending. (Trow)
- Use contact preferences when deciding whether or not to put the
composer into HTML mode by default. (Trow)
- Properly address mail from "hidden" contact lists. (Trow)
- Redid folder unread counts/folder tree backend code
completely. (Michael)
- Implemented/fixed getfolderinfo in maildir/spool/local
folder/vfolder, required to make unread counts work. (Michael)
- Redid 'local folder' handling code completely. (Michael, Peter)
Also fixed the properties dialogue to get the list of supported
types dynamically, and set the right one at startup. (Michael)
- Redid vfolder code in evolution-mail completely. Main visible
change is they open at startup, and the vfolder editor works
much better. (Michael)
- Made it so fcntl(2) locking failures on filesystems (e.g. NFS)
that dont support locking are treated as success. (Michael)
- Fix imap inbox filtering, then moved it to CamelFolder, and
partly implemented it for spool and maildir mailboxes. (Michael)
- Made the vfolder UNMATCHED folder's name translatable. (Michael)
- Change the way the 'not body contains' filter rule works, so that
it runs much more efficiently, particularly on IMAP. (Michael)
- Camel will not try and convert charsets of data that contain
invalid charset data, thus data will not be tainted by
a failed conversion process. (Michael)
- A few threading scheduling changes to try to optimise the user
experience. Also changed the way threads are terminated,
avoiding some possible libpthread bugs. (Michael)
- Changed vfolder uri's to not include the query, set it separately.
- Removed a lot of special case code for vfolder/file uri's, other
dead or newly redundant code, cleanups, etc. (Michael)
- Fixed a bug in libibex that would overallocate block data and
corrupt it and crash, also fail-back and reset the index in
more cases. (Michael)
- Fix filtering on score so the expression compiles. (Michael)
- Came to visit USA at a very wrong time. (Michael)
- Removed X-Evolution headers before sending messages. (Jeff)
- When configuring a new default account, make sure to set it as the
default. (Jeff)
- Convert all textual parts to 8bit before saving them, this makes
saved messages more human readable. (Jeff)
- Don't cache PGP passphrases unless the user requests to do so.
(Jeff)
- Unsubscribe from folders before deleting them. (Jeff)
- Fixed a number of race conditions in the subscribe dialog. (Jeff)
- Save transport (SMTP) passwords if the user has asked us to. (Jeff)
- Hide the S/MIME frame in the account editor, we won't be
supporting it for 1.0. (Jeff)
- Fixed it so that icons are displayed for PGP messages. (Jeff)
- Give a description for each of the Source and Transport types when
configuring an account. This makes a few things less confusing.
(Jeff)
- When performing a Send & Receive on a disconnected IMAP server, if
the user provides a password, connect tot he IMAP server and display
it's folders too. (Jeff)
- Return a folder info for each IMAP folder created when the user
creates a recursive directory structure. (Jeff)
- Added support for more charset conversions (including all
Windows-cp125x charsets). (Jeff)
- When the disk is full, warn the user and don't crash. (Jeff)
- Handle POP servers that don't support the UIDL extension. (Jeff)
- Several PGP fixes. (Jeff)
Addressbook:
- Miscellaneous bug fixes. (Jon Trowbridge, Chris Toshok, Chris Lahey,
Ettore Perazzoli, Iain Holmes, Zbigniew Chyla, Jacob Berkman)
- Fixed race conditions associated with adding/removing contacts.
The addressbook should be much more stable now. (Trow)
- Fixed reference counting bugs in addressbook & wombat. (Trow)
- Made address lookup smarter; cut & paste of address now mostly works.
- Plugged Trow's memory leaks. (Larry)
- Name completion now works with one-word names, so it is now much
easier to send mail to Cher. (Trow)
- Better handling of contact lists in the composer entries. (Trow,
Toshok)
- SelectNames dialog fixes. (Trow)
- Better handling of contact lists in the pilot conduits. (JP)
- Added Free busy URL and Calendar URI info to contact editor and
ECard. (JP)
- Made it so you can select uneditable text in Contact Editor.
(Chris Toshok)
- Worked on LDAP dialog. (Chris Toshok)
- General LDAP work. (Chris Toshok)
- Fixed charset handling within VCard handling. (Chris Lahey)
- Reworked Drag & Drop for card view.
Calendar & Tasks:
- Free/Busy changes. (JP, Rodrigo)
- iTIP fixes (JP)
- i18n fixes, particularly for printing (Zbigniew Chyla)
- Added option to confirm deletions (Federico)
- Improved alarm system (Federico)
- Fixed crashing bug when deleting a folder (Federico)
- Added option to hide completed tasks (Damon)
- Timezone changes for interoperability with Outlook (Damon)
- Fixed problems displaying/parsing times in locales which don't specify
'am' and 'pm' strings (Damon)
- Added toolbar button to delete the selected calendar event (Damon)
- Meeting selector integrated (JP)
Summary:
- Fixed bugs and leaks. (Iain)
- Fixed bug with handling of the Slashot RDF files. (Iain)
- Made the Addressbook and Tasks links open the editor for
them. (Iain)
- Mail summary doesn't force all folders to be opened. (Iain)
- Calendar summary shows if an alarm is set for an appointment. (Iain)
- Timezone fixes. (Iain, Damon)
Importers:
- Fixed more bugs. (Iain)
- Netscape importer shouldn't crash on Movemail users anymore.
- Pine importer should import addressbooks better. (Iain)
- VCard importer will actually import things now. (Iain)
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also
change dependency examples in Packages.txt to reflect this.
`Mail::Audit' was inspired by Tom Christiansen's audit_mail and
deliverlib programs. It allows a piece of email to be logged, examined,
accepted into a mailbox, filtered, resent elsewhere, rejected, and so
on. It's designed to allow you to easily create filter programs to stick
in a .forward file or similar.
Provided in pkg/13848 by Sen Nagata <sen@eccosys.com>.
mailing list
This module analyzses Mail::Internet objects. It returns a
Mail::ListDetector::List object representing the mailing list.
The RFC2369 mailing list detector is also capable of matching some
Mailman and Ezmlm messages. It is deliberately checked last to allow
the more specific Mailman and Ezmlm parsing to happen first, and more
accurately identify the type of mailing list involved.
Provided in pkg/13847 by Sen Nagata <sen@eccosys.com>.
correct library at link-time and at run-time. Also, mark this package as
USE_BUILDLINK_ONLY. This fixes the problem noted in pkg/13901 by Tim
Preston <tim@flibble.org>.
Global:
- New startup assistant to create mail accounts, import mail and set
your timezone. (Iain, Taylor)
- Improved the appearance and behavior of the clickable title bar and
the folder tree. (Ettore)
- "Stock" folders such as Inbox have their names translated now and
cannot be removed. (Ettore)
- Moved the Summary (formerly known as "My Evolution") to be a
normal node instead of being the toplevel node. (Ettore)
- Fixed some problems with copying, moving and removing folderes.
(Jason)
- Fixed the handling of documentation files in the Help menu. It
now integrates nicely with Nautilus and Scrollkeeper. (Aaron,
Kjartan)
- Implemented the `File -> New' menu. (Ettore)
- Improved error messages on start-up. (Ettore)
- Fixed various crashes and minor bugs. (Ettore, Jason)
- Various UI tweaks and improvements. (Anna, Tuomas, Jakub)
Mail:
- Fixed creating IMAP folders. (Jeff)
- Add a shortcut to the INBOX of IMAP or spool stores when
their accounts are first created. (Peter)
- Fixed Crash on Exit bugs. (Jeff)
- Many more i18n fixes. (Zbigniew Chyla, Jeff and others)
- Subscribe dialog UI tweaks. (Peter, Anna)
- Displaying PGP signed messages now shows icons. (Jeff)
- Sensitize menu items based on number of selected messages. (Peter)
- Always-sign options for PGP. (Jeff)
- Fixed keep-on-server for POP servers that don't support UIDL.
(Jeff)
- Several IMAP fixes. (Peter, Jeff, Danw)
- Fix crash after conversion of an empty folder to another
format. (Peter)
- Ibex now limits its file descriptor usage. (Michael)
- When deleting an account, remove the shortcuts that point to it. (Peter)
- Several IMAP fixes. (Peter, Jeff, Danw)
- Miscellaneous bugfixes all around. (Peter, Jeff, Danw, Michael, others)
Calendar & Tasks:
- Calendar no longer crashes when you scroll a busy month view
(Federico).
- Performance improvements throughout (Damon).
- Improved search bar; now handles categories. (Jon, Federico)
- The date navigator now reflects the results of the search bar.
(Federico)
- An empty task is no longer added when you have selected a
category. (Federico)
- Internationalization fixes (Zbigniew).
- Timezone fixes (Damon).
- Time transparency and component classification support (Damon).
- Folder bar now displays the selected time range (Damon).
- Improved settings dialog (Anna, Damon, Federico).
- iTIP/iMIP fixes for attendees, cancellation. (JP).
- Category icon drawing fixes. (Rodrigo)
- Alarm fixes. (Federico)
- Calendar components can be saved independently. (JP)
- New icons. (Tuomas)
- Contacts support. (Damon)
- You can double-click on appointments to edit them. (Damon)
- Share more code between the backends. (Rodrigo)
- Miscellaneous fixes all over the place. (Damon, JP, Rodrigo, Federico)
Addressbook:
- Various fixes. (Anna Dirks, Dan Winship, Jason Leach, Jos Dehaes,
Kjartan Maraas, Lahey, Nat Friedman, Radek Doulik, Toshok, Trow)
- Made addressbook menus match the right click menus. (Lahey)
- Made addressbook use camel for building email addresses. (Trow)
- Fixed up phone number matching to not cause errors. (Lahey)
- Made the alphabet bar change the current search. (Lahey)
- Made duplicate contact matching less sensitive. (Lahey)
- Changed advanced search to match behavior in mailer. (Toshok)
- Redesigned LDAP server dialog. (Anna Dirks)
- Work on addressbook authentication. (Toshok)
- Changes to EDestination. (Trow)
- Magic comma work. (Trow)
- Redesigned ESelectNames dialog. (Anna Dirks)
- Made LDAP changes appear in gui immediately if they're made by the
local client. (Toshok)
- Made ECard hold a link to its original EBook. (Lahey, Trow)
- Adapted for new ESearchBar. (Federico, Trow)
- Added the ability to create cards from anywhere in evolution.
(Lahey)
- Made searches for completion not use invalid cached data. (Trow)
- Encode strings typed in by the user for use in sexps. (Toshok)
- Made EContactEditor make the save button active more often.
(Toshok)
- Made ESelectNames handle LDAP storages. (Toshok)
- Added full country list to addressbook full address editor.
(Lahey)
- Added the contact count to the folder bar. (Lahey)
- Updated icons. (Damon, Ettore)
- Worked on addressbook conduit. (JP)
- Made ESelectNames only show names on the left that aren't on the
right. (Trow)
- Fixed up minicard dragging. (Toshok)
My Evolution:
- Miscellaneous fixes all over the place. (iain)
- New icons. (Tuomas and Jakub)
- Works for people whos text colour was a light colour. (iain)
into other shared libraries.
XXX There should probably be a libibex-static (a la libeutil-static) for
linking into evolution-mail, but someone else can change that.
Mew 2.0.54 (2001/09/17) mew-dist release
* Defining mew-warning-field-level.
* Bug fixes for mew-pop-info-name and mew-smtp-info-name.
* completion-ignore-case hack in draft for mouse clicking.
* Highlighting a body when reediting.
* Re-writing mew-summary-sort.
* C-u# now asks a printer name.
* A bug fix for mew-header-fold-region.
* Removing the last "," of enum in pattern.c.
* The "-f" option for "test" instead of the "-e" otpion in Makefile.
ezmlm is an easy-to-use, high-speed mailing list manager for qmail.
ezmlm lets users set up their own mailing lists within qmail's address
hierarchy. A user, Joe, types
ezmlm-make ~/SOS ~/.qmail-sos joe-sos isp.net
and instantly has a functioning mailing list, joe-sos@isp.net, with all
relevant information stored in a new ~/SOS directory.
ezmlm takes advantage of qmail's VERPs to reliably determine the
recipient address and message number for every incoming bounce message.
ezmlm is reliable, even in the face of system crashes. It writes each
new subscription and each new message safely to disk before it reports
success to qmail.
ezmlm doesn't mind huge mailing lists. Lists don't even have to fit into
memory. ezmlm hashes the subscription list into a set of independent
files so that it can handle subscription requests quickly. ezmlm uses
qmail for blazingly fast parallel SMTP deliveries.
Package provided by Sen Nagata <sen@eccosys.com> in pkg/13890
fastforward handles qmail forwarding according to a cdb database. It can create
forwarding databases from a sendmail-style /etc/aliases or from user-oriented
virtual-domain tables.
fastforward supports external mailing lists, stored in a binary format for fast
access. It has a tool to convert sendmail-style include files into binary
lists.
Package provided by Sen Nagata <sen@eccosys.com> in PR pkg/13889
qmailanalog is a collection of tools to help you analyze qmail's activity
record. It supplies statistics to answer a wide variety of questions:
overall: how many messages? recipients? attempts? etc.
ddist: how soon were 50% of the messages delivered? 90%? 95%? 99%?
rxdelay: what's the best order of recipients for mailing lists?
recipients, rhosts: who's getting mail? bytes? messages? attempts?
successes, failures, deferrals: why? how often? how much delay?
senders, suids: messages? bytes? load? recipients? attempts? delay?
qmailanalog also includes several tools to focus attention on particular
senders, recipients, or messages.
Package provided by Sen Nagata <sen@eccosys.com> in pkg/13891
dot-forward reads sendmail's .forward files under qmail. You can run it in the
qmail startup script to support all your existing .forward files automatically.
Individual users can switch to the .qmail mechanism at their leisure.
dot-forward supports forwarding, program deliveries, and comments. It does not
support file deliveries or :include:. (However, it recognizes file delivery
attempts, and defers delivery to give you a chance to set up a .qmail file.)
Package provided by Sen Nagata <sen@eccosys.com> in PR pkg/13891
Parts of the daemon code are now run in a chroot jail. qmail-style
~/Mailbox support was added. The inetd vs. standalone mode setting has been
made runtime configurable. A bug resulting in incorrect failure reason being
logged, and a bug which could result in mailbox corruption (glued messages)
have been fixed.
1.15: Aug.26,2001:
dns.c:
avoid DNS query synchronization when no queries are sent
in case a LMTP connection is used for multiple transaction.
lmtp.c:
some messages in setproctitle() are changed.
main.c:
logging peer-name for use with inetd (LMTP over TCP)
README:
some comments added: Sendmail 8.12 includes the DYNAMIC_TOBUF
feature by default which supplied from 3.xW patch for sendmail.
So you do not need the patch any more if you do not use
extensions in sendmail.cf description offered by the patch.
1.14: Aug.15,2001:
smtp.c:
changes on some timeout values
work around for bogus mail gateway to mobile phone...
fix on NULL pointer access which causes unterminating process
with proctitle like: "smtpfeed: 550% delivered"
reported by Hisaaki Shibata <shibata@luky.org>
fixed by Anatoly A. Orehovsky <tolik@asplinux.ru>
do not rewrite envelope sender using the following rule
when sender is <>: SndrUser+RcptUser=RcptDomain@SndrDomain
problem reported by Shin ZUKERAN <shin@ryukyu.ad.jp>
log.c:
increase retry counter value
common.h, address.c, smtp.c, extern.h, main.c, util.c:
support par domain recipient number setting with file
suggested by Koji Kawano <kawano@eng.trans-cosmos.co.jp>
Mew 2.0.52 (2001/09/05) mew-dist release
* "I" inserted a line in a underline overlay. So, underline was put
onto two lines. This bug has been fixed.
* A bug fix for mew-alias-expand-addrs.
* A bug fix for mew-input-address.
* Bug fixes for "(" and ")" again.
NINOMIYA Hideyuki <nin@shikoku.ne.jp>
* The "-a" option for contrib/incdir.
Yasunari Momoi <momo@bug.org>
"YAMAZAKI Noriyuki" <zaki@data-hotel.net>
* A patch for contrib/mew-fancy-summary.el.
Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* Some defcustom hack.
Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
Mew 2.0.51 (2001/08/31) mew-dist release
* Info updates.
* Some defcustom hack.
* Binary parts of a truncated message should not be decoded.
* Now "Too large, truncated" message is displayed in the minibuffer.
* Check the size from X-Mew-Uidl: carefully.
* Addrbook now can contain group:; notation. It can be expand unless
it recurses.
* mew-summary-ls calles mew-mark-clean only when called interactively.
* C-cC-o inserts X-Mailer: in the last.
* Ask Subject: before "Really send this message? ".
* 't' in mew-scan-form now means the position of thread indentation.
* X-Mailer: now locates just above mew-header-separator.
* insert-file-contents changes buffer-file-coding-system. ","
is sacrificed and lpr-buffer goes wrong. mew-insert-message
now preserves buffer-file-coding-system.
* Workaround for a broken POP server which doesn't display UID after
a message number.
* X-Mailer: for Bcc:.
* Bug fixes for mew-case-guess-when-composed.
* Bug fixes for "(" and ")".
this software
Changes:
0.3.2 - A chdir-call got replaced with a chroot()-call which could
cause problems trying to open mailboxes.
+ Support for removing stale dotlock-files.
+ Support for fcntl()-locking.
(Based on patch from: Nick Phillips <nwp@lemon-computing.com>)
! Improved socket cleanup when exiting in standalone mode.
(Patch by: Ross West)
- Removed extra newline at end of UIDL when using existing
UIDLs from message.
(Patch by: Ross West)
+ Support for using more then one locking type.
(Based on idea from: Nick Phillips <nwp@lemon-computing.com>)
- An off-by-one error would cause Teapop to put a control
character in the wrong place for lines longer then 1023
characters in a mailbox.
(Problem reported by: Leon Harris <leon@quoll.com>)
- If the mailbox didn't contain a linefeed at the last line,
it could get lost.
(Problem reported by: Den Ivanov <div@primpogoda.ru>)
+ Support for lockf()-locking.
+ Added a flock() wrapper for lockf() for system missing
a native flock().
! A bit more sane default flags for MySQL-authentication.
(Based on patch from: Ross West)
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links. These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.
Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
Include a bugfix for lisp_LISP independently discovered by me that has
been pulled up to the automake-1-4 branch of automake cvs.
Changes are:
New in 1.4-p5:
* Allow AM_PROG_LIBTOOL again.
* Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER.
* Display distributed file list correctly in usage message.
* Allow numbers in macro names.
* Bugfixes.
New in 1.4-p4:
* Deal with configure.ac as well as configure.in -- this time for real!
* The version numbering system now allows three point version numbers,
such as 1.4.4, without thinking they are alpha release numbers.
New in 1.4-p3:
* Deal with configure.ac as well as configure.in.
* Don't complain if `version.texi' is included in multiple places.
New in 1.4-p2:
* Deal with AC_CONFIG_FILES from autoconf-2.50.
* Improvements to f77 support.
* DESTDIR now works for script targets.
* distcheck-hook works correctly.
New in 1.4-p1:
* The version numbering system now allows fork identifiers (such as
the p1 in this version of automake).
* Cope gracefully with various versions of libtool which may or may not
require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh.
* Bugfixes.
Mew 2.0.50 (2001/08/14) mew-dist release
* info and doc updates.
* mew-summary-sort: some bugs related to region are fixed.
Tatsuya Kinoshita <tats@vega.ocn.ne.jp>
* mew-substring in mew-mule3.el: length of mew-error-broken-string to
width.
SAITO Atsunori <sai@yedo.com>
* Defining mew-ask-mark-process. The default is nil.
* Supporting sort region. (C-uS)
"Takashi P.KATOH" <p-katoh@shiratori.riec.tohoku.ac.jp>
* mew-encode-remove-illegal-fields has a bug which removes
Subject: whose first line is null and whose second one
has a value. This bug was fixed.
* Setting mode of files under ~/Mail to mew-file-mode.
* A bug fix for mew-case-guess-when-composed.
Tatsuya Kinoshita <tats@vega.ocn.ne.jp>
* The "-l" option for "grep".
"David A. Panariti" <davep@who.net>
* Inserting X-Mew-UIDL: at the beginning of a mail.
* mew-multibyte-string-p and multibyte hack.
Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
+ Become maintainer for maildrop as I'm working on packaging the
Courier-MTA software, of which maildrop is one piece.
+ Fix possible build problem on Solaris (untested).
+ Install maildirmake as maildrop.maildirmake to avoid conflicts
with other packages that install maildirmake.
+ Add dependency on courier-maildirmake.
+ Move HTML documentation to ${PREFIX}/share/doc/html
* Bug fixes, of course.
* Disable MSIE smart tags in all html files.
* Added mailbot(1), a MIME-capable autoresponder utility.
* Reject ambigous nested MIME boundary delimiters.
mail/courier-maildirmake.
* There was an inverted test in the rc.d scripts that was causing them to
fail on newer NetBSD systems.
* Install the rc.d scripts under ${PREFIX}/etc/rc.d, not in ${PREFIX}/etc.
The various bits of Courier (Courier IMAP, SqWebMail, maildrop, etc.) all
install a program called "maildirmake". Make a separate package so all of
these packages don't conflict.
in the package Makefile since we substitute for @SSLCERTS@ anyway.
* Add the *.rand files to the list of files to DEINSTALL.
* Explicitly disable the PAM, LDAP, and MySQL authentication modules so
that hidden dependencies aren't accidentally added to the build.
XXX - These should probably be added in via make variables (USE_PAM,
XXX - USE_LDAP, etc.) in the future, but aren't needed for now in the
XXX - base package.
four scripts (courier-{imap,imaps,pop,pops}) that are rc.d-style scripts
to start/stop the various Courier IMAP and POP3 services. They were
modelled after the samba scripts which may be invoked on systems without
rc.d.
Changes:
0.5.1 (July 23, 2001)
* Added a -D option which deletes al message in both local and remote queue.
[Thanks Kasper Holtze]
* Fixed a bug with the CC field when displaying message list.
o depend on qmail>=1.03
o use REPLACE_PERL instead of ${SED}
This tool examines the qmail configuration to see if any common errors exist.
usage: qmail-lint [-v]
-v -- print an explanation of the reports the first time one is printed.
qmail-conf is a collection of tools for setting up various qmail services.
They are like *-conf programs in djbdns.
With qmail-conf, for example, setting up a minimal SMTP service takes
the following four steps:
qmail-smtpd-conf qmaild qmaill /var/qmail/service/smtpd
cd /var/qmail/service/smtpd
make
ln -s /var/qmail/service/smtpd /service
qmail-conf assumes that (recent versions of) daemontools and ucspi-tcp have
already been installed. It also assumes that svscan is already running.
qmail-conf tries to provide reasonable defaults: it avoids DNS reverse lookups;
it avoids IDENT lookups; it lets TCP connection attempts be logged with
multilog; and for POP3 and QMQP, connection attempts are denied unless you
explicitly authorize and for POP3 and QMQP, connection attempts are denied
unless you explicitly authorize and for POP3 and QMQP, connection attempts
are denied unless you explicitly authorize and for POP3 and QMQP,
connection attempts are denied unless you explicitly authorize your clients.
qmail checks for qmail users' existance at compile time, so this package
must be built as root (it tries to add necessary users and groups),
thus NO_PACKAGE and IS_INTERACTIVE are set. PLIST file is left
empty intentionally, because qmail installs itself to /var/qmail,
outside ${PREFIX}.
The qmail program is a secure, reliable, efficient simple message
transfer agent. It is meant to be a replacement for the entire
sendmail-binmail system that most UNIX hosts use.
Although qmail holds security and reliability as its top two
priorities, it is also fast. On a Pentium under BSD/OS, qmail can
easily handle 200000 separate messages per day that are injected
and must then be delivered to local mailboxes!
Security and reliability are qmail's two strengths, however. The
qmail package ensures a message, once accepted, will never be lost.
An optional new mailbox format, maildir, even lets users safely
read their mail over NFS, while still accepting new mail deliveries.
The following features are supported: host and user masquerading,
full host hiding, virtual domains, null clients, list-owner rewriting,
relay control, double-bounce recording, arbitrary RFC 822 address
lists, cross-host mailing-list loop detection, per-recipient
checkpointing, downed host backoffs, independent message retry
schedules, a drop-in sendmail replacement, and more!
The package is still being worked on.
- SECURITY FIX: Fixed a security hole that is exploitable if fetchmail is
running as root and the attacker can either subvert the mailserver or
redirect to a fake one using DNS spoofing. Bugtraq announcement to follow
soon. Thanks to Salvatore Sanfilippo <antirez@invece.org>.
- Eliminated second bounce on failed RCPT TO address.
- Always use fetchmail host's FQDN to identify the daemon when
sending bounce messages.
- Embarrassing bug of the month -- somehow, 'skip' wasn't being interpreted!
- Handle ! in RFC2821 Return-Path addresses properly.
- Better handling of BAD and NO responses to FETCH (thank Justin Guyett).
- Fixed *yet another- build error due to breakage in the i18n code.
- Refuse mail that has no good addresses and can't be sent to postmaster.
- Restore behavior of discarding mail on 550 (Debian bug #105237).
- John Summerfield updated getfetchmail.
- Cleanup patches by HMH.
- Lock-file-name bug reported by Scott Johnson.
- Updated Danish translation by Byrial Jensen.
- Updated French translation by Thierry Vignaud.
- Man page bugs pointed out by Andrew Benham.
- POP3 end of session RSET on keep removed.
- In IMAP, handle BAD and NO responses to FETCH gracefully.
- Parse 'no {syslog|invisible|showdots}' properly.
- Change AC_DEFINE to AC_DEFINE_UNQUOTED appropriately in configure.in
(Debian bug #104484).
- Fixed bug in fetchmailconf plugin/plugout code (Debian bug #105987).
News:
Version 2.1.3
3 August 2001
-change handling of command delivery. Verification of existent command
is smarter; arguments won't cause problems now. Remove duplicate code.
Version 2.1.2
1 August 2001
-getmail will now check the permissions on your getmailrc file, and refuse
to run if the file is group- or world-writable. Thanks to Fredrik Steen for
the request.
Version 2.1.1
29 June 2001
-add "no_received" option, similar to no_delivered_to, at request of getmail
user Nigel Cunningham.
-got rid of some trailing tabs in ConfigParser.py after a report from
Fredrik Steen -- they're harmless, but unclean. Fredrik is also in the
process of packaging getmail for use in Debian. Thanks, Fredrik.
-changed the default path to the getmail library dir from /usr/local/lib/...
to /usr/lib/... . This only affects the getmail wrapper script; if you're
using that, you may have to edit your copy, or change where you install the
files to.
Courier-IMAP is a server that provides IMAP access to Maildirs. This IMAP
server does NOT handle traditional mailbox files (/var/spool/mail, and
derivatives), it was written for the specific purpose of providing IMAP
access to Maildirs.
"Maildir" is a directory-based mail storage format originally introduced
in the Qmail mail server, and adopted as an alternative mail storage
format by both Exim and Postfix. Courier-IMAP is popular on
Qmail/Exim/Postfix sites that are configured to use maildirs. The primary
advantage of maildirs is that multiple applications can access the same
Maildir simultaneously without requiring any kind of locking whatsoever.
It is a faster and more efficient way to store mail. It works particularly
well over NFS, which has a long history of locking-related woes.
It would never adds /usr/local/include to include path.
Address to pkg/13558. This change dosen't solve pkg/13558, but it solve
the problem when /usr/local/include/gdbm.h exists (by installing gdbm without
pkgsrc or with pkgsrc setting PREFIX=/usr/local.)
since version 5.8.10:
- Corrected Rob Braun's remote-build change, it broke the build with NLS.
- Found (and killed) a subtle SMTP protocol error that was probably lurking
behind a lot of the bug reports related to bounce mail, thanks to Quoc Luu.
(Only manifested when the MTA rejected mail due to a bad RCPT TO address.)
- Correction for backslash-handling patch in rfc822.c.
- Fix for Debian bug Bug#1038222: fetchmail conf fails to write file
after configuration; move .fetchmailrc to .fetchmailrc.bak before
overwriting.
- Discard Return-Path headers consisting of a single @.
- Make fetchmailconf dump plugin and plugout options properly.
- Rob Braun's changes for building fetchmail outside its source directory
- Don't depend on having snprintf available.
- Bug fix for envskip.
- ODMR finally seems to be working.
- Handle multiple backslashes within RFC822 address strings correctly.
- Don't exit on a failure to DNS-resolve a mailserver name, just
make it inactive. Exit only if all lookups fail.
- Restore code to deal with SMTP error responses at RCPT TO time, but
without issuing an RSET. This is intended to fix obscure bugs that
show up in recent Postfix releases and sendmail configurations that
delay antispam checks on the MAIL FROM line until RCPT TO time.
- Signal-processing fix for Debian bug #102711.
- More ODMR patches from Matt Armstrong.
Mew 2.0 stable (2001/07/26) mew-release release
* info updates.
* Defining mew-set-language-environment-coding-systems to avoid
the side effect of set-language-environment-coding-systems.
* A bug fix form mew-mime-text/html.
* A bug fix for mew-summary-auto-refile.
* Rescue the SMTP sentinel.
* mew-thread-only for "to".
* the -man style of bin/{mewencode,mewls}.1.
Shun-ichi GOTO <gotoh@taiyo.co.jp>
- Add some utility elisp files including ssl.el.
- Remove redundant dependency and specify minimum version of depending
package explicitly.
- bump to wl-2.6.0 to "nb1".
Mew 2.0 pre4 (2001/07/22) mew-dist release
* mew-refile-guess-by-folder prefers the entire folder to ml name.
* save-excursion hack for mew-mime.el.
* Unifying a region of Summary mode.
See mew-summary-region-include-cursor-line.
Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* "postnum" for x-sequence:
* A bug fix for mew-sort-number.
Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* "n" works for mew-summary-ls in the case that the scan form is old.
* Defining mew-input-grep-pattern.
* Adding key-bindings for [delete].
* A bug fix for mew-addrbook-clean-up.
Tak Ota <Takaaki.Ota@am.sony.com>
* PWD for Makefiles to same Emacsen on Windows.
Motohiko Minakuchi <zxcv@eva.hi-ho.ne.jp>
Mew 2.0 pre3 (2001/07/16) mew-dist release
* info updates.
* Defining mew-mime-text/plain-ext. And charset hack.
to public key cryptography with PGP and GnuPG. Mailcrypt makes strong
cryptography a fully integrated part of your normal mail and news
handling environment, and is an important part of a balanced
breakfast.
Changes:
PAM authentication (obviously not enabled)
Choice for fcntl(2) and/or flock(2) locking.
Virtual domain support hooks (in beta, not enabled in package)
Relaxed BSD-compatible license for most source files.
Various bug and portability fixes.
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages
regardless of whether they were installed before or after xpkgwedge was
installed. Idea by Alistair Crooks <agc@pkgsrc.org>.