]> Pileus Git - ~andy/fetchmail/blobdiff - NEWS
Almost ready to ship.
[~andy/fetchmail] / NEWS
diff --git a/NEWS b/NEWS
index 27a6a1dccbe3e0d00af3f89fb63887fea63e84fa..12b14c8d738f13dc92dd390c467c8e8ef2f52a4f 100644 (file)
--- a/NEWS
+++ b/NEWS
-                           Features To Consider
-
-* Generate bounce messages when delivery is refused.  See RFC1891, RFC1892.
-* Use the libmd functions for md5 under Free BSD?  (Low priority.)
-* Allow an explicit "append" option to specify what rewrite appends?  (For
-  when user's pop3 host isn't the same as his SMTP host.)
-* Allow -c -F to work to flush messages without retrieval.
-* Do is_host_alias checks by comparing IP addresses rather than names?
-* Handle multi-homed hosts correctly.
-* Add an "ident" per-user option for debugging that produces an 
-  "X-Fetchmail-ID" header in fetched messages for debugging.
-* -U/--userdefault option to specify postmaster overriding USER.
-
                                Release Notes:
 
+fetchmail-4.5.8 ():
+
+There are 249 people on fetchmail-friends and 273 on fetchmail-announce.
+* Prevent fetchmailconf from adding an additional layer of quotes on
+  preconnect/postconnect/smtpaddress options.
+* Fix a --configdump bug affecting multidrop configurations.
+
+fetchmail-4.5.7 (Tue Aug 25 00:29:44 EDT 1998):
+* Fixed SDPS support (thanks to Chris Brooks).
+* One more fix for the snakebit postmaster option.
+* Compute FQDN from localhost when we're using Kerberos.
+
+There are 249 people on fetchmail-friends and 273 on fetchmail-announce.
+
+fetchmail-4.5.6 (Tue Aug 25 00:29:44 EDT 1998):
+* SDPS support, experimental version 2.  Requires configure --enable-SDPS.
+* Major FAQ update.  Added geocities warning.
+* Fixed --configdump so embedded single and double quotes are handled.
+* Fetchmailconf 1.3: fixed bug that prevented deletion of first items in lists.
+* Fixed the `set postmaster' option to work correctly, grrr...
+* Fix for Debian bug #25997, handling of >Received lines.
+
+There are 253 people on fetchmail-friends and 272 on fetchmail-announce.
+
+fetchmail-4.5.5 (Mon Aug  3 16:08:14 EDT 1998):
+* Brendan Cully's FAQ entry on GSSAPI.
+* Andrew Cagney's improvement to Received-line parsing.
+* Kent Robotti sent an updated version of fetchsetup.
+* Fixed the spam-block code that I broke in 4.5.3 :-(.
+* Updated the entry on setting up sendmail spam blocks.
+* Added setrlimit call to inhibit core dumps unless debugging is on.
+* The default of smtplist has been changed; the undocumented feature that
+  it always included the fetchmail host's FQDN is gone (this is now
+  true for ETRN mode only).
+* Modes other than ETRN no longer need to know the fetchmail host's FQDN.
+  This eliminates a gethostbyname() call and makes fetchmail more independent
+  of local DNS configuration quirks.
+* Added experimental SDPS code for demon.co.uk users.
+
+There are 256 people on fetchmail-friends and 256 on fetchmail-announce.
+
+fetchmail-4.5.4 (Sat Jul 25 10:25:14 EDT 1998):
+* Fixed processing of --antispam option.
+* Antispam default value is now the list [571, 550, 501] corresponding
+  to the sendmail, old exim, and new exim spam-block responses.
+* Fetchmailconf 1.2 has been fixed to handle list values of antispam.
+
+There are 262 people on fetchmail-friends and 252 on fetchmail-announce.
+
+fetchmail-4.5.3 (Mon Jul 20 15:02:08 EDT 1998):
+* Minor fixes to the GSSAPI code.  Seems to work with stock UW IMAP now.
+* Fetchmail running as root now sends misaddressed multidrop mail to
+  `postmaster', not root.  Added `postmaster' option to allow override.
+* DNS names of target servers are now canonicalized only once, at start
+  of run, and then only if they'll actually be needed later for multidrop
+  checking or fetching Kerberos tickets.  This change eliminates many
+  gethostbyname calls.
+* It's now possible to specify multiple spam-block responses as a list.
+* Download-progress dots are no longer generated when syslog is enabled.
+* 1.1 version of fetchmailconf.
+
+Note: the DNS-usage change might conceivably break your configuration
+if (a) you're using `no dns' and multidrop and (b) you're not
+specifying either a `via' option or pollname that is the host's
+canonical name.  The thing to watch for will be an illegal domain name
+error from your listener.  If this happens, just add a `via' option with
+the cononical FQDN of the host as argument.
+
+There are 267 people on fetchmail-friends and 249 on fetchmail-announce.
+
+fetchmail-4.5.2 (Tue Jul 14 19:02:52 EDT 1998):
+* German-language internationalization in the RPM, thanks to Jochen Hayek.
+* .fetchmailrc files are now permitted to be executable by user and group.
+* Eric Daniel's guard code against very long lines.
+* Added --nosyslog option.
+
+There are 270 people on fetchmail-friends and 245 on fetchmail-announce.
+
+fetchmail-4.5.1 (Wed Jul  1 19:27:56 EDT 1998):
+* Checkalias option from Enrico Musio <enrico.musio@spaziozerouno.it>.
+* Discard Unix From_ lines in headers (copes with Debian bug report #23808).
+* Tell fetchmailconf not to care if the attempt to create an icon window fails.
+* All fetchmailconf windows now iconify with an image.
+* obituary@freshmeat's enhancements to hook fetchmail into the Red Hat 
+  control panel. 
+* Even if RPA is enabled, it won't be done unless your remotename ends in
+  `@compuserve.com' as CompuServe requires.  Thus CompuServe users may now
+  choose ordinary authentication at runtime.
+
+There are 275 people on fetchmail-friends and 238 on fetchmail-announce.
+
 ------------------------------------------------------------------------------
-fetchmail-4.4.1 ():
+fetchmail-4.5.0bis (Sat Jun 20 10:55:52 EDT 1998):
+
+One-line fix for an embarrassing bug in the `gold' version; command-line
+options were being ignored when there was no .fetchmailrc.
+
+There are 281 people on fetchmail-friends and 229 on fetchmail-announce.
+
+fetchmail-4.5.0 (Tue Jun 16 01:56:24 EDT 1998):
+
+This is a "gold" version. It will be carried on the fetchmail home page
+in addition to the current leading-edge one, until the next gold version.
+
+* 1.0 version of fetchmailconf.
+* Jochen Hayek's changes to make RPA less verbose.
+* Harry McGavran's fix for subdirectory installation.
+* Marty Lee fixed a bug in activation of hosts named on the command-line.
+* The fetchall option forces RETR again.  We can cope with USA.NET now. 
+* Gunther Leber's patch to make fetchmail -V less chatty when mode is ETRN.
+* Gunther Leber's code to sanitize %T and %F expansion in the MDA string.
+* Jonathan Marten's fix for list option handling.
+
+There are 281 people on fetchmail-friends and 228 on fetchmail-announce.
+
+fetchmail-4.4.9 (Thu Jun  4 10:41:02 EDT 1998):
+* 0.93 beta version of fetchmailconf (now with autoprobing for servers!).
+* Merging of command-line arguments has now been fixed (I think!).
+* Make fetchmail 64-bit clean (thanks to John Franklin <john@iptimaging.com>).
+* Fix man-page installation (thanks to Kevin Hawkins <khawkins@ncsa.uiuc.edu>).
+* Should build on SunOS again (__STDC__ conditions changed to STDC_HEADERS).
+* CompuServe RPA and idfile fixes from Rich Beerman <rbeerman@pobox.com>.
+* Hajimu UMEMOTO <ume@calm.imasy.or.jp> patched the address-rewrite logic to
+  deal with addresses of the form "John Smith (foo) <jsmith@bar.com>" better.
+* POP3 TOP argument reduced to 99999999, the most CompuServe will accept.
+* Brendan Cully's fixes for the GSS code.
+
+There are 279 people on fetchmail-friends and 217 on fetchmail-announce.
+
+fetchmail-4.4.8 (Tue May 26 12:30:58 EDT 1998):
+* Added 0.90 beta version of fetchmailconf.
+* Removed fetchall side-effect kluge, now that we know how to make TOP work
+  with qpopper 2.3+.
+* Patch by Kok Seng to prevent loss of UID info when a query fails.
+* Pascal Grudler <pg@dtx466.ledl.com> sent a fix for the idfile option.
+* Several fixes for command-line processing from Gunther Leber:
+  - in fetchmail.c
+    * set tmpbuf to NULL after freeing the buffer (so this will hopefully
+      cause a coredump, when tmpbuf is used somewhere else)
+    * when makeing sure we have a nonempty host list to forward to, I
+      added "localhost" for non ETRN protocols.  This should relieve the
+      situation for people, who do neither have a static ip-address
+      (hostname) assigned and don't bother to set up a dummy-interface
+      for their hostname.  I think this feature was already in fetchmail
+      in an older version.  We lost this, when we changed the code that it
+      would work with ETRN.  My fix here works for both ETRN and non ETRN.
+  - in options.c
+    * changed char buf[...] to *buf + xmalloc to avoid buffer overuns and
+      possible resulting (and annoying) coredumps
+    * in parsecmdline(): replaced atoi by xatoi which uses strtol and
+      better validity checks for input numbers.  This fix only works on
+      ANSI-C systems; old systems still use atoi.  
+  - fixed reversed dumping of mimedecode option
+
+There are 272 people on fetchmail-friends and 214 on fetchmail-announce.
+
+fetchmail-4.4.7 (Sat May 23 08:26:58 EDT 1998):
+* FEATURE FREEZE IS NOW IN EFFECT!  No new features until after 4.5.0.
+* Better workaround for TOP bounds-checking in qpopper 2.3+.
+* Several fixes for option-parsing and elsewhere by Gunther Leber.
+* George Colouris's second try at NetBSD autoconfiguration.
+* Bruce Mah's fix for core dump in command-line host specification.
+* Missing `idfile' declaration added to .fetchmailrc processing.
+* Mimedecode default turned off pending a fix for the PGP-signature-
+  munging bug.
+
+There are 270 people on fetchmail-friends and 216 on fetchmail-announce.
+
+fetchmail-4.4.6 (Sat May 16 14:16:49 EDT 1998):
+* Fix a bug introduced by my 4.4.5 bug-fix release :-(
+* Make the internal line buffer eight times longer to cope with idiot
+  DOS-world editors.
+* Back out NetBSD configure.in change, it broke all other Kerberos installs. 
+* Fixed qmail dup problem, thanks to Chris Bond's smoking-gun -v transcript.
+
+There are 270 people on fetchmail-friends and 212 on fetchmail-announce.
+
+fetchmail-4.4.5 (Wed May 13 21:37:02 EDT 1998):
+* Make RPA logging use error() rather than stderr.
+* Autoconfiguration support for NetBSD.
+* Henrik Storner's fix for a minor mimedecode bug.
+
+There are 271 people on fetchmail-friends and 209 on fetchmail-announce.
+
+fetchmail-4.4.4 (Wed May  6 10:08:15 EDT 1998):
+* Francois Wautier's fix for qvirtual.
+* Willem Hengeveld's fix for UID initialization.
+* Strip out qvirtual prefix *before* doing name mapping or localdomain check.
+
+There are 270 people on fetchmail-friends and 199 on fetchmail-announce.
+
+fetchmail-4.4.3 (Sun Apr 19 18:22:00 EDT 1998):
+* Back out one of the changes to the null Return-Path handling, as it caused
+  invalid rewrites leading to protocol sync errors under some configurations.
+* Add code to disable using TOP for pop3.c when fetchall is on.  Recent
+  versions of qpopper don't bounds-check TOP requests properly.
+
+There are 277 people on fetchmail-friends and 186 on fetchmail-announce.
+
+fetchmail-4.4.2 (Sun Apr 19 00:13:42 EDT 1998):
+* Use TOP for POP3 retrieval to avoid marking messages seen.  Duh!
+* Another fix for command-line --smtphost option.
+* Deal with "Return-Path: <>" more gracefully.
+* Re-enable build on some random Solaris (memmove wasn't in the C library).
+* Comparison of UIDs is no longer caseblind.
+* Fix patch for unmime from Henrik Storner to correct "Content-Type:" header.
+
+There are 277 people on fetchmail-friends and 185 on fetchmail-announce.
+
+fetchmail-4.4.1 (Tue Mar 24 00:01:20 EST 1998):
 * We now properly shroud IMAP passwords containing ", \, and SP.
 * Checked for Y2K safety.  No 2-digit dates anywhere, so we're safe.
 * Added mimedecode option by Henrik Storner.
-* Display a total byte count in the mail count message.
+* Display a total byte count in the fetchmail status message.
+* Fixed a strange core-dump bug that manifested when using -f and --smtphunt.
 
-There are 274 people on fetchmail-friends and 164 on fetchmail-announce.
+There are 279 people on fetchmail-friends and 165 on fetchmail-announce.
 
 ------------------------------------------------------------------------------
 fetchmail-4.4.0 (Mon Mar 16 14:57:38 EST 1998):
@@ -65,29 +261,21 @@ There are 269 people on fetchmail-friends and 144 on fetchmail-announce.
 fetchmail-4.3.7 (Tue Feb 17 21:30:26 EST 1998)
 * Fixed a minor bug in the IMAP re-polling logic.
 * Nicholas Pitre's extensive changes to multidrop:
-
   - Seek for the true sender of a mail which is not necessarily in the
     From: header. (see comments in the code for more explicit details).
     This one is particularly important with list distributions...
-
   - Respect the Resent-To/-Cc/-Bcc precedence over the To/Cc/Bcc headers
     for recipient delivery.  So avoid resending a message to a person who
     just resent a mail to some other addresses.
-
   - Fix a bug in find_server_names() wich caused recipient addresses to
     figure twice in the recipient address list.
-
   - Modified parse_received()  to let full adress from the Received header to
     pass through so local domains can be used (now has same policy as in
     the find_server_names() function).
-
   - Fixed memory leaks from readheaders().
-
   - Made some strcmp() be strcasecmp() as it should be because it didn't
     work correctly in some cases.
-
   - Modified reply_hack() to meet the needs of above modifications.
-
   Thomas says these changes have been tested for two weeks in a production
   multidrop environment.  I tested them for another week in mine.
 * Doug Muth's runfetchmail version 1.1.
@@ -439,7 +627,7 @@ And about time, too, I've been hacking on this code for a year now!
 There are 251 people on the fetchmail-friends list.
 
 ------------------------------------------------------------------------------
-pl 3.9.9 (Wed Jun 25 11:01:51 EDT 1997):
+fetchmail-3.9.9 (Wed Jun 25 11:01:51 EDT 1997):
 * We can now process multiple To headers a la Microsoft Exchange Server.
 * Avoid sending LIST and getting an error when no messages are waiting.
 * Allow `fetchmail' to do wakeup even when no .fetchmailrc.
@@ -449,7 +637,7 @@ pl 3.9.9 (Wed Jun 25 11:01:51 EDT 1997):
 
 There are 248 people on the fetchmail-friends list.
 
-pl 3.9.8 (Sat Jun 14 14:19:32 EDT 1997):
+fetchmail-3.9.8 (Sat Jun 14 14:19:32 EDT 1997):
 * Fetchmail is now normally built with optimization.
 * POP2 support is no longer compiled by default, but you can configure
   it in with `configure --enable-POP2'.
@@ -464,7 +652,7 @@ pl 3.9.8 (Sat Jun 14 14:19:32 EDT 1997):
 
 There are 261 people on the fetchmail-friends list.
 
-pl 3.9.7 (Mon Jun  9 18:40:04 EDT 1997):
+fetchmail-3.9.7 (Mon Jun  9 18:40:04 EDT 1997):
 * Complain and exit if user tries to start fetchmail with options while a
   background fetchmail is running.
 * Various installation headaches are gone, INSTALL edited accordingly.
@@ -477,7 +665,7 @@ pl 3.9.7 (Mon Jun  9 18:40:04 EDT 1997):
 
 There are 252 people on the fetchmail-friends list.
 
-pl 3.9.6 (Wed May 28 18:28:35 EDT 1997):
+fetchmail-3.9.6 (Wed May 28 18:28:35 EDT 1997):
 * Fix the libc6 configuration stuff (thanks to Jesse Thilo).
 * Support for Kerberos-v4-authenticated IMAP (thanks to Rudolph Maceyko).
 * Don't choke on RFC822 group names.
@@ -486,7 +674,7 @@ pl 3.9.6 (Wed May 28 18:28:35 EDT 1997):
 
 There are 257 people on the fetchmail-friends list.
 
-pl 3.9.5 (Sun May 18 01:05:13 EDT 1997):
+fetchmail-3.9.5 (Sun May 18 01:05:13 EDT 1997):
 * Add an error notification when an incoming message has embedded NULs.
 * Throw out >From lines in headers to prevent getting hosed by upstream
   sendmails with the 'E' option on.
@@ -498,7 +686,7 @@ pl 3.9.5 (Sun May 18 01:05:13 EDT 1997):
 
 There are 249 people on the fetchmail-friends list.
 
-pl 3.9.4 (Wed May 14 12:27:22 EDT 1997):
+fetchmail-3.9.4 (Wed May 14 12:27:22 EDT 1997):
 * Fixed a compilation glitch for systems like SunOS & others without atexit(3).
 * Fixed a compilation glitch in daemonize for HP-UX.
 * Changes to compile correctly on systems that have on_exit() but not atexit().
@@ -509,7 +697,7 @@ pl 3.9.4 (Wed May 14 12:27:22 EDT 1997):
 
 There are 248 people on the fetchmail-friends list.
 
-pl 3.9.3 (Wed May  7 11:40:47 EDT 1997):
+fetchmail-3.9.3 (Wed May  7 11:40:47 EDT 1997):
 * Fix for -I option from George Sipe.
 * Finally got error.c to compile under AIX, thanks to Dave Vinish.
 * Prevent header rewrite logic from appending mailserver name to blank To.
@@ -517,14 +705,14 @@ pl 3.9.3 (Wed May  7 11:40:47 EDT 1997):
 
 There are 240 people on the fetchmail-friends list.
 
-pl 3.9.2 (Wed Apr 23 14:07:03 EDT 1997):
+fetchmail-3.9.2 (Wed Apr 23 14:07:03 EDT 1997):
 * Fixed a glitch in the Makefile yacc and lex productions
 * Add logic for X-Fetchmail-Warning emission of \r\n to pacify qmail.
 * Yet another try at getting error.c to play nice with AIX.
 
 There are 224 people on the fetchmail-friends list.
 
-pl 3.9.1 (Thu Apr 17 11:37:14 EDT 1997):
+fetchmail-3.9.1 (Thu Apr 17 11:37:14 EDT 1997):
 * Hypertext FAQ added to distribution manifest.
 * RPM builder production fixed.
 * Minor additions and corrections to man page.
@@ -687,10 +875,10 @@ There are 223 people on the fetchmail-friends list.
 
 ------------------------------------------------------------------------------\
 
-pl 3.3.2 (Mon Feb  3 12:59:33 EST 1997):
+fetchmail-3.3.2 (Mon Feb  3 12:59:33 EST 1997):
 * Minor fixes to stripcr and password-shrouding logic.
 
-pl 3.3.1 (Sun Feb  2 02:17:07 EST 1997):
+fetchmail-3.3.1 (Sun Feb  2 02:17:07 EST 1997):
 * Fix incorrect stripcr processing
 * Unapply a patch that broke error logging to files.
 
@@ -1029,13 +1217,12 @@ bugs --
 
 ------------------------------------------------------------------------------
 fetchmail-2.0 (Mon Nov 18 00:32:17 EST 1996):
-
 * Fix typo in setitimer call setup that caused obscure bugs under FreeBSD.
 * Accept Apparently-To if there is no To header.
 * Include Cameron McPherson's patch for handling multi-line SMTP responses.
 * Don't try to feed listener the header From any more.
 
-pl 1.9.9 (Mon Nov 11 10:40:14 EST 1996):
+fetchmail-1.9.9 (Mon Nov 11 10:40:14 EST 1996):
 * Accept Resent-From & Apparently-From a la RFC822.
 * Include file fixes for Solaris 2.5 and FreeBSD 2.2.
 * Improved error notification on SMTP and no-matching-local-address errors.
@@ -1043,39 +1230,39 @@ pl 1.9.9 (Mon Nov 11 10:40:14 EST 1996):
 * Batch limit option prevents long delivery delays on smail/qmail.
 * Configuration now handles -lresolv and non-Linux bind libraries correctly.
 
-pl 1.9.8 (Wed Nov  6 16:40:34 EST 1996):
+fetchmail-1.9.8 (Wed Nov  6 16:40:34 EST 1996):
 * Don't append spurious NUL to the headers, qmail actually notices it.
 * Fatal bug in multidrop code fixed.
 * Fail cleanly, instead of core-dumping, on mail lacking an RFC822 From line.
 * Don't try to keep the SMTP socket open across poll cycles.
 
-pl 1.9.7 (Fri Nov  1 10:02:34 EST 1996):
+fetchmail-1.9.7 (Fri Nov  1 10:02:34 EST 1996):
 * %s is back.  Seems some popular MDAs actually choke on name arguments.
 * We can handle responses longer than the socket atomic read length now.
 
-pl 1.9.6 (Thu Oct 31 00:07:23 EST 1996):
+fetchmail-1.9.6 (Thu Oct 31 00:07:23 EST 1996):
 * Make rewrite option handle multiple comma-separated local names correctly.
 * Fix yet another fatal error in MDA argument list construction.
 * Reset timeout every time input is received.
 * Correct localname detection when --norewrite is on.
 
-pl 1.9.5 (Tue Oct 29 20:07:41 EST 1996):
+fetchmail-1.9.5 (Tue Oct 29 20:07:41 EST 1996):
 * Added -N, --nodetach option for debugging purposes.
 * Use interval timers for poll-interval sleep and nonresponse timeout.
 * fetchmail -q no longer parses the configuration file.
 * Configuration file grammar is slightly cleaned up and improved.
 
-pl 1.9.4 (Mon Oct 28 20:58:48 EST 1994):
+fetchmail-1.9.4 (Mon Oct 28 20:58:48 EST 1994):
 * Correct status interpretation in closemailpipe() (thanks to Neil Harkins).
 * Tweak SMTP forwarding to only open one listener per SMTP host in daemon mode.
 
-pl 1.9.3 (Sun Oct 27 22:35:33 EST 1996):
+fetchmail-1.9.3 (Sun Oct 27 22:35:33 EST 1996):
 * Handle nested parens in RFC822 comments.
 * More gcc -Wall cleanup.
 * Improved installation docs.
 * Don't query DNS on startup unless needed for Kerberos or multidrop mailboxes.
 
-pl 1.9.2 (Sun Oct 27 01:10:30 EST 1996): 
+fetchmail-1.9.2 (Sun Oct 27 01:10:30 EST 1996): 
 * Fix initialization-time core dump when running as root
 * Fix fatal error in MDA argument-list construction.
 
@@ -1271,33 +1458,24 @@ bug fixes --
 
 ------------------------------------------------------------------------------
 fetchmail-1.5 (Thu Oct  3 04:35:15 EDT 1996):
-
 * Naturally, my decision to announce 1.4 on comp.os.linux.announce 
   immediately caused the code to manifest its first real bug --
   a core dump when the "From:" header is spelled "from:" (all lower
   case).  Fixed.
-
 * Update and expansion of NOTES.
-
 * The --all and --flush flag validity checks move to driver.c.
 
 ------------------------------------------------------------------------------
 fetchmail-1.4 (Wed Oct  2 09:22:37 1996):
-
 * More man page improvements.
-
 * Lexer changes to work around bison's "feature" of silently ignoring 0-value
   tokens (caused options nokeep, norewrite, nofetchall, noskip to be no-ops).
 
 ------------------------------------------------------------------------------
 fetchmail-1.3 (Tue Oct  1 05:49:49 1996):
-
 * Significant man page improvements.
-
 * Escapes for newlines in .fetchmailrc are now optional.
-
 * Kill off -2 and -3 options, redundant popclient remnants.
-
 * IMAP code simplification and robustification.  Use FETCH FLAGS to find
   seen messages.  Code should now work even if unseen messages are 
   interspersed with seen ones, and even if messages are appended to the
@@ -1305,109 +1483,74 @@ fetchmail-1.3 (Tue Oct  1 05:49:49 1996):
 
 ------------------------------------------------------------------------------
 fetchmail-1.2 (Sat Sep 28 15:40:50 EDT 1996):
-
 * The great option massacre.  Remove --stdout, --limit, --local, --mda.
   We get a significant code and complexity shrinkage this way (a lot of the
   configuration machinery goes away too).  These things are your MDA's job.
   (This also kills off the lose-mail-on-disk-full bug, which I've never 
   seen but two users reported.)
-
 * Link APOP support by default.
-
 * Fix embarrassing Makefile bug.
 
 ------------------------------------------------------------------------------
 fetchmail-1.1 (Sat Sep 28 09:21:10 EDT 1996):
-
 * In POP3, don't send LAST if STAT shows count of waiting messages to be zero.
-
 * Document APOP better, we know it works now.
-
 * Lose the .fetchids file and give up on POP3 UIDs, they're a dead loss.
 
 ------------------------------------------------------------------------------
 fetchmail-1.0 (Thu Sep 26 11:59:38 EDT 1996):
-
 * SMTP forwarding and header-rewrite features work with POP2 now.
-
 * Stricter RFC822 conformance, so SMTP to qmail works.  Thanks to
   Cameron MacPherson <unsound@oz.net> for these changes.
-
 * The program is quieter but more informative now (suppress printing of
   server greeting message; add the server host being queried to the
   message count information line).
-
 * Add `skip' option to make it easier to set up test entries.
-
 * Name change (it ain't just for POP any more).
 
 ==============================================================================
 popclient-3.2 (Mon Sep 23 13:29:46 EDT 1996):
-
 * RPOP support (coded at a user's request but untested).
-
 * Ported to QNX (see the Makefile).
-
 * Add code by Michael Schwendt <3schwend@informatik.uni-hamburg.de> for
   improved sizeticker.
-
 * Improved RFC822 parsing (thanks to Rob Funk).
-
 * Move the per-user lockfile to /tmp so it gets cleared at reboot time.
-
 * Warn users that running concurrent instances of popclient is a bad idea.
-
 * Try USER and HOME to set defaults before going to the password file.
   This should work better in Sun NIS environments.
 
 popclient-3.1 (Thu Sep 12 15:45:25 EDT 1996):
-
 * MDA arguments are now dumped when using the -V option.
-
 * Sendmail delivery from background seems to work now.
-
 * We have IMAP2bis/IMAP4 support.
-
 * Code now autoprobes for a POP3, IMAP, or POP2 server if no protocol is
   specified.
-
 * SMTP forwarding support.  Thanks to Harry Hochheiser <harry@tigger.jvnc.net>
   for this simple but clever idea.  It's now the default delivery mode.
-
 * If no UNIX From line is found, popclient will now synthesize a correct
   line from the RFC822 From line.
-
 * It is now possible to specify the host TCP/IP port number to connect to.
 
 popclient-3.05 (Thu Aug 22 22:59:04 EDT 1996):
-
 * Experimental support for RFC1725-compliant POP servers with the UIDL
   command and without LAST.
 
 popclient-3.04 (Wed Aug 21 00:22:44 EDT 1996):
-
 * Logfile option works.
 
 popclient-3.03:
-
 * Minor bug fixes for password querying and redirection to stdout.
 
 popclient-3.02 (Fri Jul 19 11:37:56 EDT 1996):
-
 * Correct buggy processing of nokeep/noflush/fetchall.
-
 * Fix buggy -mda option processing.
-
 * Added -N/--norewrite option.
-
 * Delivery via sendmail now works in non-daemon mode.
 
 popclient-3.01 (Mon Jul  1 13:33:51 EDT 1996):
-
 * Fixed a lexical analyzer bug in quoted-string processing.
-
 * Fixed a bug in dump_options that caused username to be displayed incorrectly.
-
 * The lock assertion code was in the wrong place relative to the daemonize()
   call.