diff options
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | fetchmail-FAQ.html | 11 |
3 files changed, 9 insertions, 8 deletions
diff --git a/Makefile.in b/Makefile.in index 444ca66c..26b83540 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3,7 +3,7 @@ # If you're running QNX, we can't assume a working autoconf. # So just uncomment all the lines marked QNX. -VERS=3.9.2 +VERS=3.9.3 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ @@ -34,10 +34,10 @@ every user entry in a multi-user poll declaration. ------------------------------------------------------------------------------ -pl 3.9.3 (): +pl 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 rerwrite logic from appending mailserver name to blank To. +* Prevent header rewrite logic from appending mailserver name to blank To. * When header rewrite is on, hack Return-Path as well. There are 240 people on the fetchmail-friends list. diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index 712273b6..74d6394b 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -4,14 +4,13 @@ <TITLE>The Fetchmail FAQ</TITLE> <link rev=made href=mailto:esr@snark.thyrsus.com> <meta name="description" content="Frequently asked questions about fetchmail."> -<meta name="keywords" content="fetchmail, POP, IMAP, remote mail"> +<meta name="keywords" content="fetchmail, POP, POP2, POP3, IMAP, remote mail"> </HEAD> <BODY> <H1>Frequently Asked Questions About Fetchmail</H1> -$Id: fetchmail-FAQ.html,v 1.10 1997/05/06 07:18:59 esr Exp $<p> - -(New: <a href="#T2">T2</a> on using fetchmail with exim.)<p> +The current version of fetchmail is 3.9.3. New in the FAQ: <a +href="#T2">T2</a> on using fetchmail with exim.<p> Before reporting any bug, please read <a href="#G3">G3</a> for advice on how to include diagnostic information that will get your bug fixed @@ -154,7 +153,7 @@ If the bug involves a core dump or hang, a gdb stack trace is good to have. giving the process ID as a second argument.)<p> Best of all is a mail file which, when fetched, will reproduce the -bug.<p> +bug under the latest (current) version.<p> Any bug I can reproduce will usually get fixed very quickly, often within 48 hours. Bugs I can't reproduce are a crapshoot. If the @@ -948,6 +947,8 @@ without hacking potentially fragile startup scripts. To get around it, just touch(1) the logfile before you run fetchmail (this will have no effect on the contents of the logfile if it already exists).<P> +$Id: fetchmail-FAQ.html,v 1.11 1997/05/07 15:49:28 esr Exp $<p> + <HR> <ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com"><esr@snark.thyrsus.com></A></ADDRESS> </BODY> |