]> Pileus Git - ~andy/fetchmail/blob - NEWS
The default for --smtphost is now always "localhost" regardless of
[~andy/fetchmail] / NEWS
1 Fetchmail Release Notes
2 =======================
3
4 This file is in Unicode charset with UTF-8 encoding.
5
6 (The `lines' figures total .c, .h, .l, and .y files under version control.
7 Names in parentheses are the maintainers who handled the respective change.
8 Abbreviations: MA = Matthias Andree, ESR = Eric S. Raymond, RF = Rob Funk)
9
10 fetchmail 6.3.0 (not yet released officially):
11
12 # SECURITY FIXES IN THIS RELEASE
13 * CVE-2005-2335: The POP3 UIDL code doesn't sufficiently validate/truncate the input
14   length, so a (malicious or compromised) server that sends UIDs longer
15   than 128 bytes can corrupt fetchmail's stack and crash fetchmail.
16   This vulnerability is remotely exploitable to inject code run in a
17   root shell. Edward J. Shornock, Ludwig Nussel. fetchmail-SA-2005-01.txt
18 * CVE-2005-3088: fetchmailconf now changes the output file to mode 0600 BEFORE
19   writing to it, so there is no window where passwords could be read by the
20   world. Matthias Andree. fetchmail-SA-2005-02.txt
21
22 # MAJOR INCOMPATIBLE CHANGES
23 * Remove support for --netsec/-T options, the required inet6_apps library is no
24   longer available.
25   http://www.inner.net/pub/ipv6/ states, as of 2005-07-03: "/pub/ipv6
26   Our IPv6 software is now long defunct. Please find a more modern source."
27   I haven't been able to find a more modern source.  Matthias Andree
28 * Operating systems that do not conform to the Single Unix Specification v2
29   (1997) or v3 (2001, aka IEEE Std 1003.1-2001) are no longer supported. They
30   may continue to work and non-intrusive patches to support them may be
31   accepted.  Matthias Andree
32 * The default for --smtphost is now always "localhost" regardless of
33   authentication types and protocols, so as to simplify configurations for
34   workstations where the SMTP daemon only listens on the loopback interface.
35   Sunil Shetye & Matthias Andree
36
37 # OBSOLETION WARNINGS
38 * The MX and host alias lookups that fetchmail performs in multidrop mode are
39   obsolete, deprecated and may be removed from a future fetchmail version
40   without further notice. Their support for IPv6 (including IPv6-mapped IPv4)
41   is unspecified. (MA)
42 * The monitor and interface options may also be removed from a future fetchmail
43   version as they are not sufficiently portable. (MA)
44 * POP2 is obsolete. Support for POP2 may be removed from a future fetchmail
45   version without further notice. (MA)
46
47 # OTHER USER-VISIBLE CHANGES
48 * Sunil Shetye's fix to force fetchsizelimit to 1 for APOP and RPOP. (ESR)
49 * PopDel.py removed from contrib at author's request. (ESR)
50 * Matthias Andree's fix for Sunil Shetye's fetch-split patch. (ESR)
51 * Include James Stone's moldremover.py script. (ESR)
52 * Enable .fetchmailrc permissions checking under Cygwin. (ESR)
53 * Nalin Dahyabai's fix for POP3 strong authentication. (ESR)
54 * Revised Nalin Dahyabai's fix for POP3 strong authentication (the
55   original version would go into an infinite loop when CAPA failed;
56   found by David Greaves.) (MA)
57 * HOME_ETC patch for PLD Linux. (ESR)
58 * Sunil Shetye's fix for SSL configuration. (ESR)
59 * Simon Josefsson's patch for GSS library support. (ESR)
60 * Added Andrey Lelikov's recipe for Hotmail and Lycos Webmail. (ESR)
61 * Remove blank between MAIL FROM: and <, which causes Cyrus to complain.
62   Patch by Phil Endecott. (RF)
63 * Build fixes for HESIOD and resolv.h trouble on FreeBSD. (MA)
64 * Fabrice Bellet's fix for Red Hat bug #113492, fetchmail hangs in IMAP
65   mode after EXPUNGE when the server (Dovecot 0.99.10) doesn't update
66   RECENT and EXISTS counts. (MA)
67 * Holger Mauermann's bounce patch, to use a NULL envelope from, not
68   write a Return-Path header (both to meet RFC-2821), changed From,
69   added Subject header, rewording the human readable part.  Fixes Debian
70   bug #316446. (MA)
71 * Merge Sunil Shetye's time.h handling fix. (MA)
72 * Merge Gerd von Egidy's patch to avoid a segfault in multidrop/received
73   mode when the Received: headers are malformatted. (MA)
74 * MIME-encode bodies and Subject headers of warning messages, limiting
75   the header to 7 bits. (MA)
76 * Normalize most locale codesets to IANA codesets, based on
77   norm_charmap.c by Markus Kuhn. (MA)
78 * Remove sleep(3) after POP3 login, patch by Brian Candler. (MA)
79 * Fix option parsing bug that trashes the showdots setting when more
80   than one server is configured. Patch by Brian Candler. (MA)
81 * Honor sslcertpath setting even if sslcertck is unset. Patch by Brian
82   Candler. (MA)
83 * SSL certificate checking fixes, don't display same error message twice
84   in succession, make sure that Common Name and fingerprint checking are
85   only done once. Print all validation warnings/errors even if not in
86   verbose mode. Patch by Brian Candler. (MA)
87 * Import Bjorn Reese and Daniel Stenberg's MIT-licensed Trio 1.10 from
88   http://daniel.haxx.se/projects/trio/ for systems that do not support
89   snprintf or vsnprintf. (MA)
90 * Clean up the horrible #ifdef HAVE_[V]SNPRINTF that made the code
91   unreadable. Use Trio where [v]snprintf is/are missing. (MA)
92 * Default to Linux 2.2 /proc/net/dev format, and use uname(2) to determine the
93   kernel version instead of calling uname(1). Thanks to Paul Slootman.  (MA)
94 * Be more careful when swapping UID lists or writing the .fetchids file,
95   requested by Manfred Weihs. (MA)
96 * Print a warning if multidrop configuration is attempted without
97   envelope option. (MA)
98 * Split information on fetchmail versions before 6.0.0 to a separate
99   OLDNEWS file. (MA)
100 * Merge SuSE patches: (sent by Stanislav Brabec, merged by Matthias Andree)
101   - fetchmail-6.2.5-declaration.patch (double sigint_handler decl/getpass.c)
102   - fetchmail-6.2.5-implicit-declaration.patch (missing #include)
103   - fetchmail-6.2.5-random-result.patch (uninitialized variable/opie.c)
104 * Revised some bogus assertions about POP3 LAST and UIDL use in the
105   manual page. UIDL isn't flaky as the man page suggested, but a
106   reliability feature. In fact, IMAP4 code is flaky in that it relies on
107   the upstream seen flags. (MA)
108 * Miloslav Trmac's patch for fetchmailconf to support string-type values
109   of the "port" variable, avoiding "port None" corruption in .fetchmailrc.
110   To fix Redhat Bug #55623 (MA)
111 * de.po fixes from Nico Golde (MA)
112 * es.po fixes from Jesus Roncero, Debian bug #286044 (MA)
113 * sink.c fix from Cesar Eduardo Barros, to avoid double @ in address
114   when username contains an @ and the envelope sender is null, Debian
115   bug #272289 (MA)
116 * configure.ac cleanups by Miloslav Trmac (MA)
117 * Miloslav Trmac's fix to reply_hack() type, for systems where
118   sizeof(int) != sizeof(size_t). (MA)
119 * Nalin Dahyabhai's fix for driver.c to not call the private Kerberos
120   krb5_init_ets() function. Sent by Miloslav Trmac. (MA)
121 * Nalin Dahyabhai's fix for sink.c/transact.c to reserve sufficient
122   space for \r\n trailers in snprintf calls. Sent by Miloslav Trmac,
123   possibly fixing Red Hat bug #114470. (MA).
124 * Nalin Dahyabhai's patch to use the krb5-config script, if present.
125   Sent by Miloslav Trmac. (MA)
126 * Nalin Dahyabhai's fix to make rpa.c compile. Sent by Miloslav Trmac.
127   (MA)
128 * Trivial fetchmailconf.man to redirect to fetchmail.1.
129   Reported by Miloslav Trmac. (MA)
130 * Updated and re-enabled Czech translation, by Miloslav Trmac (MA).
131 * Internationalization (i18n) updates by Miloslav Trmac. (MA)
132 * Fix "couldn't find canonical DNS name of NN (MM)" for hosts that have
133   only IPv6 addresses. Matthias Andree.
134 * Revised INSTALL after question from Brian Candler, inet6-apps is no
135   longer available: remove inet6-apps hints for IPv6, and add some
136   apologetic message for IPsec. Note the code may be removed in a future
137   version. Matthias Andree.
138 * Brian Candler's FAQ update about SSL certificate verification. (MA)
139 * Nico Golde's patch to support "proto RPOP" in the configuration file,
140   reported by Dr. Andreas Krüger, Debian bug #242384 (MA)
141 * Added Russian translation, courtesy of Pavel Maryanov of the
142   Russian translation team. (MA)
143 * Dropped da=Danish, el=Greek, ja=Japanese, sq=Albanian and tr=Turkish
144   translations which have more than 10% (61+) untranslated or fuzzy
145   messages. Matthias Andree.
146 * Skip sending POP3 PASS command when USER command failed. Matthias Andree.
147 * Run fetchmail.man through automatic spell checker. Matthias Andree.
148 * Major fetchmail(1) manual page overhaul by R. Hannes Beinert, to
149   clarify singledrop vs. multidrop operation. (MA)
150 * Make tracepolls a server option, as documented. Fixes Debian bug
151   #156094. Matthias Andree.
152 * Updated some translations. (MA)
153 * Fix some minor inaccuracies (RFC-1893 related, grammar/spelling) in
154   the manual page.
155 * Rename ESR's design notes to esrs-design-notes.html and add a new
156   design-notes.html document. The NOTES file will contain both of them.
157   Matthias Andree.
158 * Fix Debian bug #301964, fetchmail leaks sockets when SSL negotiation
159   fails. Fix suggested Goswin Brederlow. (MA)
160 * Really fix Debian Bug#207919 (garbage in Received: lines when smtphost set),
161   patch by Tobias Diedrich.  The 6.2.5 NEWS claimed Gregan's patch had fixed
162   #207919 but it had fixed #212484 instead and #207919 remained unfixed in
163   6.2.5. The entry below has been corrected to read #212484 now. (MA)
164 * When writing the PID file, write a FHS 2.3 compliant PID file.
165   Fixes Debian bug #230615. Matthias Andree.
166 * Make ODMR really silent, suppress "fetchmail: receiving message
167   data". Fixes Debian Bug#296163. Matthias Andree.
168 * Add From: header to warning emails. Debian Bug#244828. Matthias Andree.
169 * Fix IMAP code to use password of arbitrary length from configuration
170   file (although not when read interactively). Debian Bug#276424.
171   Matthias Andree
172 * Document that fetchmail may automatically enable UIDL option.
173   Debian Bug#304701. Matthias Andree.
174 * Put *BOLD* text into the manual page near --mda to state unmistakably that
175   the --mda %T and %F substitutions add single quotes, hoping to avoid bogus
176   bug reports such as Debian Bug #224564. Matthias Andree
177 * Rename lock_release to fm_lock_release, to avoid namespace collision on
178   Darwin. NetBSD PR#28543 (pkg/28543). Matthias Andree.
179 * The RFC-822 parser no longer strips the last character of bare addresses.
180   Matthias Andree
181 * The IP address matching code was broken and 
182   1. didn't search exhaustively, but matched only the first IP address of the
183   server's queryname against the IP addresses of the server name to match.
184   2. didn't match IP aliases versus MX hosts.  Matthias Andree
185 * gettext (intl/) has been removed from the fetchmail package. Install GNU
186   gettext 0.14 separately for NLS (i18n).  Matthias Andree
187 * fetchmailconf is now a shell wrapper that calls the byte-compiled
188   fetchmailconf.py script, which is now installed in the regular python
189   directory. Matthias Andree.
190 * The "port" option, while still understood, is being replaced by the "service"
191   option, which is now supported even without --enable-inet6. Matthias Andree.
192 * The default distribution format is now bzip2. Matthias Andree.
193 * fetchmailconf redirects fetchmail's input from /dev/null so it doesn't
194   wait for the user to enter a password when the user doesn't even see
195   the prompt. Reported by Michal Marek. Matthias Andree.
196 * Write RFC-compliant BSMTP envelopes. Reported by Nico Golde. Matthias Andree.
197 * Fix --with-gssapi compilation problem. Simon Josefsson. (MA)
198 * Foster protocol-independence to support IPv6 better, for instance, providing
199   IPv6 addresses in Received: headers. Matthias Andree.
200 * The --enable-inet6 configure option was removed. The code is mostly protocol
201   agnostic, a fully IPv6 aware OS is expected to provide getaddrinfo(),
202   getnameinfo() and the macro AF_INET6.  Matthias Andree.
203 * Received: headers now enclose the for <...> destination address in angle
204   brackets for consistency with Postfix.  Matthias Andree.
205 * Operating systems that do not support at least one of gethostbyname,
206   gethostbyname_r, getipnodebyname are no longer supported.  Matthias Andree.
207 * Fixes to --with-hesiod option. Sunil Shetye. (MA)
208 * Delete oversized messages with the new --limitflush option. Debian
209   Bug#212240. Sunil Shetye. (MA)
210 * Fix MacOS X compilation failures in sink.c (ru_*time has incomplete type).
211   Berlios Bug #4725. Matthias Andree.
212 * Fix "auth ntlm" to send AUTH NTLM (rather than AUTH MSN). Add "auth msn"
213   officially. Reported by Yves Boisjoly. Matthias Andree
214 * Expunge between IMAP folders when polling multiple folders.
215   Sunil Shetye. (MA)
216 * Fix IMAP expunged message counting. Sunil Shetye. (MA)
217 * Add full support for --service option. Matthias Andree
218 * Fix Japanese translation of "no other fetchmail is running". Debian
219   Bug#329342, Takeshi Hamasaki. (MA)
220 * When getaddrinfo() fails resolving a service, log getaddrinfo() error. (MA)
221 * Fix bogus "cannot resolve service * to port number" error. Simon Barner. (MA)
222 * Failure to set up SSL connections now results in PS_SOCKET. Suggested by
223   Thomas Wolff. Matthias Andree.
224 * Kerberos IV detection fix for FreeBSD 4. Simon Barner. (MA)
225 * Fix display and documentation of --envelope option. Matthias Andree
226 * Make "envelope 'Delivered-To'" work with dropdelivered. Timothy Lee. (MA)
227 * Add -DBIND_8_COMPAT to Darwin (MacOS X) compiles, to fix build problems on
228   newer Darwin versions. Matthias Andree.
229 * fetchmail should now automatically detect if OpenSSL requires -ldl.
230   Matthias Andree.
231 * Fix Solaris build with --disable-nls (blastwave.org). Matthias Andree.
232 * Missed --port/--service/--ssl cleanups in the manual. Reminder from Thomas
233   Wolff. (MA)
234 * Complain in POP3 if NTLM/MSN auth is requested but had not been enabled at
235   compile time. This configuration mismatch now causes an error message and
236   authentication failure. Found by Yves Boisjoly.  Matthias Andree
237 * fetchmailconf now allows expert users to choose the authorization type and
238   also offers MSN and NTLM, suggested by Yves Boisjoly. Matthias Andree
239 * fetchmailconf now (as of 1.49) writes its version to the comment of the
240   saved run control file. Matthias Andree
241 * Properly shut down SSL connections. Berlios Patch #647 by Arkadiusz
242   Miśkiewicz. (MA)
243 * Global variable cleanup, to fix daemon mode reinitialization problems. Patch
244   by Sunil Shetye. (MA)
245 * fetchmailconf -h documents the fetchmailconf -h option. Matthias Andree
246 * fetchmailconf -V now prints the fetchmailconf version. Matthias Andree
247 * Add support for SubjectAltName (RFC-2595 or 2818), to avoid bogus certificate
248   mismatch errors. Patch by Roland Stigge, Debian Bug#201113. (MA)
249 * make fetchmail --silent --quit really silent, Debian Bug #229014 by Dr.
250   Andreas Krüger.  Matthias Andree
251 * cleanup --quit handling again (so that --silent --quit just kills the
252   existing daemon, rather than continue running), and document it more clearly.
253   Matthias Andree
254 * Print an error message if multiple "defaults" records are found in the
255   configuration file.  Matthias Andree
256 * Bury on_exit officially - the necessary code had been missing from 6.0.0,
257   6.2.0, 6.2.5.  Matthias Andree
258 * Exit with error if the lock file cannot be read.  Matthias Andree
259 * Exit with error if the lock file cannot be created exclusively, this got
260   broken in a 6.2.6-pre, 6.2.5.2 and older were fine.  Matthias Andree
261 * Do not break some other process's lockfile in "-q" mode, but wait for the
262   other process's exit.  Matthias Andree
263 * Man page: --sslfingerprint points user to x509(1ssl) and gives an example
264   how to use it. Debian Bug#213484, Eduard Bloch. (MA)
265 * Try to obtain FQDN as our own host by default, rather than using "localhost".
266   If hostname cannot be qualified, complain noisily and continue, unless
267   Kerberos, ODMR or ETRN are used (these require a FQDN).
268   Partial fix of Debian Bug#150137. Fixes Debian Bug#316454.  Matthias Andree
269 * fetchmailconf now sets the service properly after autoprobe. Fixes Debian
270   Bug#320645.  Matthias Andree
271 * Man page: Fix Debian Bug#241883, making global options more clear. Matt
272   Swift, Matthias Andree.
273 * When eating IMAP message trailer, don't see any line containing "OK" as the
274   end of the trailer, but wait for the proper tagged OK line. To work around
275   the qmail + Courier-IMAP problem in Debian Bug#338007. Matthias Andree
276 * Fix Debian Bug#317761: when trying to send a bounce message, don't bail out
277   if we cannot qualify our own hostname, so we aren't losing the bounce.
278   Instead, pass the buck on to the SMTP server and use our own unqualified
279   hostname. Matthias Andree
280 * Revise some error messages so they are less confusing. Sunil Shetye.
281 * Man page: update --smtphost documentation. Matthias Andree
282 * Man page: clarify --loghost works only while detached. Matthias Andree
283
284 # INTERNAL CHANGES
285 * Switched to automake. Matthias Andree.
286 * Got rid of alloca() in fetchmail proper.  Matthias Andree
287 * Got rid of ipv6-connect, inner_connect and thereabouts.  Matthias Andree
288
289 fetchmail-6.2.5 (Wed Oct 15 18:39:22 EDT 2003), 23079 lines:
290
291 * Updated Spanish, Turkish, and German translation files.
292 * Matthew Gregan's patch to handle garbage lengths from dbmail;
293   closes Debian bug #212484.
294 * Fix IMAP query so new-message count doesn't include deleted messages.
295 * Man page typo fix, closes Debian bug #205892.
296 * OpenSSL cleanup patches from levinedl@acm.org.
297 * Benjamin Drieu's patch to fix Debian bug #212240, no oversized-message
298   flushing if both "flush" and "limit" were specified.
299 * Benjamin Drieu's patch for Debian bug #156592, incorrect handing of 
300   host/port option.
301 * Smash all NULs out of headers right after the socket read.
302 * Dup-killer code now keys on an MD5 hash of the raw headers.
303 * Sunil Shetye's patches to break up fetching of sizes and UIDLs.
304
305 There are 599 people on fetchmail-friends and 748 on fetchmail-announce.
306
307 fetchmail-6.2.4 (Wed Aug 13 04:27:35 EDT 2003), 22625 lines:
308
309 * Updated German, Spanish, Catalan, and Turkish translations.
310 * IDLE is now supported using no-ops even if the server doesn't support
311   the IMAP IDLE extension.
312 * Sunil Shetye's patch to do better password shrouding.
313 * Sunil Shetye's bug-fix rollup patch.
314 * Introduce a translation item for the word "seen".
315 * Back out the hack to deal with lack of byte stuffing on some POP3 servers.
316 * Thomas Steudten's patch to improve SMTP handling of 550 errors.
317
318 There are 585 people on fetchmail-friends and 745 on fetchmail-announce.
319
320 fetchmail-6.2.3 (Thu Jul 17 14:53:00 EDT 2003), 22490 lines:
321
322 * French, German, Danish, Spanish, and Turkish translations updated.
323 * Brian Sammon's patch to deal with malformed message lines containing NULs.
324 * Fai's patch to ignore all but the first Return-Path (some spams have
325   more than one of these).
326 * Benjamin Drieu's patch to properly byte-stuff when talking to BSMTP.
327   Fixes Debian bug #184469.
328 * Benjamin Drieu's patch to enable auth=cram-md5.
329   Fixes Debian bug #185232.
330 * Sunil Shetye's configure.in patch to avoid spurious search order messages
331   from GCC.
332 * Header-reading code now copes better with lines ending in \n only.
333 * Elias Israel's patches for POP3 NTLM support and dealing with byte-
334   stuffing failures at socket level.
335
336 There are 580 people on fetchmail-friends and 750 on fetchmail-announce.
337
338 fetchmail-6.2.2 (Fri Feb 28 21:34:26 EST 2003), 22345 lines:
339
340 * Sunil Shetye's patch to improve behavior on empty messages.
341 * Conform to RFC2595; reissue capability probes after successful 
342   STARTTLS negotiation.
343 * Sunil's patch to make handling of failed STARTTLS more graceful.
344 * Sunil's JF2 fix patch for .fetchmailrc security.
345 * Christophe GIAUME <christophe@giaume.com> finished the implementation
346   of RFC2177 IDLE.
347 * Jason Tishler's fix patch for Cygwin.
348 * Support ssh-style authentication in POP3
349 * Fix for Debian bug #108977, clean up config file evaluation,
350   by Benjamin Drieu.
351
352 There are 554 people on fetchmail-friends and 727 on fetchmail-announce.
353
354 fetchmail-6.2.1 (Tue Jan 14 08:17:19 EST 2003), 22219 lines:
355
356 * Updated German, Turkish, Spanish, and Danish translation files.
357 * Integrated Sunil Shetye's patch to make mark_seen an explicit method.
358 * Removed FAQ warning about GMX and associated fetchmailconf check, 
359   we have a report that its servers are conformant now.
360 * Another Sunil patch to fix a minor bug in bouncemail generation.
361
362 There are 536 people on fetchmail-friends and 716 on fetchmail-announce.
363
364 fetchmail-6.2.0 (Fri Dec 13 00:10:07 EST 2002), 22235 lines:
365
366 * Applied Steffen Esser's fix for a buffer-overflow bug in rfc822.c
367 * Updated Danish, German, and Turkish translation files.
368 * Sunil Shetye's SMTP timeout patch.
369
370 There are 538 people on fetchmail-friends and 701 on fetchmail-announce.
371
372 fetchmail-6.1.3 (Thu Nov 28 05:35:15 EST 2002), 22203 lines:
373
374 * Updated Turkish, Danish, German, Spanish, Catalan po files.
375 * Added Slovak support.
376 * Configure.in update for autoconf 2.5 (Art Haas). 
377 * Be case-insensitive when looking for IMAP responses.
378 * Fix logout-after-idle-delivery bug (Sunil Shetye).
379 * Sunil Shetye's patch to bulletproof end-of-header detection.
380 * Sunil's fix for the STARTTLS problem -- repoll if TLS nabdshake
381   fails.  The attempt to set up STARTTLS can be suppressed with 'sslproto ""'.
382
383 There are 540 people on fetchmail-friends and 701 on fetchmail-announce.
384
385 fetchmail-6.1.2 (Thu Oct 31 11:41:02 EST 2002), 22135 lines:
386
387 * Jan Klaverstijn's verbosity-lowering patch.
388 * Updated Turkish, German, Catalan, and Danish translation files.
389 * Fix processing of POP3 messages with missing bodies.
390 * Minor fixes by Sunil Shetye: fix generation of auth fail note, handle
391   unexpected SIGALRM, plug memory leak, handle lines beginning with '\0',
392   try to bulletproof error handling against read failures.
393
394 There are 535 people on fetchmail-friends and 696 on fetchmail-announce.
395
396 fetchmail-6.1.1 (Fri Oct 18 14:53:51 EDT 2002), 22087 lines:
397
398 * OTP fix patches from Stanislav Brabec <utx@penguin.cz>
399 * fix patch for writing antispam capability correctly in conf.c.
400 * Fix patches for Debian bugs #162571, #156592.
401 * Correction to manpage re -b and qmail.
402 * Patch to disable use of STLS if auth passwd is specified.
403 * Fix specfile generation to handle SSL correctly.
404 * New Danish, Turkish, and Catalan translation files.
405 * Improved ODMR debug messages.
406 * IMAP efficiency hack; don't fetch sizes unless needed.
407 * Detect and rewrite invalid return paths beginning with @.
408 * Fix for subtle freeing bug that suppressed information in some bounce msgs.
409 * Newline fix patches for internationalization files.
410 * Fix reversed test guarding authentication-failure warnings.
411 * Fix POP3 breakage starting at 5.9.14.
412
413 There are 529 people on fetchmail-friends and 693 on fetchmail-announce.
414
415 fetchmail-6.1.0 (Sun Sep 22 18:31:23 EDT 2002), 21999 lines:
416
417 * Updated French translation.
418 * Stefan Esser's fix for potential remote vulnerability in multidrop mode.
419   This is an important security fix!
420
421 There are 519 people on fetchmail-friends and 680 on fetchmail-announce.
422
423 fetchmail-6.0.0 (Tue Sep 17 19:48:25 EDT 2002), 21972 lines:
424
425 * Applied Matt Kraai's fix for minor Debian bug #144539.
426 * Nerijus Baliunas's patch to support STARTTLS over IMAP.
427 * More cleanups and minor bugfixes from Sunil Shetye.
428 * Default antispam-response list is now empty.
429 * Updated de and po translations.
430
431 There are 520 people on fetchmail-friends and 683 on fetchmail-announce.
432
433  vim:tw=79 com=bf\:* ts=8 sts=8 sw=8 ai: